Software gurus

Things that don't fit anywhere else...

Software gurus

Postby Nitetimes » Sun Apr 20, 2008 12:58 pm

I am looking for something simple for yard sale cash registering type software. Where the problem comes in for this yard sale is it is a multi family thing and it gets to be tough to keep track of who sold how much. Right now the process involves sheets of paper and a lot of writing and calculatin'.
Things tend to get a bit confused. What I'd like to find is something that will do something similar to what I have in this picture:

Image

I'd like to find a way to be able to punch in the initials and price for each item and just keep doing that for the entire sale. I don't need to print receipts but I do need to retain the information for each sale for the end of the day.
Being able to tally all sales at the end of the day would be nice as well as for each set of initials for the end of the day. I know that's probably pushing it a bit tho ;)
Anyone got any ideas, know how to write something to do this?? Know of a program that will do this?
Remember....it has to be pretty darn user friendly!!!! Think computer illiterates here!!!
Rich


Image
ImageImage
-
The strongest reason for the people to retain the right to
keep and bear arms is, as a last resort, to protect themselves
against tyranny in government.
- Thomas Jefferson -
Personally, I carry a gun because I'm too young to die and too old to take a butt kickin'.
User avatar
Nitetimes
7000 Club
7000 Club
 
Posts: 7909
Images: 194
Joined: Sat Feb 12, 2005 12:44 am
Location: Butler,PA

Postby toypusher » Sun Apr 20, 2008 3:21 pm

Rich,

Here's a couple places to start. I have NO personal knowledge of any of them:

http://pages.prodigy.net/daleharris/pos.htm (free)

http://www.freedownloadscenter.com/Best ... -cash.html

http://www.proffittcenter.org/Home.html

Shouldn't be all that hard to write up something in MS Excel (if you have it) to do what you want.

Here's another one: http://www.download32.com/garage-sale-m ... 20686.html (this one is specifically for garage sales)
Last edited by toypusher on Sun Apr 20, 2008 3:27 pm, edited 1 time in total.
User avatar
toypusher
Site Admin
 
Posts: 43040
Images: 324
Joined: Fri Jan 28, 2005 12:21 pm
Location: York, PA Area

Postby swissarmygirl » Sun Apr 20, 2008 3:23 pm

Why not just set up an excel spreadsheet?
"Sometimes I wonder whether the world is being run by smart people who are putting us on or by imbeciles who really mean it." - Mark Twain
"The intuitive mind is a sacred gift and the rational mind is a faithful servant. We have created a society that honors the servant and has forgotten the gift." - Albert Einstein

4 Hats Studio
User avatar
swissarmygirl
Donating Member
 
Posts: 25906
Images: 129
Joined: Thu May 25, 2006 6:52 am
Location: New Jersey
Top

Postby Nitetimes » Sun Apr 20, 2008 4:05 pm

swissarmygirl wrote:Why not just set up an excel spreadsheet?


:lol: :lol: :lol:

I never did figure out how to use that program, specifically how to make it do what I want.
Rich


Image
ImageImage
-
The strongest reason for the people to retain the right to
keep and bear arms is, as a last resort, to protect themselves
against tyranny in government.
- Thomas Jefferson -
Personally, I carry a gun because I'm too young to die and too old to take a butt kickin'.
User avatar
Nitetimes
7000 Club
7000 Club
 
Posts: 7909
Images: 194
Joined: Sat Feb 12, 2005 12:44 am
Location: Butler,PA
Top

Postby Nitetimes » Sun Apr 20, 2008 4:07 pm

toypusher wrote:Shouldn't be all that hard to write up something in MS Excel (if you have it) to do what you want.


I've got Office 2007, don't know how to use most of it but I gots it!! :lol: :lol: 8)

Thanks for the links, I'll try some of them. :thumbsup: :thumbsup:
Rich


Image
ImageImage
-
The strongest reason for the people to retain the right to
keep and bear arms is, as a last resort, to protect themselves
against tyranny in government.
- Thomas Jefferson -
Personally, I carry a gun because I'm too young to die and too old to take a butt kickin'.
User avatar
Nitetimes
7000 Club
7000 Club
 
Posts: 7909
Images: 194
Joined: Sat Feb 12, 2005 12:44 am
Location: Butler,PA
Top

Postby Dean_A » Sun Apr 20, 2008 4:23 pm

