SlideShare une entreprise Scribd logo
1  sur  75

 Introduction
 Tools & Technology
 Development Environment
 Current Existing System
 Problem Statement &
objectives
 Project Definition & Analysis
 System flow D
 ER –Diagram
 Data Flow Diagram
 Data Dictionary
 Screen Layout
 Conclusion
 Limitation
Index
INTRODUCTION
Restaurant Manager App is the
crucial technology components
that enable a single outlet or
enterprise to better serve its
customers and aid employees
with food and beverage
transactions and control.

HARDWAREREQUIREMENTS:
 Processor : Intel Core i3( 2.66 GHZ)
 Hard Disk : 500 GB. And Above
 Monitor : 15 VGA colour.
 RAM : 2 GB and Above.
SOFTWARE REQUIREMENTS:
 Operating system : Windows 7 and Above.
 Web Browser : Firefox, Google chrome.
 Coding Language : Java 7
 Tool Kit : Android 4.2 and Above
 IDE : Eclipse
Tools And Technology
DEVELOPMENT ENVIRONMENT
Programming Language:
Android
PHP
PHP MySQL

ANDROID
Android is an open source mobile operating
system by Google. The controllers are written
in java while the UI components are written in
XML.
Most popular mobile platform today with over
900million smartphone activations.
Android comes with a highly detailed and
exhaustive documentation and also has a large
developer base
This app is compatible with latest version of
Android(API Level 19)
Requires minimum API Level 14-Android Ice
Cream Sandwich 4.0
PHP (Hypertext
Preprocessor)
PHP is a recursive acronym for "PHP: Hypertext Preprocessor".
PHP is a server side scripting language that is embedded in HTML. It is used
to manage dynamic content, databases, session tracking, even build entire e-
commerce sites.
It is integrated with a number of popular databases, including MySQL,
PostgreSQL, Oracle, Sybase, Informix, and Microsoft SQL Server.
PHP is pleasingly zippy in its execution, especially when compiled as an
Apache module on the Unix side. The MySQL server, once started, executes
even very complex queries with huge result sets in record-setting time.

MYSQL
MySQL is the most popular database system used with PHP.
MySQL is a database system used on the web
MySQL is a database system that runs on a server
MySQL is ideal for both small and large applications
MySQL is very fast, reliable, and easy to use
MySQL uses standard SQL
MySQL compiles on a number of platforms
MySQL is free to download and use
MySQL is developed, distributed, and supported by Oracle Corporation
Android:
For making app in which
waiter can take the order
from customer and send
the order to kitchen.
PHP :
For making database
design in which administrator
can do his job very smoothly
such as assign tables, see
daily orders, check bills,etc.
• Structure of old system:
Customer Waiter Kitchen
Cashier
Food Order Send Data
When customers want to order food to be called the
waiter to take the food lists, which when completed will
have to take order food into the kitchen
Send Data
Current Existing System
Kitchen
When the cooking was finished and then the food served to
customers
Waiter Customer
send to serve to
When customers wants to check bill, they will call waiter to check
bill. This process follows
Customer Waiter Cashier
Waiter
Check bill
Calculate charged
Send Data
Charged from
PROBLEM STATEMENTS
Waiters who will take a long time to want to drop to the cashier and orders
have in the kitchen.
Restaurant waiter information also by manual system kept use paper and
this is difficult for restaurant administrator to find waiter information,
probability missing the paper and difficult arrange the schedule.
Besides this section for customer view the menu that restaurant prepared
and making their ordering.
Restaurant manage their business by manual especially take customer
ordering.
Need more paper to take the order.

Based on the problem stated above, the objectives of the project are:
 To design and construct android based ordering food
app for restaurant.
 To provide menu information for customer in tablet.
 For grow our restaurants bottom line with an on-point
tablet experiences
 By starting up a few tablet projects, restaurant can enjoy
 more customers.
 more business.
 more revenue.
OBJECTIVES
PROJECT DEFINITION
The User Can see different types of reports , which displays all the details of
Staffs, Meal Category, Meal, Food bills, Customer receipts, etc.
So, These are normal process of the restaurant and how each and every
process is done in restaurant that is shown in the project
Our main goal of this project is to create such a restaurant management app
or software which will save time of both customers & restaurant
management team. On the other hand it will help to run restaurant with
much more efficiently than past.
With this system customers can order food easily and order’s copy will go
directly to kitchen room and cash counter immediately.

According to our project goal we have to do following things …
 User Login Option.
 Table No, Food Items, Price, Food selection & Order options.
 Order flow to Kitchen Room & Cash Counter .
 Order Receiving Acknowledgement.
 Bill Receiving System.
Project Analysis

PROJECT STRUCTURE AND RESPONSIBILITIES
STEP 1: MAKE ORDER
STEP 2: CALCULATE PRICE
STEP 3: GENERATE BILL
PROJECT SIGNIFICANCE
This System will be going to help customer, waiter and
administrator in restaurant especially part ordering.
 The result of ordering in tablet will give easy to make
ordering and hopefully can smoothen up the job administrator
and waiter.
This system will change from manual system to
computerized system.

