This document describes a billing system project developed in Java for a multi-cuisine restaurant. The system allows customers to select items from menus including starters, main courses and desserts, specify vegetarian or non-vegetarian options, order quantities, and view bills with item amounts, GST and total payable.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
15 views7 pages
Billing System
This document describes a billing system project developed in Java for a multi-cuisine restaurant. The system allows customers to select items from menus including starters, main courses and desserts, specify vegetarian or non-vegetarian options, order quantities, and view bills with item amounts, GST and total payable.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 7
NAME OF THE
PROJECT MEMBERS &
GUIDE NAME JANVIHAVI THAKUR SANGOI(Guide of the Project) 1. Saish Sankhe (05) 2. Tanmay Vedpathak (06) 3. Yogesh Yadav (07) 4. Siddhesh Vishwakarma (08) SUB : TOPIC: BILLING MINI SYSTEM IN MAKING OF SMIPLE MINI RESTAURANT PROJ PROJECT USING JAVA PROGRAMMING
ECT INTRODUCTION TO BILLING SYSTEM IN RESTAURANTS This project is devloped in Java Programming.
In this project, we are going to develop a java
program as a project work to manage and maintain billing system of a Multi Cuisine Restuarant that servers the customers with various food items ALGORITHM
1. the main menu contains the following items :
(a)Starters (b)Main course (c)Deserts
.On selecting an option the system ask whether you like
veg or non veg items.
.After Specifing veg or Non-veg it displays a list of
items under that category along with its price to be selected for the order .
.As you select any specific items to order,further it ask
the quantity required.
5. Enter the quantity
6.Further it displays "do you want to order more (Yes/No)".On entering "yes",control moves on step 4 else goes to step 7. 7.It displays a bill as amount of items you have ordered, GST at rate of 18% and total amount to be paid
8.The process remains same for all the other items of
the main menu CONCLUSION
Thanks for paying attention. We hope this project will
be helpful and beneficial for everyone. If you have any query/suggestion then please tell us we will improve/answer very soon. THANK YOU