SlideShare une entreprise Scribd logo
1  sur  108
Télécharger pour lire hors ligne
Restaurant Management System
Developed By:- Smit Patel & Prince Patel
WEB BUCKET INFOTECH 1
INDEX
Introduction
Project Profile
Company Profile
Tools & Technology
Existing System
Problem in existing System
Advantages
ER – Diagram
Data Flow Diagram
Data Dictionary
Screen Layout
Report Layout
Bibliography
WEB BUCKET INFOTECH 2
1. PROJECT NAME : RESTAURANT MANAGEMENT SYSTEM
2. ORGANIZATION : RAJA PUROHIT RESTAURANT
3. SOFTWARE USED : VB.NET 2005 (FRONT END)
with Frame Work 2.0
MS SQL SERVER 2005 EXPRESS
EDITION (BACK END).
4. DOCUMENTATION
TOOL : MS OFFICE 2007
5. DROWING TOOL : MS Visio 2007
PROJECT PROFILE
BackWEB BUCKET INFOTECH 3
COMPANY PROFILE
Back
Hotel Name RAJA PUROHIT RESTAURANT
Hotel Address Raja Purohit Restaurant,
At Ghadhinagar-mansa highway,
Radheja crossroad,
Gandhinagar
Hotel Phone No 9998641415
Hotel Work Restaurant Management System
Hotel Symbol
WEB BUCKET INFOTECH 4
PROJECT DEFINITION
Back
 The user can see different types of reports, which
displays all the details of customers, food bills, customer
receipts etc.
 So these are the normal process of the organization
and how each and every process is done in the company
that is shows in the project.
Purpose of required system is to provide all details of
 sales ,
 order ,
 events ,
 bill
 employees.