DELIVERABLES
QUALITY
• Have more customer, fast to send the order to the kitchen,
fast to serve the food and convenience to check bill
COST
• First, may be high cost for setup the system but save cost
for don’t hire the employee
DELIVERY
• Fast to receive the order and fast to serve the food
MONEY
• Have more customer result to have more money
USE CASE
DIAGRAM
Use Case Diagram for Restaurant Management App
Take
Order
Calculate
Grand Total
Maintain
Meal
Generate
Bill
Maintain
table
Maintain
Staff
Generate
Reports
Print Bill
Rating
Feedback
Calculate
Total
Amount
Check
Table
Assign
Waiter
Staff/Member
Admin
Check
Order
Status
<include>
<extend>
<extend>
<include>
Use Case Diagram for Order Meals
Search
Order
View all
Orders
Add Order Add
Payment
Cancel
Order Delete
Order
View
Previous
Order
Check
Order List
Admin
Staff
<include>
<extends><extends>
Use Case Diagram for Meal Maintenance
Add Meal
Add
Picture
Delete
Meal
View all
Meal
Update
meal
<include>
Admin Customer
SCREENLAYOUTS

LOGIN PAGE

TABLE DETAILS

Category Details

MENU

New Order

Old Order

Generate Bill

Print Bill
Waiter
1
Take
Order
2
Accept
Order
3
Compute
Customer
Order
4
Accept
Payment
5
Issue
Receipt
Customer Payment
Customer Order
and official Receipt
Verified
Customer
Order
Customer
Order
Accepted
Customer Order
Computed
Customer Order
Accepted
Payment
Counter
SYSTEM FLOW
CHART
Customer
Order
Item
Availabl
e
?
Compute
Customer
Order
Customer
Receipt
END
START
NO
YES
Field Name Data Type Description
id(Primary key) int(11) Employee Id
ename varchar(25) Employee Name
emp_addr varchar(100) Employee Address
emp_cno int(11) Employee Contact
Number
emp_email varchar(20) Employee Email Id
user_id varchar(25) User Id
pwd varchar(25) Password
status varchar(15) Status
desig_id int(11) Designation Id
Data dictionary (tables)
Table Name: tbl_emp
Field Name Data Type Description
id(Primary key) int(11) Registration Id
name varchar(25) Name
addr varchar(255) Address
cno int(11) Contact No.
email varchar(25) Email Id
reg_dt Date Registration Date
reg_no int(11) Registration No.
Pwd varchar(15) Password
Role varchar(15) Role
Table Name: tbl_registration
Field Name Data Type Description
id(Primary key) int(11) Menu Category Id
cat_name varchar(25) Category Name
Table Name: tbl_menu_category
Field Name Data Type Description
id(Primary key) int(11) Menu Id
cat_id int(11) Category Id
Item_code varchar(10) Item Code
Item_name varchar(25) Item Name
Rate int(11) Rate
Tax_id int(11) Tax Id
unit_id int(11) Unit Id
Image varchar(100) Image
Table Name: tbl_menu
Field Name Data Type Description
id(Primary key) int(11) Item Id
Item_code varchar(15) Item Code
Item_name varchar(25) Item Name
cat_id int(11) Category Id
Tax_id int(11) Tax Id
Table Name: tbl_item
Field Name Data Type Description
id(Primary key) int(11) Order Status Id
cust_id int(11) Customer Id
table_id int(11) Table Id
order_date date Order Date
order_time time Order Time
order_status varchar(15) Order Status
Table Name: tbl_order_status
Field Name Data Type Description
id(Primary key) int(11) Bill Id
bill_no int(11) Bill No.
order_id int(11) Order Id
table_no int(11) Table No.
Date date Date
Total Double Total
Disc Double Discount
service_tax Double Service Tax
net_amt Double Net Amount
payment_status int(11) Payment Status
Table Name: tbl_bill

SCREEN LAYOUT
OF
ADMIN PART
Future Enhancement
 Special offers of the day
 staffs have permission to update meal
 Recent orders
 Personalized recommendation
 Live order tracking Conclusion
 The user interface of the system is less attractive,
because the application is very hard to adjust some time
 Tablets suffer a defects, not worked properly
 Staff/waiters only able to take order from table and
generate bill.
 Security of server is not well maintained.

Any Question??


Contenu connexe

Tendances

E-Restaurant Management System
E-Restaurant Management SystemE-Restaurant Management System
E-Restaurant Management SystemArno Lordkronos
 
Online Food Ordering System
Online Food Ordering SystemOnline Food Ordering System
Online Food Ordering SystemAnkita Jangir
 
Online Food Ordering Website project
Online Food Ordering Website projectOnline Food Ordering Website project
Online Food Ordering Website projectArpitsaxena79
 
An Online Food Ordering Service
An Online Food Ordering ServiceAn Online Food Ordering Service
An Online Food Ordering Serviceshreeram38
 
Data flow diagram, activity diagram, sequence diagram
Data flow diagram, activity diagram, sequence diagramData flow diagram, activity diagram, sequence diagram
Data flow diagram, activity diagram, sequence diagramSMMdAbdulKader
 
Smart restaurant system (u te m students)
Smart restaurant system (u te m students)Smart restaurant system (u te m students)
Smart restaurant system (u te m students)Muhammad Tarmizi
 
Canteen Food Management System
Canteen Food Management SystemCanteen Food Management System
Canteen Food Management SystemShubham Dhage
 
ABC Restaurant Food Ordering Management System
ABC Restaurant Food Ordering Management SystemABC Restaurant Food Ordering Management System
ABC Restaurant Food Ordering Management SystemNik Ibrahim
 
restaurant billing system
restaurant billing system restaurant billing system
restaurant billing system GangapuramRohith
 
iOder (Food Ordering System)
iOder (Food Ordering System)iOder (Food Ordering System)
iOder (Food Ordering System)UniSZA
 
Restaurant billing application
Restaurant billing applicationRestaurant billing application
Restaurant billing applicationch samaram
 