I second the vote for MS Excel. Just use two columns, once for initials, one for price. At the end of the day, you can sort the entire spreadsheet by the first column (initials), then it's easy to run a SUM for each section. No programming necessary. Let me know if you need more help.
--Dean
Image
User avatar
Dean_A
Gold Donating Member
 
Posts: 597
Images: 55
Joined: Sat Oct 21, 2006 5:24 pm
Location: San Diego, CA
Top

Postby Nitetimes » Sun Apr 20, 2008 5:19 pm

Dean_A wrote:I second the vote for MS Excel. Just use two columns, once for initials, one for price. At the end of the day, you can sort the entire spreadsheet by the first column (initials), then it's easy to run a SUM for each section. No programming necessary. Let me know if you need more help.
--Dean
Image


That didn't take long....lost already!! :cry:

I can get the initials and numbers in there but how does it know to give you a total??
I think I'm using too many steps to get them in too.
Ya see what you have here is a guy that has absolutely no knowledge of Excel, also anyone that will be entering anything in it probably doesn't either. I have tried to get this program to do things a number of times and it always laughs at me. I take it that it's supposed to be simple but I somehow manage to miss the simplicity part every time!! :thinking:

I can make my way thru a lot of programs but Office usually gets the best of me!
Rich


Image
ImageImage
-
The strongest reason for the people to retain the right to
keep and bear arms is, as a last resort, to protect themselves
against tyranny in government.
- Thomas Jefferson -
Personally, I carry a gun because I'm too young to die and too old to take a butt kickin'.
User avatar
Nitetimes
7000 Club
7000 Club
 
Posts: 7909
Images: 194
Joined: Sat Feb 12, 2005 12:44 am
Location: Butler,PA
Top

Postby mikeschn » Sun Apr 20, 2008 5:52 pm

Rich,

Don't make it any harder than you have to...

If you know how to use =sum() you can come up with some pretty usefull spreadsheets...

Like this one for example... I've left the =sum visible so you can see what I did...

Image

Hope that helps...

Mike...
The quality is remembered long after the price is forgotten, so build your teardrop with the best materials...
User avatar
mikeschn
Site Admin
 
Posts: 19202
Images: 475
Joined: Tue Apr 13, 2004 11:01 am
Location: MI
Top

Postby Dean_A » Sun Apr 20, 2008 6:04 pm

Well, on a basic level, entering the numbers and initials is just clicking in a box and typing a number.

Getting the total is a little more work, but not much. See that little box above the row of letters that has a "fx" in it? That's where you put the calculations (functions, in Excel speak). So using the example I sent:

1) Click in the empty box where I have $13.12, then type "=SUM(B2:B6)", then hit 'enter'. This tells Excel that in the current box, you want to show the total (sum) of cells B2 through B6. B2 and B6 are the numbers for the cells, using the letters along the top and the numbers down the left side.

Once you've typed it once, you can just copy and paste it into the other cells, just changing the numbers to match the section you want to add.

Hmmm. doesn't sound so simple now does it :lol: If you're still having grief, PM me and I'll help you out.
--Dean
User avatar
Dean_A
Gold Donating Member
 
Posts: 597
Images: 55
Joined: Sat Oct 21, 2006 5:24 pm
Location: San Diego, CA
Top

Postby Dean_A » Sun Apr 20, 2008 6:12 pm

Mike's solution is good too. It just takes a little more organization up front creating a different column for each family, and making sure you put the amount in the correct column when you sell something. This would be the best solution if you don't have too many "sellers".

If you want to put everything into a single running column, you can sort it by initials at the end of the day.
User avatar
Dean_A
Gold Donating Member
 
Posts: 597
Images: 55
Joined: Sat Oct 21, 2006 5:24 pm
Location: San Diego, CA
Top

Postby jeep_bluetj » Sun Apr 20, 2008 6:16 pm

I was going to suggest a fantastic idea, but Mike suggested it first -- use Columns for the people, and rows per sale - you can total the row for a complete total for the sale (They bought a glob from AA for $5, and a glee from BB for $7, total is $12)

Total each column and that's the total (and you can double check via the individual sale totals)

Excel is easy - just play with it a bit.
-- Jeff --
User avatar
jeep_bluetj
Teardrop Master
 
