- Developers: Jacob Galvez, Rodrigo Hernandez, Isaiah Garcia, Jenna Kohlmeyer
- What are you creating? A POS System for a restaurant.
- Who is this program for: Business Managers, Servers, Workers.
- Why are we doing this? To give people a simple POS system to be able to perform business calculations and transactions efficiently.
- IDE: Visual Studio Code
- Programming Language: Java
- Git
- Welcome Menu: Allows the user to have a nice and organized GUI to be able to use the programs functions.
- Clock In: Allows a worker to clock in/out for work to log hours.
- Store Front: Gives the user a visual of how the store layout looks, and allows the user to use the "tables" as buttons.
- Check Mode: once a table is chosen, this allows a check to be connected to that table, and the user can start charging items to a table.
The project has had a great start, we are mostly working on front-end stuff right now so that the user may use our program with ease. Once we have our front end done, we plan on adding more logic behind the scenes so that our program has a lot of functionality in the business world.
- Created the Check Mode so that the user may charge guests for the items they chooose.
- URL: https://github.com/isaiah0112/POS-System/commit/b3c99d9706f6271c72ff1ef0d7a0a6fcf7fa5106
- Created the Store Front Layout showing the user tables so that they may charge the tables for what they purchase.
- URL: https://github.com/isaiah0112/POS-System/commit/a2f2d7b9ed197ad9fd5172ad70af7bc937a0bf9f
- Connected GUI's all together for first demo
- URL: https://g63219f6757a0ac6f2302d29c471943c52f68cb12ithub.com/isaiah0112/POS-System/commit/
- Created a Manager Mode - you can hire/dismiss employees, change menu items, and change menu prices
- Created the Clock In/Out mode so that employees can clock their time worked
- URL:
- Next Steps: Create mode to show current staff info