Cafeteria management system in sanothimi campus(cms) suresh
Cafeteria management system in sanothimi campus(cms) sureshCafeteria management system in sanothimi campus(cms) suresh
Cafeteria management system in sanothimi campus(cms) sureshNawaraj Ghimire
 
Restaurant Management System PowerPoint Presentation Slides
Restaurant Management System PowerPoint Presentation SlidesRestaurant Management System PowerPoint Presentation Slides
Restaurant Management System PowerPoint Presentation SlidesSlideTeam
 

Tendances (20)

E-Restaurant Management System
E-Restaurant Management SystemE-Restaurant Management System
E-Restaurant Management System
 
Online Food Ordering System
Online Food Ordering SystemOnline Food Ordering System
Online Food Ordering System
 
Online Food Ordering Website project
Online Food Ordering Website projectOnline Food Ordering Website project
Online Food Ordering Website project
 
Online food court
Online food courtOnline food court
Online food court
 
Restaurant management
Restaurant managementRestaurant management
Restaurant management
 
Home delivery restaurants
Home delivery restaurantsHome delivery restaurants
Home delivery restaurants
 
An Online Food Ordering Service
An Online Food Ordering ServiceAn Online Food Ordering Service
An Online Food Ordering Service
 
Data flow diagram, activity diagram, sequence diagram
Data flow diagram, activity diagram, sequence diagramData flow diagram, activity diagram, sequence diagram
Data flow diagram, activity diagram, sequence diagram
 
Smart restaurant system (u te m students)
Smart restaurant system (u te m students)Smart restaurant system (u te m students)
Smart restaurant system (u te m students)
 
Online Food Ordering Mobile APP
Online Food Ordering Mobile APPOnline Food Ordering Mobile APP
Online Food Ordering Mobile APP
 
Canteen Food Management System
Canteen Food Management SystemCanteen Food Management System
Canteen Food Management System
 
Online Food Delivery
Online Food Delivery Online Food Delivery
Online Food Delivery
 
ABC Restaurant Food Ordering Management System
ABC Restaurant Food Ordering Management SystemABC Restaurant Food Ordering Management System
ABC Restaurant Food Ordering Management System
 
restaurant billing system
restaurant billing system restaurant billing system
restaurant billing system
 
iOder (Food Ordering System)
iOder (Food Ordering System)iOder (Food Ordering System)
iOder (Food Ordering System)
 
Hotel Management System
Hotel Management System Hotel Management System
Hotel Management System
 
Food Ordering System
Food Ordering SystemFood Ordering System
Food Ordering System
 
Restaurant billing application
Restaurant billing applicationRestaurant billing application
Restaurant billing application
 
Cafeteria management system in sanothimi campus(cms) suresh
Cafeteria management system in sanothimi campus(cms) sureshCafeteria management system in sanothimi campus(cms) suresh
Cafeteria management system in sanothimi campus(cms) suresh
 
Restaurant Management System PowerPoint Presentation Slides
Restaurant Management System PowerPoint Presentation SlidesRestaurant Management System PowerPoint Presentation Slides
Restaurant Management System PowerPoint Presentation Slides
 

En vedette

Top 8 restaurant resume samples
Top 8 restaurant resume samplesTop 8 restaurant resume samples
Top 8 restaurant resume samplespaulwilson2023
 
Update CV (Arif Zulianto)
Update CV (Arif Zulianto)Update CV (Arif Zulianto)
Update CV (Arif Zulianto)Arif Zulianto
 
Restaurant captain kpi
Restaurant captain kpiRestaurant captain kpi
Restaurant captain kpidiretjom
 
Full Restaurant Resume revised final cut.
Full Restaurant Resume revised final cut.Full Restaurant Resume revised final cut.
Full Restaurant Resume revised final cut.mark heinrichs
 
___2016 CV Osipov Aleksey PMM
___2016 CV Osipov Aleksey PMM___2016 CV Osipov Aleksey PMM
___2016 CV Osipov Aleksey PMMAleksey Osipov
 
Different Kinds of Breakfast
Different Kinds of BreakfastDifferent Kinds of Breakfast
Different Kinds of BreakfastAnthony Requiron
 
lesson plan
lesson planlesson plan
lesson plankatsanee
 
Top 12 restaurant resume tips
Top 12 restaurant resume tipsTop 12 restaurant resume tips
Top 12 restaurant resume tipsrestaurantcareer
 
restaurant manager torkia cv
restaurant manager torkia cvrestaurant manager torkia cv
restaurant manager torkia cvmohamed torkia
 
Top 8 assistant restaurant manager resume samples
Top 8 assistant restaurant manager resume samplesTop 8 assistant restaurant manager resume samples
Top 8 assistant restaurant manager resume samplesdelijom
 

En vedette (17)

F & b service
F & b service  F & b service
F & b service
 
Top 8 restaurant resume samples
Top 8 restaurant resume samplesTop 8 restaurant resume samples
Top 8 restaurant resume samples
 
Update CV (Arif Zulianto)
Update CV (Arif Zulianto)Update CV (Arif Zulianto)
Update CV (Arif Zulianto)
 
Restaurant captain kpi
Restaurant captain kpiRestaurant captain kpi
Restaurant captain kpi
 
Sangeeth thabrew - CV
Sangeeth thabrew - CVSangeeth thabrew - CV
Sangeeth thabrew - CV
 
Full Restaurant Resume revised final cut.
Full Restaurant Resume revised final cut.Full Restaurant Resume revised final cut.
Full Restaurant Resume revised final cut.
 