WEB BUCKET INFOTECH 5
TOOLS & TECHNOLOGY
HARDWARE REQUIREMENTS:
• 256 MB RAM
• At least 2 GB Hard Disk
• Pentium processor
SOFTWARE REQUIREMENTS:
• Framework 2.0
• SQL Server 2005 Express Edition
• Windows xp Higher Version of Windows
BackWEB BUCKET INFOTECH 6
EXISTING SYSTEM
Semi Manual
Every business process is on paper
Every business information generated by Employee
BackWEB BUCKET INFOTECH 7
PROBLEM IN EXISTING SYSTEM
Time consuming
Looking for a particular information in various criteria is
inefficient
System lack secured environment
BackWEB BUCKET INFOTECH 8
ADVANTAGES OF RESTAURANT
MANAGEMENT SYSTEM
Security
Easily
Search
All the
required
Reports
Data
consistency
BackWEB BUCKET INFOTECH 9
BackWEB BUCKET INFOTECH 10
ER Diagram
WEB BUCKET INFOTECH 11
Data Flow Diagram
0 LEVEL
BackWEB BUCKET INFOTECH 12
DATA FLOW DIAGRAM :-
0 level diagram
Entity Description
Customer: - used to provide order of food items
Admin : - define all food menu details
Employee: - used to get various order details and generate sales
bill details
WEB BUCKET INFOTECH 13
WEB BUCKET INFOTECH 14
1. LEVEL
WEB BUCKET INFOTECH 15
WEB BUCKET INFOTECH 16
WEB BUCKET INFOTECH 17
2. LEVEL
WEB BUCKET INFOTECH 18
WEB BUCKET INFOTECH 19
WEB BUCKET INFOTECH 20
Data Dictionary
BackWEB BUCKET INFOTECH 21
Column Name Data
Type
Size Description Constraint
Category_Id Numeric (2, 0) Id of the
category.
Primery key
Category_Description Varchar (20) Foods of
category
Not null
1. Category_Details
WEB BUCKET INFOTECH 22
2. FoodItems_Details
Column Name Data
Type
Size Description Constraint
FoodItem_Id numeric (5, 0) Id of the FoodItem. Primary Key
FoodItem_Name Varchar (30) Name of FoodItem. Not null
Category_Id numeric (5,0) Id of the Category. Not null
Rate numeric (2) Rate of Item. Not null
Offer Varchar (20) Offer Not null
Notes Varchar (50) Any Notes
Is_jain Yes/No FoodItem is Isjain or
not
Spicy Varchar (6) High / Medium / Simple Not null
WEB BUCKET INFOTECH 23
Column Name Data
Type
Size Description Constraint
Item_Id numeric (3,0) Id of the Item. Primery key
Item_Name Varchar (20) One fooditem
contain many
items
Not null
3. Item_Master
WEB BUCKET INFOTECH 24
Column Name Data
Type
Size Description Constraint
Emp_Id numeric (2, 0) Id of the Employee. Primary
Key
Name Varchar (20) Name of the Employee. Not null
Designation Varchar (15) Employee Designation. Not null
Work_Type Varchar (10) Type of Employee Work.
(Part time or Full time)
Not null
Address Varchar (50) Address of Employee
Area Varchar (10) Employee Area Not null
City Varchar (10) Employee City Not null
State Varchar (10) Employee state Not null
PinCode Varchar (6) Employee’s City Pin code Not null
Phone_No Varchar (12) Phone no of the Employee
Mobile_No Varchar (10) Mobile no of the
Employee
Salary numeric (5, 0) Salary of the Employee. Not null
4. Emp_Details
WEB BUCKET INFOTECH 25
Column Name Data
Type
Size Description Constraint
Table _Id numeric (2,0) Id of the Table Master Primary key
TableCapacity Varchar (30) Capecity of customer in
one table
Not null
Emp_Id numeric (2,0) Id of the Employee Foreign key
5. Table_master
WEB BUCKET INFOTECH 26
Column
Name
Data
Type
Size Description Constraint
Customer_Id numeric (5, 0) Id of the Customer Primary Key
Name Varchar (20) Customer Name Not null
Address Varchar (30) Address of Customer Not null
Area Varchar (10) Customer area Not null
City Varchar (10) Customer City Not null
Pincode Varchar (6) Customer’s City Pin code Not null
Phone_No Varchar (12) Phone no of the Customer
Mobile_No Varchar (10) Mobile no of the Customer
Email_Id Varchar (30) Customer’s Email Id
Notes Varchar (50) Any Notes
6. Customer_Information
WEB BUCKET INFOTECH 27
Column Name Data
Type
Size Description Constraint
Order_Id Numeric (5,0) Id of the Order. Primary key
Orderdate Datetime - Date of the Order Not null
Table_Id Numeric (2,0) Id of the Table
Master
Foreign key
Emp_Id Numeric (2,0) Id of the Employee Foreign key
7. Order_Details
WEB BUCKET INFOTECH 28
Column Name Data
Type
Size Description Constraint
OrderItem_Id Numeric (5,0) Id of the OrderItems primary key
Order_Id Numeric (5,0) Id of the Order. Foreign key
FoodItem_Id Numeric (3,0) Id of the Food Items Foreign key
Quantity Numeric (3,0) Quantity of the
OrderItems
Not null
Rate_Per_Items numeric (2) Rate of the
OrderItems
Not null
Amount numeric (5) Amount Not null
8. Order_Items
WEB BUCKET INFOTECH 29
Column Name Data
Type
Size Description Constraint
Salesbill_No Numeric (5,0) Id of the Salesbill. Primary key
Salesbilldate Varchar (15) Date of the Salesbill Not null
Order_Id Datetime - Id of the Order Foreign key
Customer_Id Numeric (5,0) Id of the Customer Foreign key
Amount Numeric (5) Total amount Not null
Tax Nmeric (3) Tax Not null
Discount Numeric (3) Discount Not null
Net_Amount Numeric (5) Net amount Not null
9. Salesbill
WEB BUCKET INFOTECH 30
Column Name Data
Type
Size Description Constraint
Billitems_Id Numeric (5,0) Id of the BillItem primary key
Salesbill_No Numeric (5,0) Id of the Salesbill Foreign key
Fooditem_Id Numeric (5,0) Id of the FoodItem Foreign key
Quantity Numeric (3,0) Quantity of the
BillItems
Not null
Rate_Per_Items numeric (2) Rate of the BillItems Not null
Amount numeric (5) Amount Not null
10. Bill_FoodItems
WEB BUCKET INFOTECH 31
Column Name Data
Type
Size Description Constraint
Payment_Id Numeric (5,0) Id of the Payment primary key
Order_Id Numeric (5,0) Id of the Order Foreign key
Customer_Id Numeric (5,0) Id of the Customer Foreign key
Paid_Amount numeric (6) amount Not null
Paid_Mode Varchar (10) Cash
Credit card
Check
Not null
CreditCardNo Numeric (16,0) Credit card No
CheckNo Numeric (5,0) Check No
BankName Varchar (10) Bank Name
Branch Varchar (10) Branch name
11. Payment_Collection
WEB BUCKET INFOTECH 32
Column Name Data
Type
Size Description Constraint
FoodItem_Id numeric (5,0) Id of the
FoodItem.
Composite
key
Item_Id numeric (5,0) Id of the Item.
12. FoodItem_Item
WEB BUCKET INFOTECH 33
Column Name Data
Type
Size Description Constraint
Login_Id Numeric (2, 0) Id of the User Primary Key
Login_Name Varchar (10) Name of the User. Not null
Login_Password Varchar (15) Password Of the User. Not null
Login_Type Bit - Type of the login
(admin or and user)
Not null
Created_Date Datetime - Date of the Created
login
Not null
Allowed_Login Varchar (5) Allowing login or not Not null
13. Login_Details
WEB BUCKET INFOTECH 34
Column Name Data
Type
Size Description Constraint
History_Id Numeric (5,0) Id of the User Primary Key
Login_Id Varchar (2,0) Name of the User. Foreign Key
LoginDatetime Datetime - Date of the Created
login
Not null
Logoutdatetime datetime - Date of the Logout
time
Not null
14. Login_History
WEB BUCKET INFOTECH 35
Screen Layouts
BackWEB BUCKET INFOTECH 36
WEB BUCKET INFOTECH 37
WEB BUCKET INFOTECH 38
WEB BUCKET INFOTECH 39
WEB BUCKET INFOTECH 40
WEB BUCKET INFOTECH 41
WEB BUCKET INFOTECH 42
WEB BUCKET INFOTECH 43
WEB BUCKET INFOTECH 44
WEB BUCKET INFOTECH 45
WEB BUCKET INFOTECH 46
WEB BUCKET INFOTECH 47
WEB BUCKET INFOTECH 48
WEB BUCKET INFOTECH 49
WEB BUCKET INFOTECH 50
WEB BUCKET INFOTECH 51
WEB BUCKET INFOTECH 52
WEB BUCKET INFOTECH 53
WEB BUCKET INFOTECH 54
WEB BUCKET INFOTECH 55
WEB BUCKET INFOTECH 56
WEB BUCKET INFOTECH 57
WEB BUCKET INFOTECH 58
WEB BUCKET INFOTECH 59
WEB BUCKET INFOTECH 60
WEB BUCKET INFOTECH 61
WEB BUCKET INFOTECH 62
WEB BUCKET INFOTECH 63
WEB BUCKET INFOTECH 64
WEB BUCKET INFOTECH 65
WEB BUCKET INFOTECH 66
WEB BUCKET INFOTECH 67
WEB BUCKET INFOTECH 68
WEB BUCKET INFOTECH 69
WEB BUCKET INFOTECH 70
WEB BUCKET INFOTECH 71
WEB BUCKET INFOTECH 72
WEB BUCKET INFOTECH 73
WEB BUCKET INFOTECH 74
WEB BUCKET INFOTECH 75
WEB BUCKET INFOTECH 76
WEB BUCKET INFOTECH 77
WEB BUCKET INFOTECH 78
WEB BUCKET INFOTECH 79
WEB BUCKET INFOTECH 80
WEB BUCKET INFOTECH 81
WEB BUCKET INFOTECH 82
WEB BUCKET INFOTECH 83
WEB BUCKET INFOTECH 84
WEB BUCKET INFOTECH 85
WEB BUCKET INFOTECH 86
WEB BUCKET INFOTECH 87
WEB BUCKET INFOTECH 88
WEB BUCKET INFOTECH 89
WEB BUCKET INFOTECH 90
Reports Layouts
WEB BUCKET INFOTECH 91
WEB BUCKET INFOTECH 92
WEB BUCKET INFOTECH 93
WEB BUCKET INFOTECH 94
WEB BUCKET INFOTECH 95
WEB BUCKET INFOTECH 96
WEB BUCKET INFOTECH 97
WEB BUCKET INFOTECH 98
WEB BUCKET INFOTECH 99
WEB BUCKET INFOTECH 100
WEB BUCKET INFOTECH 101
WEB BUCKET INFOTECH 102
WEB BUCKET INFOTECH 103
WEB BUCKET INFOTECH 104
WEB BUCKET INFOTECH 105
WEB BUCKET INFOTECH 106
Google
MSDN
VB.NET BLACK BOOK
Bibliography
WEB BUCKET INFOTECH 107
THANK YOU
WEB BUCKET INFOTECH 108

