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:
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.
Thank you.
How do you use the YAML File?
WHERE IS THE CVS FILE?
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.
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 access the rb files? You posted only the .exe, .dmg and .run files.