Yehia Resume 2016
Yehia Resume  2016Yehia Resume  2016
Yehia Resume 2016
 
Mohammad Ibeidallah Resume
Mohammad Ibeidallah ResumeMohammad Ibeidallah Resume
Mohammad Ibeidallah Resume
 
___2016 CV Osipov Aleksey PMM
___2016 CV Osipov Aleksey PMM___2016 CV Osipov Aleksey PMM
___2016 CV Osipov Aleksey PMM
 
Different Kinds of Breakfast
Different Kinds of BreakfastDifferent Kinds of Breakfast
Different Kinds of Breakfast
 
Assam Curriculum vitae..
Assam Curriculum vitae..Assam Curriculum vitae..
Assam Curriculum vitae..
 
Good F&amp;B Service
Good F&amp;B ServiceGood F&amp;B Service
Good F&amp;B Service
 
lesson plan
lesson planlesson plan
lesson plan
 
Top 12 restaurant resume tips
Top 12 restaurant resume tipsTop 12 restaurant resume tips
Top 12 restaurant resume tips
 
restaurant manager torkia cv
restaurant manager torkia cvrestaurant manager torkia cv
restaurant manager torkia cv
 
Hartono Rakiman
Hartono Rakiman Hartono Rakiman
Hartono Rakiman
 
Top 8 assistant restaurant manager resume samples
Top 8 assistant restaurant manager resume samplesTop 8 assistant restaurant manager resume samples
Top 8 assistant restaurant manager resume samples
 

Similaire à Restaurant manager app

System requirement system for restaurant management system.
System requirement system for restaurant management system.System requirement system for restaurant management system.
System requirement system for restaurant management system.SAURABH SHARMA
 
mnvRTBS-PPT-int4p9[1].pptx this report is good
mnvRTBS-PPT-int4p9[1].pptx this report is goodmnvRTBS-PPT-int4p9[1].pptx this report is good
mnvRTBS-PPT-int4p9[1].pptx this report is goodmrmanavpachurkar
 
IRJET- Digital Menu Card for Restaurant
IRJET-  	  Digital Menu Card for RestaurantIRJET-  	  Digital Menu Card for Restaurant
IRJET- Digital Menu Card for RestaurantIRJET Journal
 
355905786-online-food-ordering-system-mini.docx
355905786-online-food-ordering-system-mini.docx355905786-online-food-ordering-system-mini.docx
355905786-online-food-ordering-system-mini.docxEFRENlazarte2
 
Medical Store Management System Software Engineering Project
Medical Store Management System Software Engineering ProjectMedical Store Management System Software Engineering Project
Medical Store Management System Software Engineering Projecthani2253
 
Food Order in a Restaurant - Data Structure Project
Food Order in a Restaurant - Data Structure ProjectFood Order in a Restaurant - Data Structure Project
Food Order in a Restaurant - Data Structure ProjectMd. Musfiqur Rahman Foysal
 
Online Catering Services
Online Catering ServicesOnline Catering Services
Online Catering ServicesIRJET Journal
 
foodorder-170421171524 (1).pptx
foodorder-170421171524 (1).pptxfoodorder-170421171524 (1).pptx
foodorder-170421171524 (1).pptxPrasanth344620
 
Medical Store Management System Software Engineering 1
Medical Store Management System Software Engineering 1Medical Store Management System Software Engineering 1
Medical Store Management System Software Engineering 1hani2253
 
BPCS Infor ERP LX Implementation Evaluation Q4 2007
BPCS Infor ERP LX Implementation Evaluation Q4 2007BPCS Infor ERP LX Implementation Evaluation Q4 2007
BPCS Infor ERP LX Implementation Evaluation Q4 2007Dedy Sofyan
 
SRS (Latest).pdf
SRS (Latest).pdfSRS (Latest).pdf
SRS (Latest).pdfAsraNadeem4
 
Customer engagement platform
Customer engagement platformCustomer engagement platform
Customer engagement platformBhavdip Bhalodia
 
Canteen automation system (updated) revised
Canteen automation system (updated) revisedCanteen automation system (updated) revised
Canteen automation system (updated) revisedrinshi jain
 
Web based online shopping system Presentation slide
Web based online shopping system Presentation  slideWeb based online shopping system Presentation  slide
Web based online shopping system Presentation slideRakibul Hasan Pranto
 
Qbesv5 Peer Presentation
Qbesv5 Peer PresentationQbesv5 Peer Presentation
Qbesv5 Peer Presentationsimplymaximus
 

Similaire à Restaurant manager app (20)

roshan ppt.pptx
roshan ppt.pptxroshan ppt.pptx
roshan ppt.pptx
 
System requirement system for restaurant management system.
System requirement system for restaurant management system.System requirement system for restaurant management system.
System requirement system for restaurant management system.
 
mnvRTBS-PPT-int4p9[1].pptx this report is good
mnvRTBS-PPT-int4p9[1].pptx this report is goodmnvRTBS-PPT-int4p9[1].pptx this report is good
mnvRTBS-PPT-int4p9[1].pptx this report is good
 
Architecture Design
Architecture DesignArchitecture Design
Architecture Design
 
Digital cafe system
Digital cafe systemDigital cafe system
Digital cafe system
 
IRJET- Digital Menu Card for Restaurant
IRJET-  	  Digital Menu Card for RestaurantIRJET-  	  Digital Menu Card for Restaurant
IRJET- Digital Menu Card for Restaurant
 