Posts: 274
Images: 17
Joined: Tue Oct 23, 2007 4:13 pm
Location: SoCal
Top

Postby bg » Sun Apr 20, 2008 7:06 pm

Figured I'd share my approach, which is basically the same as the others here (but, with totaling at the top)

Image

Excel 2007 file
Bobby(, Kim & Wayne)
bg
500 Club
 
Posts: 985
Images: 8
Joined: Fri Aug 20, 2004 11:11 pm
Location: Saginaw, TX
Top

Postby Nitetimes » Sun Apr 20, 2008 7:19 pm

mikeschn wrote:Rich,

Don't make it any harder than you have to...

If you know how to use =sum() you can come up with some pretty usefull spreadsheets...

Mike...


Apparently you missed this line in my post. ;) :lol:

Nitetimes wrote:Ya see what you have here is a guy that has absolutely no knowledge of Excel,


Dean_A wrote:1) Click in the empty box where I have $13.12, then type "=SUM(B2:B6)", then hit 'enter'. This tells Excel that in the current box, you want to show the total (sum) of cells B2 through B6. B2 and B6 are the numbers for the cells, using the letters along the top and the numbers down the left side.

Once you've typed it once, you can just copy and paste it into the other cells, just changing the numbers to match the section you want to add.

--Dean


Do you have to do this for every total??

Dean_A wrote:Mike's solution is good too. It just takes a little more organization up front creating a different column for each family, and making sure you put the amount in the correct column when you sell something. This would be the best solution if you don't have too many "sellers".

If you want to put everything into a single running column, you can sort it by initials at the end of the day.


I kinda like that way, we usually have 5-10 different names so not too many I guess.
Question is, does it matter which way it totals? Up and down or left and right.


jeep_bluetj wrote:I was going to suggest a fantastic idea, but Mike suggested it first -- use Columns for the people, and rows per sale - you can total the row for a complete total for the sale (They bought a glob from AA for $5, and a glee from BB for $7, total is $12)

Total each column and that's the total (and you can double check via the individual sale totals)

Excel is easy - just play with it a bit.


I think you answered a couple of my questions here. :thumbsup:

Believe it or not you guys might just be pointing me in the right direction!!! :thumbsup: :thumbsup:
That or you'll give me a serious migraine!! :lol:

Let me try something here.
Rich


Image
ImageImage
-
The strongest reason for the people to retain the right to
keep and bear arms is, as a last resort, to protect themselves
against tyranny in government.
- Thomas Jefferson -
Personally, I carry a gun because I'm too young to die and too old to take a butt kickin'.
User avatar
Nitetimes
7000 Club
7000 Club
 
Posts: 7909
Images: 194
Joined: Sat Feb 12, 2005 12:44 am
Location: Butler,PA
Top

Postby Nitetimes » Sun Apr 20, 2008 7:32 pm

mikeschn wrote:Rich,

Don't make it any harder than you have to...

If you know how to use =sum() you can come up with some pretty usefull spreadsheets...

Like this one for example... I've left the =sum visible so you can see what I did...

Image

Hope that helps...

Mike...


These totals are good, I need them....but.... I need it to total across for each sale too. I tried that following what younse are telling me and it keeps telling me I put in too few arguments. :thinking:

I think I am not understanding what the parameters are in that box for the function arguments.
Rich


Image
ImageImage
-
The strongest reason for the people to retain the right to
keep and bear arms is, as a last resort, to protect themselves
against tyranny in government.
- Thomas Jefferson -
Personally, I carry a gun because I'm too young to die and too old to take a butt kickin'.
User avatar
Nitetimes
7000 Club
7000 Club
 
Posts: 7909
Images: 194
Joined: Sat Feb 12, 2005 12:44 am
Location: Butler,PA
Top

Postby starleen2 » Sun Apr 20, 2008 7:37 pm

I too have office 2007. I use MS Access (included with office) to create a Database with one input screen, this will allow for one input – with the seller, price and details – this automatically transferred into a table which could then be sorted calculated and other neat stuff. I can create a template for you if you would like (PM for details)
User avatar
starleen2
5th Teardrop Club
 
Posts: 16272
Images: 224
Joined: Sat May 12, 2007 8:26 pm
Location: Pea Ridge ,AR
Top

Next

Return to Off Topic

Who is online

Users browsing this forum: No registered users and 1 guest