Contenu connexe

Tendances

Online Food Ordering System Presentation
Online Food Ordering System PresentationOnline Food Ordering System Presentation
Online Food Ordering System PresentationRohanRajMudvari
 
E-Restaurant Management System
E-Restaurant Management SystemE-Restaurant Management System
E-Restaurant Management SystemArno Lordkronos
 
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
 
Event Management System Document
Event Management System Document Event Management System Document
Event Management System Document LJ PROJECTS
 
Online food ordering system
Online food ordering systemOnline food ordering system
Online food ordering systemIqraKhan158
 
Online Food Ordering System
Online Food Ordering SystemOnline Food Ordering System
Online Food Ordering SystemAnkita Jangir
 
Restaurant management system project
Restaurant management system projectRestaurant management system project
Restaurant management system projectrelocathi789
 
Food ordering System
Food ordering SystemFood ordering System
Food ordering SystemArman Ahmed
 
Hotel management system
Hotel management systemHotel management system
Hotel management systemPraveen M
 
Hotel reservation system
Hotel reservation systemHotel reservation system
Hotel reservation systemManoj Malshan
 
PPT FOR ONLINE HOTEL MANAGEMENT
PPT FOR ONLINE HOTEL MANAGEMENTPPT FOR ONLINE HOTEL MANAGEMENT
PPT FOR ONLINE HOTEL MANAGEMENTJaya0006
 