355905786-online-food-ordering-system-mini.docx
355905786-online-food-ordering-system-mini.docx355905786-online-food-ordering-system-mini.docx
355905786-online-food-ordering-system-mini.docx
 
Medical Store Management System Software Engineering Project
Medical Store Management System Software Engineering ProjectMedical Store Management System Software Engineering Project
Medical Store Management System Software Engineering Project
 
Food Order in a Restaurant - Data Structure Project
Food Order in a Restaurant - Data Structure ProjectFood Order in a Restaurant - Data Structure Project
Food Order in a Restaurant - Data Structure Project
 
Online Catering Services
Online Catering ServicesOnline Catering Services
Online Catering Services
 
foodorder-170421171524 (1).pptx
foodorder-170421171524 (1).pptxfoodorder-170421171524 (1).pptx
foodorder-170421171524 (1).pptx
 
Medical Store Management System Software Engineering 1
Medical Store Management System Software Engineering 1Medical Store Management System Software Engineering 1
Medical Store Management System Software Engineering 1
 
Project Presentation (1).pptx
Project  Presentation (1).pptxProject  Presentation (1).pptx
Project Presentation (1).pptx
 
BPCS Infor ERP LX Implementation Evaluation Q4 2007
BPCS Infor ERP LX Implementation Evaluation Q4 2007BPCS Infor ERP LX Implementation Evaluation Q4 2007
BPCS Infor ERP LX Implementation Evaluation Q4 2007
 
SRS (Latest).pdf
SRS (Latest).pdfSRS (Latest).pdf
SRS (Latest).pdf
 
Customer engagement platform
Customer engagement platformCustomer engagement platform
Customer engagement platform
 
Canteen automation system (updated) revised
Canteen automation system (updated) revisedCanteen automation system (updated) revised
Canteen automation system (updated) revised
 
Web based online shopping system Presentation slide
Web based online shopping system Presentation  slideWeb based online shopping system Presentation  slide
Web based online shopping system Presentation slide
 
Qbesv5 Peer Presentation
Qbesv5 Peer PresentationQbesv5 Peer Presentation
Qbesv5 Peer Presentation
 
saro.pptx
saro.pptxsaro.pptx
saro.pptx
 

Dernier

Estimation of protein quality using various methods
Estimation of protein quality using various methodsEstimation of protein quality using various methods
Estimation of protein quality using various methodsThiviKutty
 
Gwal Pahari Call Girls 9873940964 Book Hot And Sexy Girls
Gwal Pahari Call Girls 9873940964 Book Hot And Sexy GirlsGwal Pahari Call Girls 9873940964 Book Hot And Sexy Girls
Gwal Pahari Call Girls 9873940964 Book Hot And Sexy Girlshram8477
 
Parental and enteral nutrition Final.pdf
Parental and enteral nutrition Final.pdfParental and enteral nutrition Final.pdf
Parental and enteral nutrition Final.pdfShahariorMohammed1
 
Russian Escorts DELHI - Russian Call Girls in Delhi Greater Kailash TELL-NO. ...
Russian Escorts DELHI - Russian Call Girls in Delhi Greater Kailash TELL-NO. ...Russian Escorts DELHI - Russian Call Girls in Delhi Greater Kailash TELL-NO. ...
Russian Escorts DELHI - Russian Call Girls in Delhi Greater Kailash TELL-NO. ...dollysharma2066
 
Call Girls Laxmi Nagar Delhi reach out to us at ☎ 9711199012
Call Girls Laxmi Nagar Delhi reach out to us at ☎ 9711199012Call Girls Laxmi Nagar Delhi reach out to us at ☎ 9711199012
Call Girls Laxmi Nagar Delhi reach out to us at ☎ 9711199012rehmti665
 
(办理学位证)加州大学圣塔芭芭拉分校毕业证成绩单原版一比一
(办理学位证)加州大学圣塔芭芭拉分校毕业证成绩单原版一比一(办理学位证)加州大学圣塔芭芭拉分校毕业证成绩单原版一比一
(办理学位证)加州大学圣塔芭芭拉分校毕业证成绩单原版一比一Fi sss
 
Irradiation preservation of food advancements
Irradiation preservation of food advancementsIrradiation preservation of food advancements
Irradiation preservation of food advancementsDeepika Sugumar
 
NO1 WorldWide kala jadu Love Marriage Black Magic Punjab Powerful Black Magic...
NO1 WorldWide kala jadu Love Marriage Black Magic Punjab Powerful Black Magic...NO1 WorldWide kala jadu Love Marriage Black Magic Punjab Powerful Black Magic...
NO1 WorldWide kala jadu Love Marriage Black Magic Punjab Powerful Black Magic...Amil Baba Dawood bangali
 
Call Girls in Ghitorni Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Ghitorni Delhi 💯Call Us 🔝8264348440🔝Call Girls in Ghitorni Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Ghitorni Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
Affordable PriceD Call Girls In Crowne Plaza Greater Noida 8377877756 Short 2...
Affordable PriceD Call Girls In Crowne Plaza Greater Noida 8377877756 Short 2...Affordable PriceD Call Girls In Crowne Plaza Greater Noida 8377877756 Short 2...
Affordable PriceD Call Girls In Crowne Plaza Greater Noida 8377877756 Short 2...dollysharma2066
 
如何办韩国SKKU文凭,成均馆大学毕业证学位证怎么辨别?
如何办韩国SKKU文凭,成均馆大学毕业证学位证怎么辨别?如何办韩国SKKU文凭,成均馆大学毕业证学位证怎么辨别?
如何办韩国SKKU文凭,成均馆大学毕业证学位证怎么辨别?t6tjlrih
 
