BenCookie95 / Restaurant-Order-System

This is a college project where we were tasked with creating an order system for a restaurant using java in the netbeans IDE. Our solution incorporates an embedded derby database to store the orders and food menu.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Current functionality;
The user can take multiple orders for a table and adds them to a database.
On the home screen you can view a tables overall bill and the individual order associated with that bill.
You can remove a tables bill when it's paid for.
In the admin area you can edit the employees and the menu.

Funtionality to be added at a later date;
1. Allow orders to be edited and have stuff added to them.
2. Allow for commments on the orders.
3. Create final receipt.
4. Create logins for the employees.
5. Make the code more efficient.

Admin password = 'password'

About

This is a college project where we were tasked with creating an order system for a restaurant using java in the netbeans IDE. Our solution incorporates an embedded derby database to store the orders and food menu.

License:MIT License


Languages

Language:Java 100.0%