Canteen automation system (updated) revised
Canteen automation system (updated) revisedCanteen automation system (updated) revised
Canteen automation system (updated) revisedrinshi jain
 
Student Information System ( S.I.S. )
Student Information System ( S.I.S.  )Student Information System ( S.I.S.  )
Student Information System ( S.I.S. )Pulkiŧ Sharma
 
Srs (Software Requirement Specification Document)
Srs (Software Requirement Specification Document) Srs (Software Requirement Specification Document)
Srs (Software Requirement Specification Document) Fatima Qayyum
 
Online Shopping System
Online Shopping SystemOnline Shopping System
Online Shopping SystemKusum Sankhala
 

Tendances (20)

Online Food Ordering System Presentation
Online Food Ordering System PresentationOnline Food Ordering System Presentation
Online Food Ordering System Presentation
 
Online Restaurant Management System
Online Restaurant Management SystemOnline Restaurant Management System
Online Restaurant Management System
 
E-Restaurant Management System
E-Restaurant Management SystemE-Restaurant Management System
E-Restaurant Management System
 
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.
 
Event Management System Document
Event Management System Document Event Management System Document
Event Management System Document
 
Online food ordering system
Online food ordering systemOnline food ordering system
Online food ordering system
 
Online Food Ordering System
Online Food Ordering SystemOnline Food Ordering System
Online Food Ordering System
 
Restaurant management system project
Restaurant management system projectRestaurant management system project
Restaurant management system project
 
grocery management system
grocery  management systemgrocery  management system
grocery management system
 
Food ordering System
Food ordering SystemFood ordering System
Food ordering System
 
Food order
Food orderFood order
Food order
 
Hotel management system
Hotel management systemHotel management system
Hotel management system
 
Hotel reservation system
Hotel reservation systemHotel reservation system
Hotel reservation system
 
PPT FOR ONLINE HOTEL MANAGEMENT
PPT FOR ONLINE HOTEL MANAGEMENTPPT FOR ONLINE HOTEL MANAGEMENT
PPT FOR ONLINE HOTEL MANAGEMENT
 
