Desktop app that allows ordering of food digitally.
Food menus have been around for so long. The process of ordering your food through menus take a huge amount of time - from the waiter handling your menu, choosing your meal for the night, calling a waiter to list your orders, which then the waiter would hand over to the kitchen for the food to be prepared.
The problem with this system is that it takes a huge chunk of time especially from the waiters. With such, it would be better if waiters can have more free time to do other things and improve efficiency.
This desktop application can be accessed by two users: Admin and client.
Admin - Responsible for creating the menu that would be displayed on the client, and has a basic analytics of orders up to date.
Client - Is used by the customers to order items from the restaurant. This would generate an invoice based on the ordered items from the restaurant.
Staff - Is used by the restaurant staff to process orders.
The system utilizes a queue to process orders on a "first come, first served" basis. The amount of orders would be tracked for the day and the total revenue.
This app utilizes an SQL Database hosted on the local machine.