- Admin can login to their account with ID and Password.
- Homepage:
- Quick navigation between sections.
- Overview of the restaurant using Google Charts.
- Order notification.
- Inventory notification.
- The Admin Panel section:
- List of all admins.
- Adding new admin.
- Change password of admins.
- Update Information of admins.
- Deleting admins.
- The Online Orders page:
- Display order ID and information of the user.
- Display the status of the payment.
- Button to update the order status.
- A table containing the list of items ordered.
- The Eat In Orders is received from the restaurant hardware device: Documentation for the Hardware Device
- Display order information and Table ID.
- Status of payment.
- Status of order.
- Admin can update and delete order information.
- Category Management:
- Admin can add a new category.
- Admin can update categories.
- Admin can delete categories.
- Inventory Management:
- Inventory page fetches real time inventory information from the database each time an order is placed.
- Notification for items running low on stocks.
- Different status system for quota of stocks.
- Admin can update stock information.
- HTML5/CSS3
- JavaScript (to create dynamically updating content)
- Bootstrap (An HTML, CSS, and JS library)
- XAMPP (A web server by Apache Friends)
- PHP
- MySQL (An RDBMS that uses SQL)