Canteen automation system (updated) revised
Canteen automation system (updated) revisedCanteen automation system (updated) revised
Canteen automation system (updated) revised
 
Hospital database management system project report
Hospital database management system project reportHospital database management system project report
Hospital database management system project report
 
Student Information System ( S.I.S. )
Student Information System ( S.I.S.  )Student Information System ( S.I.S.  )
Student Information System ( S.I.S. )
 
Onlineshopping
OnlineshoppingOnlineshopping
Onlineshopping
 
Srs (Software Requirement Specification Document)
Srs (Software Requirement Specification Document) Srs (Software Requirement Specification Document)
Srs (Software Requirement Specification Document)
 
Online Shopping System
Online Shopping SystemOnline Shopping System
Online Shopping System
 

Similaire à Restaurent management system

on SQL Managment studio(For the following exercise, use the Week 5.pdf
on SQL Managment studio(For the following exercise, use the Week 5.pdfon SQL Managment studio(For the following exercise, use the Week 5.pdf
on SQL Managment studio(For the following exercise, use the Week 5.pdfformaxekochi
 
Adbms final group project report
Adbms final group project reportAdbms final group project report
Adbms final group project reportJijo Johny
 
Warranty management system
Warranty management systemWarranty management system
Warranty management systemMoin Raza Khan
 
Product inventory system
Product inventory systemProduct inventory system
Product inventory systemHuzaifa Al Noor
 
Online reastaurant ordering managemant system
Online reastaurant ordering managemant systemOnline reastaurant ordering managemant system
Online reastaurant ordering managemant systemPreksha Thada
 
Online furniture
Online furnitureOnline furniture
Online furnituregitika -
 
Bronte's Assortment Presentation Slide
Bronte's Assortment Presentation SlideBronte's Assortment Presentation Slide
Bronte's Assortment Presentation Slidesulabh4
 
Computer shop billing system
Computer shop billing systemComputer shop billing system
Computer shop billing systemMayur Solanki
 
Msc project_CDS Automation
Msc project_CDS AutomationMsc project_CDS Automation
Msc project_CDS AutomationMegha V
 
Call center presentation
Call center presentationCall center presentation
Call center presentationBhabani Barik
 
Fundamentals of BI Report Testing - Module 10
Fundamentals of BI Report Testing - Module 10Fundamentals of BI Report Testing - Module 10
Fundamentals of BI Report Testing - Module 10MichaelCalabrese20
 
Final Year Project BCA Presentation on Pic-O-Stica
Final Year Project BCA Presentation on Pic-O-SticaFinal Year Project BCA Presentation on Pic-O-Stica
Final Year Project BCA Presentation on Pic-O-SticaSharath Raj
 
Purpose of project web based billing system
Purpose of project web based billing systemPurpose of project web based billing system
Purpose of project web based billing systemanandapadmanaban
 
Online Gift swelling Gallery
Online Gift swelling GalleryOnline Gift swelling Gallery
Online Gift swelling GalleryAmit Pawara
 

Similaire à Restaurent management system (20)

on SQL Managment studio(For the following exercise, use the Week 5.pdf
on SQL Managment studio(For the following exercise, use the Week 5.pdfon SQL Managment studio(For the following exercise, use the Week 5.pdf
on SQL Managment studio(For the following exercise, use the Week 5.pdf
 
Adbms final group project report
Adbms final group project reportAdbms final group project report
Adbms final group project report
 
Warranty management system
Warranty management systemWarranty management system
Warranty management system
 
Angular
AngularAngular
Angular
 
Product inventory system
Product inventory systemProduct inventory system
Product inventory system
 
A2Z gift shop
A2Z gift shopA2Z gift shop
A2Z gift shop
 
Online reastaurant ordering managemant system
Online reastaurant ordering managemant systemOnline reastaurant ordering managemant system
Online reastaurant ordering managemant system
 
Online furniture
Online furnitureOnline furniture
Online furniture
 
E Market Place
E Market PlaceE Market Place
E Market Place
 
Bronte's Assortment Presentation Slide
Bronte's Assortment Presentation SlideBronte's Assortment Presentation Slide
Bronte's Assortment Presentation Slide
 
Computer shop billing system
Computer shop billing systemComputer shop billing system
Computer shop billing system
 
Msc project_CDS Automation
Msc project_CDS AutomationMsc project_CDS Automation
Msc project_CDS Automation
 
SE)[1].pptx
SE)[1].pptxSE)[1].pptx
SE)[1].pptx
 
Call center presentation
Call center presentationCall center presentation
Call center presentation
 
Book a-snapper
Book a-snapperBook a-snapper
Book a-snapper
 
Fundamentals of BI Report Testing - Module 10
Fundamentals of BI Report Testing - Module 10Fundamentals of BI Report Testing - Module 10
Fundamentals of BI Report Testing - Module 10
 
Final Year Project BCA Presentation on Pic-O-Stica
Final Year Project BCA Presentation on Pic-O-SticaFinal Year Project BCA Presentation on Pic-O-Stica
Final Year Project BCA Presentation on Pic-O-Stica
 
Osms5
Osms5Osms5
Osms5
 
Purpose of project web based billing system
Purpose of project web based billing systemPurpose of project web based billing system
Purpose of project web based billing system
 
Online Gift swelling Gallery
Online Gift swelling GalleryOnline Gift swelling Gallery
Online Gift swelling Gallery
 

Plus de Smit Patel

Time card system
Time card systemTime card system
Time card systemSmit Patel
 
E-Tender System
E-Tender SystemE-Tender System
E-Tender SystemSmit Patel
 
Library management system presentation
Library management system presentation Library management system presentation
Library management system presentation Smit Patel
 
Air ticket reservation system presentation
Air ticket reservation system presentation Air ticket reservation system presentation
Air ticket reservation system presentation Smit Patel
 
System development project document
System development project documentSystem development project document
System development project documentSmit Patel
 
On-line book store presentation
On-line book store presentation On-line book store presentation
On-line book store presentation Smit Patel
 
Manufacturing and sales management system
Manufacturing and sales management systemManufacturing and sales management system
Manufacturing and sales management systemSmit Patel
 
Hospital management
Hospital managementHospital management
Hospital managementSmit Patel
 
Online Bus ticket reservation
Online Bus ticket reservationOnline Bus ticket reservation
Online Bus ticket reservationSmit Patel
 

Plus de Smit Patel (13)

Time card system
Time card systemTime card system
Time card system
 
City Portal
City PortalCity Portal
City Portal
 
E-Tender System
E-Tender SystemE-Tender System
E-Tender System
 
Library management system presentation
Library management system presentation Library management system presentation
Library management system presentation
 
Air ticket reservation system presentation
Air ticket reservation system presentation Air ticket reservation system presentation
Air ticket reservation system presentation
 
System development project document
System development project documentSystem development project document
System development project document
 
On-line book store presentation
On-line book store presentation On-line book store presentation
On-line book store presentation
 
Manufacturing and sales management system
Manufacturing and sales management systemManufacturing and sales management system
Manufacturing and sales management system
 
Hospital management
Hospital managementHospital management
Hospital management
 
Hr management
Hr managementHr management
Hr management
 
Real Estate
Real Estate Real Estate
Real Estate
 
Online Bus ticket reservation
Online Bus ticket reservationOnline Bus ticket reservation
Online Bus ticket reservation
 
Jdbc
JdbcJdbc
Jdbc
 

Dernier

AUDIENCE THEORY -- FANDOM -- JENKINS.pptx
AUDIENCE THEORY -- FANDOM -- JENKINS.pptxAUDIENCE THEORY -- FANDOM -- JENKINS.pptx
AUDIENCE THEORY -- FANDOM -- JENKINS.pptxiammrhaywood
 
Clinical Pharmacy Introduction to Clinical Pharmacy, Concept of clinical pptx
Clinical Pharmacy  Introduction to Clinical Pharmacy, Concept of clinical pptxClinical Pharmacy  Introduction to Clinical Pharmacy, Concept of clinical pptx
Clinical Pharmacy Introduction to Clinical Pharmacy, Concept of clinical pptxraviapr7
 
Practical Research 1 Lesson 9 Scope and delimitation.pptx
Practical Research 1 Lesson 9 Scope and delimitation.pptxPractical Research 1 Lesson 9 Scope and delimitation.pptx
Practical Research 1 Lesson 9 Scope and delimitation.pptxKatherine Villaluna
 
How to Show Error_Warning Messages in Odoo 17
How to Show Error_Warning Messages in Odoo 17How to Show Error_Warning Messages in Odoo 17
How to Show Error_Warning Messages in Odoo 17Celine George
 
How to Add Existing Field in One2Many Tree View in Odoo 17
How to Add Existing Field in One2Many Tree View in Odoo 17How to Add Existing Field in One2Many Tree View in Odoo 17
How to Add Existing Field in One2Many Tree View in Odoo 17Celine George
 
Practical Research 1: Lesson 8 Writing the Thesis Statement.pptx
Practical Research 1: Lesson 8 Writing the Thesis Statement.pptxPractical Research 1: Lesson 8 Writing the Thesis Statement.pptx
Practical Research 1: Lesson 8 Writing the Thesis Statement.pptxKatherine Villaluna
 
How to Solve Singleton Error in the Odoo 17
How to Solve Singleton Error in the  Odoo 17How to Solve Singleton Error in the  Odoo 17
How to Solve Singleton Error in the Odoo 17Celine George
 
Human-AI Co-Creation of Worked Examples for Programming Classes
Human-AI Co-Creation of Worked Examples for Programming ClassesHuman-AI Co-Creation of Worked Examples for Programming Classes
Human-AI Co-Creation of Worked Examples for Programming ClassesMohammad Hassany
 
The Singapore Teaching Practice document
The Singapore Teaching Practice documentThe Singapore Teaching Practice document
The Singapore Teaching Practice documentXsasf Sfdfasd
 
3.21.24 The Origins of Black Power.pptx
3.21.24  The Origins of Black Power.pptx3.21.24  The Origins of Black Power.pptx
3.21.24 The Origins of Black Power.pptxmary850239
 
M-2- General Reactions of amino acids.pptx
M-2- General Reactions of amino acids.pptxM-2- General Reactions of amino acids.pptx
M-2- General Reactions of amino acids.pptxDr. Santhosh Kumar. N
 
Benefits & Challenges of Inclusive Education
Benefits & Challenges of Inclusive EducationBenefits & Challenges of Inclusive Education
Benefits & Challenges of Inclusive EducationMJDuyan
 
In - Vivo and In - Vitro Correlation.pptx
In - Vivo and In - Vitro Correlation.pptxIn - Vivo and In - Vitro Correlation.pptx
In - Vivo and In - Vitro Correlation.pptxAditiChauhan701637
 
How to Add a many2many Relational Field in Odoo 17
How to Add a many2many Relational Field in Odoo 17How to Add a many2many Relational Field in Odoo 17
How to Add a many2many Relational Field in Odoo 17Celine George
 
How to Make a Field read-only in Odoo 17
How to Make a Field read-only in Odoo 17How to Make a Field read-only in Odoo 17
How to Make a Field read-only in Odoo 17Celine George
 
Prescribed medication order and communication skills.pptx
Prescribed medication order and communication skills.pptxPrescribed medication order and communication skills.pptx
Prescribed medication order and communication skills.pptxraviapr7
 
Patient Counselling. Definition of patient counseling; steps involved in pati...
Patient Counselling. Definition of patient counseling; steps involved in pati...Patient Counselling. Definition of patient counseling; steps involved in pati...
Patient Counselling. Definition of patient counseling; steps involved in pati...raviapr7
 
Easter in the USA presentation by Chloe.
Easter in the USA presentation by Chloe.Easter in the USA presentation by Chloe.
Easter in the USA presentation by Chloe.EnglishCEIPdeSigeiro
 

Dernier (20)

AUDIENCE THEORY -- FANDOM -- JENKINS.pptx
AUDIENCE THEORY -- FANDOM -- JENKINS.pptxAUDIENCE THEORY -- FANDOM -- JENKINS.pptx
AUDIENCE THEORY -- FANDOM -- JENKINS.pptx
 
Clinical Pharmacy Introduction to Clinical Pharmacy, Concept of clinical pptx
Clinical Pharmacy  Introduction to Clinical Pharmacy, Concept of clinical pptxClinical Pharmacy  Introduction to Clinical Pharmacy, Concept of clinical pptx
Clinical Pharmacy Introduction to Clinical Pharmacy, Concept of clinical pptx
 
Practical Research 1 Lesson 9 Scope and delimitation.pptx
Practical Research 1 Lesson 9 Scope and delimitation.pptxPractical Research 1 Lesson 9 Scope and delimitation.pptx
Practical Research 1 Lesson 9 Scope and delimitation.pptx
 
How to Show Error_Warning Messages in Odoo 17
How to Show Error_Warning Messages in Odoo 17How to Show Error_Warning Messages in Odoo 17
How to Show Error_Warning Messages in Odoo 17
 
How to Add Existing Field in One2Many Tree View in Odoo 17
How to Add Existing Field in One2Many Tree View in Odoo 17How to Add Existing Field in One2Many Tree View in Odoo 17
How to Add Existing Field in One2Many Tree View in Odoo 17
 
Practical Research 1: Lesson 8 Writing the Thesis Statement.pptx
Practical Research 1: Lesson 8 Writing the Thesis Statement.pptxPractical Research 1: Lesson 8 Writing the Thesis Statement.pptx
Practical Research 1: Lesson 8 Writing the Thesis Statement.pptx
 
Prelims of Kant get Marx 2.0: a general politics quiz
Prelims of Kant get Marx 2.0: a general politics quizPrelims of Kant get Marx 2.0: a general politics quiz
Prelims of Kant get Marx 2.0: a general politics quiz
 
How to Solve Singleton Error in the Odoo 17
How to Solve Singleton Error in the  Odoo 17How to Solve Singleton Error in the  Odoo 17
How to Solve Singleton Error in the Odoo 17
 
Human-AI Co-Creation of Worked Examples for Programming Classes
Human-AI Co-Creation of Worked Examples for Programming ClassesHuman-AI Co-Creation of Worked Examples for Programming Classes
Human-AI Co-Creation of Worked Examples for Programming Classes
 
The Singapore Teaching Practice document
The Singapore Teaching Practice documentThe Singapore Teaching Practice document
The Singapore Teaching Practice document
 
3.21.24 The Origins of Black Power.pptx
3.21.24  The Origins of Black Power.pptx3.21.24  The Origins of Black Power.pptx
3.21.24 The Origins of Black Power.pptx
 
M-2- General Reactions of amino acids.pptx
M-2- General Reactions of amino acids.pptxM-2- General Reactions of amino acids.pptx
M-2- General Reactions of amino acids.pptx
 
Benefits & Challenges of Inclusive Education
Benefits & Challenges of Inclusive EducationBenefits & Challenges of Inclusive Education
Benefits & Challenges of Inclusive Education
 
In - Vivo and In - Vitro Correlation.pptx
In - Vivo and In - Vitro Correlation.pptxIn - Vivo and In - Vitro Correlation.pptx
In - Vivo and In - Vitro Correlation.pptx
 
How to Add a many2many Relational Field in Odoo 17
How to Add a many2many Relational Field in Odoo 17How to Add a many2many Relational Field in Odoo 17
How to Add a many2many Relational Field in Odoo 17
 
How to Make a Field read-only in Odoo 17
How to Make a Field read-only in Odoo 17How to Make a Field read-only in Odoo 17
How to Make a Field read-only in Odoo 17
 
Prescribed medication order and communication skills.pptx
Prescribed medication order and communication skills.pptxPrescribed medication order and communication skills.pptx
Prescribed medication order and communication skills.pptx
 
Personal Resilience in Project Management 2 - TV Edit 1a.pdf
Personal Resilience in Project Management 2 - TV Edit 1a.pdfPersonal Resilience in Project Management 2 - TV Edit 1a.pdf
Personal Resilience in Project Management 2 - TV Edit 1a.pdf
 
Patient Counselling. Definition of patient counseling; steps involved in pati...
Patient Counselling. Definition of patient counseling; steps involved in pati...Patient Counselling. Definition of patient counseling; steps involved in pati...
Patient Counselling. Definition of patient counseling; steps involved in pati...
 
Easter in the USA presentation by Chloe.
Easter in the USA presentation by Chloe.Easter in the USA presentation by Chloe.
Easter in the USA presentation by Chloe.
 

Restaurent management system