Food-Allergy-PowerPoint-Presentation-2.ppt
Food-Allergy-PowerPoint-Presentation-2.pptFood-Allergy-PowerPoint-Presentation-2.ppt
Food-Allergy-PowerPoint-Presentation-2.pptIsaacMensah62
 
thanksgiving dinner and more information
thanksgiving dinner and more informationthanksgiving dinner and more information
thanksgiving dinner and more informationlialiaskou00
 
Prepare And Cook Meat.pptx Quarter II Module
Prepare And Cook Meat.pptx Quarter II ModulePrepare And Cook Meat.pptx Quarter II Module
Prepare And Cook Meat.pptx Quarter II Modulemaricel769799
 
HIGH PRESSURE PROCESSING ( HPP ) .pptx
HIGH PRESSURE  PROCESSING ( HPP )  .pptxHIGH PRESSURE  PROCESSING ( HPP )  .pptx
HIGH PRESSURE PROCESSING ( HPP ) .pptxparvin6647
 
2.6 Endocrine System.ppt2.6 Endocrine System.ppt2.6 Endocrine System.ppt2.6 E...
2.6 Endocrine System.ppt2.6 Endocrine System.ppt2.6 Endocrine System.ppt2.6 E...2.6 Endocrine System.ppt2.6 Endocrine System.ppt2.6 Endocrine System.ppt2.6 E...
2.6 Endocrine System.ppt2.6 Endocrine System.ppt2.6 Endocrine System.ppt2.6 E...AmitSherawat2
 
pitch presentation B2.pptx Sunderland Culture
pitch presentation B2.pptx Sunderland Culturepitch presentation B2.pptx Sunderland Culture
pitch presentation B2.pptx Sunderland CultureChloeMeadows1
 

Dernier (20)

Call Girls in Hauz Khas⎝⎝9953056974⎝⎝ Delhi NCR
Call Girls in Hauz Khas⎝⎝9953056974⎝⎝ Delhi NCRCall Girls in Hauz Khas⎝⎝9953056974⎝⎝ Delhi NCR
Call Girls in Hauz Khas⎝⎝9953056974⎝⎝ Delhi NCR
 
Estimation of protein quality using various methods
Estimation of protein quality using various methodsEstimation of protein quality using various methods
Estimation of protein quality using various methods
 
Gwal Pahari Call Girls 9873940964 Book Hot And Sexy Girls
Gwal Pahari Call Girls 9873940964 Book Hot And Sexy GirlsGwal Pahari Call Girls 9873940964 Book Hot And Sexy Girls
Gwal Pahari Call Girls 9873940964 Book Hot And Sexy Girls
 
9953330565 Low Rate Call Girls In Sameypur-Bodli Delhi NCR
9953330565 Low Rate Call Girls In Sameypur-Bodli Delhi NCR9953330565 Low Rate Call Girls In Sameypur-Bodli Delhi NCR
9953330565 Low Rate Call Girls In Sameypur-Bodli Delhi NCR
 
Parental and enteral nutrition Final.pdf
Parental and enteral nutrition Final.pdfParental and enteral nutrition Final.pdf
Parental and enteral nutrition Final.pdf
 
Russian Escorts DELHI - Russian Call Girls in Delhi Greater Kailash TELL-NO. ...
Russian Escorts DELHI - Russian Call Girls in Delhi Greater Kailash TELL-NO. ...Russian Escorts DELHI - Russian Call Girls in Delhi Greater Kailash TELL-NO. ...
Russian Escorts DELHI - Russian Call Girls in Delhi Greater Kailash TELL-NO. ...
 
Call Girls Laxmi Nagar Delhi reach out to us at ☎ 9711199012
Call Girls Laxmi Nagar Delhi reach out to us at ☎ 9711199012Call Girls Laxmi Nagar Delhi reach out to us at ☎ 9711199012
Call Girls Laxmi Nagar Delhi reach out to us at ☎ 9711199012
 
(办理学位证)加州大学圣塔芭芭拉分校毕业证成绩单原版一比一
(办理学位证)加州大学圣塔芭芭拉分校毕业证成绩单原版一比一(办理学位证)加州大学圣塔芭芭拉分校毕业证成绩单原版一比一
(办理学位证)加州大学圣塔芭芭拉分校毕业证成绩单原版一比一
 
Irradiation preservation of food advancements
Irradiation preservation of food advancementsIrradiation preservation of food advancements
Irradiation preservation of food advancements
 
NO1 WorldWide kala jadu Love Marriage Black Magic Punjab Powerful Black Magic...
NO1 WorldWide kala jadu Love Marriage Black Magic Punjab Powerful Black Magic...NO1 WorldWide kala jadu Love Marriage Black Magic Punjab Powerful Black Magic...
NO1 WorldWide kala jadu Love Marriage Black Magic Punjab Powerful Black Magic...
 
Call Girls in Ghitorni Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Ghitorni Delhi 💯Call Us 🔝8264348440🔝Call Girls in Ghitorni Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Ghitorni Delhi 💯Call Us 🔝8264348440🔝
 
Affordable PriceD Call Girls In Crowne Plaza Greater Noida 8377877756 Short 2...
Affordable PriceD Call Girls In Crowne Plaza Greater Noida 8377877756 Short 2...Affordable PriceD Call Girls In Crowne Plaza Greater Noida 8377877756 Short 2...
Affordable PriceD Call Girls In Crowne Plaza Greater Noida 8377877756 Short 2...
 
