You are on page 1of 18

Restaurant management system project

• Group project by
1. Chinmay Talekar
2. Sujith Sajeev
3. Saharsh Bhatia

• Guided by
1. Mrs. K. K. Nandedkar
Restaurant management system
• Project summary
1. A restaurant management system was developed using
connectivity between MongoDB ( A NoSQL Database) and Java
in Netbeans IDE.
2. Performance included management of food items, raw
material, monthly sale, working staff and profits.
3. Bill of sale calculation and graph of profits per month was
displayed on request.
4. Security was provided by an unique product key provided to
user.
Signup Screen : Restaurant signs up using Product
key
Only after the product key and other validations in
name and password user is created
Sign up by restaurant billing staff using
credentials
Menu displayed after sign-in contains all features
of the application
Menu actions allows to add menu items and
their costs
In this menu Raw material is the cost of raw
materials for the item, this is used in profit analysis
Menu item added can be viewed
Service customer
menu allows to add
menu to add items for
billing purposes, item
could be added from
id as well as name
and show button
shows all items.
A bill is created after
clicking generate
button on previous
screen. Attributes of
each bill are stored
in json format in
mongo DB database
along with the profit
per bill.
Staff management view allows basic staff
operations
Updating
staff
record
Updated
record in
database
Profit analysis
allows to view
profit each month
and log current
month profit
considering other
expenses to run a
restaurant and
calculates the
profit.
Restaurant analysis shows monthly profits in a
graphical manner
View of mongoDB server start using mongod
process
Front end development using NetBeans

You might also like