You are on page 1of 4

CS215 – Database Management System

Project documentation – PHASE 1


Group Member:
1- ……shahad al-qahtani…….
2- ……badrih al-qahtani……
3- …… Maryam alshibani……
4- ………….
Database Title: restaurant management system

Description:
ER diagram for restaurant management system is a visual presentation of entities and relationships of
restaurant database.
Restaurant Database is designed to manage orders, tables,items , food menus , bookings and employees
of a restaurant
Through which the relationships between the 10 roles can be defined. ER diagram depicts the
relationship between two or more entities and Helps to describe entities, attributes, relationships, for
example
The Entity employee , Cashier, has binded with restaurant. The Entity items, Booking , menu has binded
with order.
It enables customers to reduce time and effort associated with the ordering process. With its features
like item types , employees management , and orders payments.
Data Requirements:

• Response time should be less than 5 seconds


• The table does not allow more than 7 people to sit
• No more than one table per day should be reserved
• Special foods for children under 12 years of age must be available on the menu

Functional Requirements:

• Each employee using the system must be uniquely identified by an 8-digit employee number

• Customers should be able to search menus for reservation times for all restaurant branches

• The system should allow the customer to change the order from the list I select

• The system must allow the prices of the available dishes to be added

• The system must provide a function to maintain customer's booking.

• The system should provide the function of issuing the bill by the cashier
ER diagram :
name address Contact-no id size t-n
name

1
restaurant mange employee prepare table
M M M
1 1
Contact type
-no

has reserves
1
1
Contact-no
1
M M
customer
cashier M
name
M id pays id address
name

Paid to has

type
price M
M M
M item Contains order
name
bill M date
1 Item-no 1 Order-no
price has
has
time Bill-no 1
M
menu id
booking date

time Table

You might also like