如何办韩国SKKU文凭,成均馆大学毕业证学位证怎么辨别?
如何办韩国SKKU文凭,成均馆大学毕业证学位证怎么辨别?如何办韩国SKKU文凭,成均馆大学毕业证学位证怎么辨别?
如何办韩国SKKU文凭,成均馆大学毕业证学位证怎么辨别?
 
Food-Allergy-PowerPoint-Presentation-2.ppt
Food-Allergy-PowerPoint-Presentation-2.pptFood-Allergy-PowerPoint-Presentation-2.ppt
Food-Allergy-PowerPoint-Presentation-2.ppt
 
thanksgiving dinner and more information
thanksgiving dinner and more informationthanksgiving dinner and more information
thanksgiving dinner and more information
 
Cut & fry Potato is Not FRENCH FRIES ..
Cut & fry Potato is Not FRENCH FRIES  ..Cut & fry Potato is Not FRENCH FRIES  ..
Cut & fry Potato is Not FRENCH FRIES ..
 
Prepare And Cook Meat.pptx Quarter II Module
Prepare And Cook Meat.pptx Quarter II ModulePrepare And Cook Meat.pptx Quarter II Module
Prepare And Cook Meat.pptx Quarter II Module
 
HIGH PRESSURE PROCESSING ( HPP ) .pptx
HIGH PRESSURE  PROCESSING ( HPP )  .pptxHIGH PRESSURE  PROCESSING ( HPP )  .pptx
HIGH PRESSURE PROCESSING ( HPP ) .pptx
 
2.6 Endocrine System.ppt2.6 Endocrine System.ppt2.6 Endocrine System.ppt2.6 E...
2.6 Endocrine System.ppt2.6 Endocrine System.ppt2.6 Endocrine System.ppt2.6 E...2.6 Endocrine System.ppt2.6 Endocrine System.ppt2.6 Endocrine System.ppt2.6 E...
2.6 Endocrine System.ppt2.6 Endocrine System.ppt2.6 Endocrine System.ppt2.6 E...
 
pitch presentation B2.pptx Sunderland Culture
pitch presentation B2.pptx Sunderland Culturepitch presentation B2.pptx Sunderland Culture
pitch presentation B2.pptx Sunderland Culture
 

