You are on page 1of 17

ZION INTERNATIONAL PUBLIC SCHOOL

Mappedu, Chennai -600126

AISSCE (2022-2023)
RESTAURANT
BILLING
SYSTEM

NAME:_______________________
STD:____________ SEC:_________
REGISTER NO:_________________
SUBJETCT:____________________
ZION INTERNATIONAL PUBLIC SCHOOL
Mappedu, Chennai -600126

BONAFIDE CERTIFICATE
This is to certify that the project titled RESTAURANT BILLING
MANAGEMENT SYSTEM is a Bonafide work done by Raam Lakshith. M
in partial fulfilment of the requirements in computer science practical as
prescribed by CBSE for AISSCE 2022-2023.

REGISTER NO._________________

TEACHER-IN-CHARGE PRINCIPAL

INTERNAL EXAMINER EXTERNAL EXAMINER


ACKNOWLEDGEMENT

Coming to the joyful task of thanking everyone those who contributed to the
completion of this project, I would like to extend my thanks to all of them.

I am highly indebted to my class teacher who happens to be my computer


science mam, Mrs. Sunantha, for her collective guidance, constant supervision
and support, as well as for providing necessary information regarding the
project.

I am grateful to the Management and Authorities of Zion International Public


School, Mappedu, for providing me the opportunity to pursue this project.

I would like to express my gratitude towards my parents for their kind co-
operation and encouragement which helped me a lot in the completion of this
project. They never stopped believing me and my ability to finish this work.

My special thanks and appreciations also goes to my friends and classmates and
all the people who have willingly helped me out with their abilities.
TABLE OF CONTENTS

S.No Title

1. Abstract
2. Requirement Analysis

3. Design
4. Flowchart
5. Algorithm
6. Source Code
7. Execution Screen Shots

8. Future Enhancements
9. Bibliography
ABSTRACT

Restaurant Billing System Using Python can be very useful within a business
environment. The Restaurant industry is enlarging rapidly and restaurant owners
are keen to improve every section of their business. Though much attention is
paid to digitalizing the restaurant management and the menu, but not many
business owners realize the importance of applying digital billing software in
the restaurant.

Instead of doing manual work for making up a bill at Restaurant, which gets
tiring and time consuming, you can generate a bill including tax and service
charges in just few clicks. When making up a bill manually at a Restaurant may
contain some human errors like adding wrong items into the bill or summing up
their total also may end up wrong, it also sometimes results into a bad
impression towards the Restaurant from a Customer. Ideally, the user should be
able to generate bill without any mistakes and quickly, enabling them to fasten
or improve their process.

When the crowd is vast in the restaurant, it might take you some time to
generate manual bills that may leave your customers unsatisfied. This is where
the automated billing system can be used. It generates digital bills automatically
and allows customers to make quick payments.

The Restaurant Billing System Using Python is very useful to small business or
restaurant or cafe or food truck owners. This helps the owner to fasten the
process which is bug free and easy to use. It also has a calculator to ease the use
of the user. This project firstly has the menu and then adds up the selected items
by customer and sums up the total of all items and adds tax and service charges
and displays total.

To overcome this problem, I have come up with this project, that is, Restaurant
Billing System Using Python.
Requirement Analysis
In order to work out the project proposed, there are few hardware and software
requirements.
(i) Hardware Requirement
Hardware requirements for the billing software.
Hardware Value
CPU 2 cores(Minimum Requirement)
RAM 4 GB
Hard Drive 1 TB
Operation System Any OS which supports Python and
MySQL

As the billing section has to be done at a faster rate, so the system used
should also have better specifications for it to work fast. Hence, it is better to
have a system with minimum specifications as mentioned above with good
network.

(ii) Software Requirement


In this work, Python and MySQL 5.7.x series are used
Design

Every project can be understood clearly if it is explained with a schematic


block. The proposed project too can be schematically pictured using the block
diagram shown below.

(i) Block Diagram

(ii) Explanation

As can be seen that initially it asks for the data such as the name of the
customer, his phone number, what he/she ordered. Upon every details being
entered into the billing software, it makes the quick calculation by itself
adding all the extra charges such as the service charges, GST to the cost of
the meals and displays the particulars separately as cost of meals, service
charge, GST and the total cost. Finally, the particulars get stored to the
database of the restaurant and all particulars entered is refreshed.
Flow Chart

i. Project flow:
ii. Program flow:
Algorithm
The algorithm used for coding is described in the above flow chart.
Algorithm: To perform multitasking by adding or deleting item from menu,
introducing a new user, developing a bill and segregating data in MySQL.
1. Define functions
2. Initialize variables
3. Log in:
Login with a valid username and password
If YES
Ask for Admin panel, Customer panel or to Exit
If Admin panel
Ask for modifying the menu or to add a new user
If Customer Panel
Ask for viewing menu or to calculate Bill
If No
Logout and Exit
4. Gather information for storing in database:
If YES
Establish connection between python and MySQL
If NO
Return to main program
5. Ask for any new order
If YES
Repeat the above steps again
If NO
Logout
SCREENSHOTS
New Database creation:

MAIN MENU:

Selecting Admin Panel:

Login with a valid username and password:

Under Modify, Adding item to the menu:


Under Modify, to delete an already added Item from the menu:

Under admin panel, registering a new user:

Logging in with new user:

Logging out from admin panel:


Under customer panel, after logging in: 0

Displaying menu for customers:

Gathering data for Bill:

Bill Output:
Connecting already created Database:

Retrieval of data:
Future Enhancements:

In future, this application can be updated with some more food items. Many
other latest features will be added. Project will surely be enhanced with respect
to looks and appearance and also as per user requirements. Many more
functionalities will be added. Some enhancement can also be done with
calculator. For now, this application generates the bill but with respect to future
application it will be enhanced that it will also print a bill. It can also be used on
a large scale. Many more modification can dowith menu or prices or tax as well.
It will be easy to use and bug free to all future or upcoming users. This can also
be enhanced in future as per customer requirements. Many more features can be
added. This will surely help users instead of making a bill manually
Bibliography
1. MySQL 5.7.x Reference Manual
https://dev.mysql.com/doc/refman/5.7/en/

2. Python tutorialspoint
https://www.tutorialspoint.com/python/index.htm

3. Learning Python with


 https://www.geeksforgeeks.org/
 https://www.programiz.com/
 https://stackoverflow.com/
 https://phoenixnap.com/kb/

You might also like