IS 380 Java project
Dr. Chaterjee
Basic Restaurant Point of Sale System
By: Jason Jasper, David Martin-Vaquero, Jared Mclaren, Regine Villongco, Chemen Wong
- Download or Clone java classes.
- Run the void main method in RestaurauntPOS.
Only the Orders and Exit button are functional right now.
- Press the Order button from the Main Menu.
- An order window will appear with several buttons and options.
- Select a function FIRST.
- Select from Add, Sub, Comp, Note, Sub-Total, and Cash Out
- Add opens a window that allows you to add an item to an order.
- Sub opens a window that allows you to delete an item from an order.
- Comp keeps an item on an order but will not charge the customer for it.
- Note adds a note (special instructions) to an order.
- Sub-total retrieves a sub-total for an entire order. NOT IMPLEMENTED YET.
- Cash Out will archive the order (probably to a database), and dispose (delete) the order object.
- Once a function is selected, the table buttons will be enabled, and you can select a table number.
- The appropriate function window will open.