Restaurant manager app

  • 1.
  • 2.   Introduction  Tools & Technology  Development Environment  Current Existing System  Problem Statement & objectives  Project Definition & Analysis  System flow D  ER –Diagram  Data Flow Diagram  Data Dictionary  Screen Layout  Conclusion  Limitation Index
  • 3. INTRODUCTION Restaurant Manager App is the crucial technology components that enable a single outlet or enterprise to better serve its customers and aid employees with food and beverage transactions and control.
  • 4.  HARDWAREREQUIREMENTS:  Processor : Intel Core i3( 2.66 GHZ)  Hard Disk : 500 GB. And Above  Monitor : 15 VGA colour.  RAM : 2 GB and Above. SOFTWARE REQUIREMENTS:  Operating system : Windows 7 and Above.  Web Browser : Firefox, Google chrome.  Coding Language : Java 7  Tool Kit : Android 4.2 and Above  IDE : Eclipse Tools And Technology
  • 6.  ANDROID Android is an open source mobile operating system by Google. The controllers are written in java while the UI components are written in XML. Most popular mobile platform today with over 900million smartphone activations. Android comes with a highly detailed and exhaustive documentation and also has a large developer base This app is compatible with latest version of Android(API Level 19) Requires minimum API Level 14-Android Ice Cream Sandwich 4.0
  • 7. PHP (Hypertext Preprocessor) PHP is a recursive acronym for "PHP: Hypertext Preprocessor". PHP is a server side scripting language that is embedded in HTML. It is used to manage dynamic content, databases, session tracking, even build entire e- commerce sites. It is integrated with a number of popular databases, including MySQL, PostgreSQL, Oracle, Sybase, Informix, and Microsoft SQL Server. PHP is pleasingly zippy in its execution, especially when compiled as an Apache module on the Unix side. The MySQL server, once started, executes even very complex queries with huge result sets in record-setting time.
  • 8.  MYSQL MySQL is the most popular database system used with PHP. MySQL is a database system used on the web MySQL is a database system that runs on a server MySQL is ideal for both small and large applications MySQL is very fast, reliable, and easy to use MySQL uses standard SQL MySQL compiles on a number of platforms MySQL is free to download and use MySQL is developed, distributed, and supported by Oracle Corporation
  • 9. Android: For making app in which waiter can take the order from customer and send the order to kitchen. PHP : For making database design in which administrator can do his job very smoothly such as assign tables, see daily orders, check bills,etc.
  • 10. • Structure of old system: Customer Waiter Kitchen Cashier Food Order Send Data When customers want to order food to be called the waiter to take the food lists, which when completed will have to take order food into the kitchen Send Data Current Existing System
  • 11. Kitchen When the cooking was finished and then the food served to customers Waiter Customer send to serve to When customers wants to check bill, they will call waiter to check bill. This process follows Customer Waiter Cashier Waiter Check bill Calculate charged Send Data Charged from
  • 12. PROBLEM STATEMENTS Waiters who will take a long time to want to drop to the cashier and orders have in the kitchen. Restaurant waiter information also by manual system kept use paper and this is difficult for restaurant administrator to find waiter information, probability missing the paper and difficult arrange the schedule. Besides this section for customer view the menu that restaurant prepared and making their ordering. Restaurant manage their business by manual especially take customer ordering. Need more paper to take the order.
  • 13.  Based on the problem stated above, the objectives of the project are:  To design and construct android based ordering food app for restaurant.  To provide menu information for customer in tablet.  For grow our restaurants bottom line with an on-point tablet experiences  By starting up a few tablet projects, restaurant can enjoy  more customers.  more business.  more revenue. OBJECTIVES
  • 14. PROJECT DEFINITION The User Can see different types of reports , which displays all the details of Staffs, Meal Category, Meal, Food bills, Customer receipts, etc. So, These are normal process of the restaurant and how each and every process is done in restaurant that is shown in the project Our main goal of this project is to create such a restaurant management app or software which will save time of both customers & restaurant management team. On the other hand it will help to run restaurant with much more efficiently than past. With this system customers can order food easily and order’s copy will go directly to kitchen room and cash counter immediately.
  • 15.  According to our project goal we have to do following things …  User Login Option.  Table No, Food Items, Price, Food selection & Order options.  Order flow to Kitchen Room & Cash Counter .  Order Receiving Acknowledgement.  Bill Receiving System. Project Analysis
  • 16.  PROJECT STRUCTURE AND RESPONSIBILITIES STEP 1: MAKE ORDER STEP 2: CALCULATE PRICE STEP 3: GENERATE BILL
  • 17. PROJECT SIGNIFICANCE This System will be going to help customer, waiter and administrator in restaurant especially part ordering.  The result of ordering in tablet will give easy to make ordering and hopefully can smoothen up the job administrator and waiter. This system will change from manual system to computerized system.
  • 18.  DELIVERABLES QUALITY • Have more customer, fast to send the order to the kitchen, fast to serve the food and convenience to check bill COST • First, may be high cost for setup the system but save cost for don’t hire the employee DELIVERY • Fast to receive the order and fast to serve the food MONEY • Have more customer result to have more money
  • 20. Use Case Diagram for Restaurant Management App Take Order Calculate Grand Total Maintain Meal Generate Bill Maintain table Maintain Staff Generate Reports Print Bill Rating Feedback Calculate Total Amount Check Table Assign Waiter Staff/Member Admin Check Order Status <include> <extend> <extend> <include>
  • 21. Use Case Diagram for Order Meals Search Order View all Orders Add Order Add Payment Cancel Order Delete Order View Previous Order Check Order List Admin Staff <include> <extends><extends>
  • 22. Use Case Diagram for Meal Maintenance Add Meal Add Picture Delete Meal View all Meal Update meal <include> Admin Customer
  • 23.
  • 24.
  • 26.
  • 35.
  • 36. Waiter 1 Take Order 2 Accept Order 3 Compute Customer Order 4 Accept Payment 5 Issue Receipt Customer Payment Customer Order and official Receipt Verified Customer Order Customer Order Accepted Customer Order Computed Customer Order Accepted Payment Counter
  • 39. Field Name Data Type Description id(Primary key) int(11) Employee Id ename varchar(25) Employee Name emp_addr varchar(100) Employee Address emp_cno int(11) Employee Contact Number emp_email varchar(20) Employee Email Id user_id varchar(25) User Id pwd varchar(25) Password status varchar(15) Status desig_id int(11) Designation Id Data dictionary (tables) Table Name: tbl_emp Field Name Data Type Description id(Primary key) int(11) Registration Id name varchar(25) Name addr varchar(255) Address cno int(11) Contact No. email varchar(25) Email Id reg_dt Date Registration Date reg_no int(11) Registration No. Pwd varchar(15) Password Role varchar(15) Role Table Name: tbl_registration
  • 40. Field Name Data Type Description id(Primary key) int(11) Menu Category Id cat_name varchar(25) Category Name Table Name: tbl_menu_category Field Name Data Type Description id(Primary key) int(11) Menu Id cat_id int(11) Category Id Item_code varchar(10) Item Code Item_name varchar(25) Item Name Rate int(11) Rate Tax_id int(11) Tax Id unit_id int(11) Unit Id Image varchar(100) Image Table Name: tbl_menu
  • 41. Field Name Data Type Description id(Primary key) int(11) Item Id Item_code varchar(15) Item Code Item_name varchar(25) Item Name cat_id int(11) Category Id Tax_id int(11) Tax Id Table Name: tbl_item Field Name Data Type Description id(Primary key) int(11) Order Status Id cust_id int(11) Customer Id table_id int(11) Table Id order_date date Order Date order_time time Order Time order_status varchar(15) Order Status Table Name: tbl_order_status
  • 42. Field Name Data Type Description id(Primary key) int(11) Bill Id bill_no int(11) Bill No. order_id int(11) Order Id table_no int(11) Table No. Date date Date Total Double Total Disc Double Discount service_tax Double Service Tax net_amt Double Net Amount payment_status int(11) Payment Status Table Name: tbl_bill
  • 44.
  • 45.
  • 46.
  • 47.
  • 48.
  • 49.
  • 50.
  • 51.
  • 52.
  • 53.
  • 54.
  • 55.
  • 56.
  • 57.
  • 58.
  • 59.
  • 60.
  • 61.
  • 62.
  • 63.
  • 64.
  • 65.
  • 66.
  • 67.
  • 68.
  • 69.
  • 70.
  • 71.
  • 72. Future Enhancement  Special offers of the day  staffs have permission to update meal  Recent orders  Personalized recommendation  Live order tracking Conclusion
  • 73.  The user interface of the system is less attractive, because the application is very hard to adjust some time  Tablets suffer a defects, not worked properly  Staff/waiters only able to take order from table and generate bill.  Security of server is not well maintained.
  • 75.