A Cafe Management System is a windows form application developed in Java programming language.This win application is perfect for a cafe or small coffee shop owners where they are in need of an application to run and simply ease out their day to day managerial task.
Using this application, one can select a menu or items along within its quantity/number. Furthermore, They can also calculate the total cost of their customer . Similarly, the café management system also has the ability to generate a bill/receipt.
- Eye-catching menu with various café items such as coffee, drink, and cakes.
- Customer & Staff Record.
- Features to select items ordered by the customer along with their quantity.
- Get total bill value within a single click.
- Generate Receipt if needed.
User interface view
A user can Signup, Login, Place Order and Generate Bill, Change Password, Change Security Question and also see the Bill and Order details.
Admin interface view
An admin can Login, Place Order and Generate Bill, Change Password, Change Security Question , see the Bill and Order details, Manage Catgory, Add New Product, View,Edit and Delete any Product and also Verify Users.
Here we have created four tables user, category, product and bill.
The user table have the detailes of users.The category table have the detailes of categories present in our cafe.The product table have the detailes of products available under each category and the bill table have the detailes of the customer, their orders and the total amount.