The Shoebox. A place for lil' apps to live in peace and harmony.

Keep track of a small restaurant. Send orders to the kitchen. Print guest checks. Analyze sales. Yaml file lays out dining room tables. Import foodCosts.csv into a spreadsheet, edit menu items and then export and replace it. UpdateMenuItems.rb enters updated csv file into sqlite3. POS.rb is the main window. SalesAnalysis.rb is the gui of the database.


Speak now or forever hold your peace:

Ciro
March 2, 2009

How do I access the rb files? You posted only the .exe, .dmg and .run files.

Justin
March 24, 2009

Sorry, I really don’t know much about programming. I’m just a cook. Let me know how these work out. It’s been a while since I wrote these.

Ciro
April 22, 2009

Thank you.

BW
April 22, 2009

How do you use the YAML File?

BW
April 22, 2009

WHERE IS THE CVS FILE?

justin
April 23, 2009

i added a tiff of my folder structure so maybe that will help getting everything working together.

sorry i can’t seem to add the csv files.
basically just create a spreadsheet with these headers/columns:

item,price,cost,description,category

export it as a csv, name it CSV-Menu.csv into the CSV folder

in Shoes open UpdateMenuItems.rb which should enter the csv into sqlite.

let me know if that helps.

justin
April 23, 2009

i just added everything to github. the problem is i have no idea how to use it or make changes. any help would be greatly appreciated.

btw, out of curiosity, what are you guys using this for?


How do I use this?