SlideShare a Scribd company logo
1 of 41
• Online Hotel Reservation System will provide
service to online customers, employee and
an administrator.
• Online customers can make searches,
Reservations and cancel an existing
reservation on the hotel reservation’s
website.
• Administrator can add/ update the hotel and
room information
Sources of Reservations
• Guest reservations come from a variety of
market segments.
• Some of the more common groups include
corporate clients, group travelers, pleasure
travelers, and current guests who want to
return to the same hotel.
Sources of Reservations
Sources
By FIT
By
Airlines
By
Govt
By
NGO
By
Company
Free Individual
Travelers- FIT
Advantages of Online Hotel Booking System
• Saves time of Customers for quickly reserving
rooms
• Secure – Very secure system due to login and password option
availability
• User Friendly
• Less Chances of Human Errors
• Ability to create extensive guest history with
records like guest stay, address, preferences for
unlimited years
• User-definable screens
• Report Generator
• Email-reminder
Disadvantages of Online Hotel Booking System
• Expensive system
• Maintenance is also expensive
• Spoofing attack may occur in Online Hotel
Reservation System
• Hacking of Website may leads to crash of system
Algorithm
Step 1: Register User Record
Step 2: Login with Username and Password
Step 3: If Valid Username and password
Then Goto Step 4
Else Invalid Username and password
Then Goto Step 2
Step 4: Check availability of rooms
Step 5: If Rooms Available
Then Goto Step 6
Else Rooms Not Available
Then Goto Step 10
Continues……..
Algorithm Continued….
-----------------------------------------------------------------------
Step 6: If Customer Agrees
Then Goto step 7
Else Goto step 9
Step 7: Reserve a Room
Step 8: Display the details about Reservation
Step 9: Cancellation of Rooms
Step 10: Logout/ Exit
Online Hotel Reservation System
Diagram
Customer
Online
Reservation
System
Enquiry Details
Reservation Details
Confirmation Details
Field Name Data type Width Description Validation
Room_no Int 10 Stores Room
Number
Primary Key
Customer_id Int 10 Stores
Customer_id
Foreign Key
Room _type Varchar 20 Stores Room
Type
NOT NULL
Room_size Varchar 10 Stores Room
Size
NOT NULL
Room _price Currency 5 Stores Room
Price
NOT NULL
Table 1: Room Details
Table 2: Customer Details
Field Type Data Type Width Description Validation
Customer_id Int 10 Stores
Customer ID
Primary Key
Name Varchar 20 Stores Name
of Customer
Name cannot
be BLANK
Last_name Varchar 20 Stores Last
Name of
Customer
Lastname
cannot be
BLANK
Location Varchar 10 Store Location
of Customer
NOT NULL
Address Varchar 30 Store Address
of Customer
NOT NULL
Telephone Varchar 10 Store
Telephone
Number
NOT NULL
Email Varchar 30 Store Email of
Customer
NOT NULL
Table 3: Reservation Details
Field Data Type Width Description Validation
Reservation_
no
Int 20 Stores
Reservation
Number
Primary Key
Customer_id Int 10 Stores Customer
ID
Foreign Key
Room_no Int 10 Stores Room_no Foreign Key
Check_in Varchar 10 Stores Check in
Details
NOT NULL
Check_out Varchar 10 Stores Check out
Details
NOT NULL
Function
File/ Database
Input/ Output
Flow
Hotel
Room
Booking
System
Customer
Reservation
System
Customer
Reservation Rooms
E-R Diagram
Entity
Attribute
Relationship
Link
Customer
ReservationRooms
Request
Reserve
Locati
on
Check_in
Customer
_id
Reservation
_no
1
M
1
M
1 1
Taj Hotel Website Overview
User Login Page
Already Registered??
Room Booking
Book Cancel
Customer_i
d
Name Last_Name Location Address Telephone Email
20 Tom Cooper Ireland ABC 65485478 dsa@gm
ail.com
25 Chris Lewis US XYZ 88554887 chr@gm
ail.com
35 Surinder Khanna India DEF 95648542 sk@gmai
l.com
TAJ HOTEL CUSTOMER DETAILS
Room_no Customer_id Room_type Room_size
(in SQ m)
Room_price
(RS)
25 20 Executive Suit 97 sq m 11,250
100 25 THE TATA Suit 95 sq m 10,300
200 35 RAJPUT Suit 90 sq m 9000
TAJ HOTEL ROOM DETAILS
Reservation_no Customer_id Room_no Check_in Date Check-out Date
1 20 25 31/12/2016 12/1/2017
2 25 100 2/2/2017 5/2/2017
3 35 200 5/3/2017 8/3/2017
TAJ HOTEL ROOM RESERVATION DETAILS
Implementation Methods
1. Direct Approach
Direct installation of the new system with immediate
discontinuance of the old existing system is reffered as “cold
turnkey” approach.
This approach becomes useful when these factors are
considered.
1. The new system does no replace the existing system.
2. Old system is regarded absolutely of no value
3. New system is compact and simple.
4. The design of the new system is inexpensive with more
advantages and less risk involved.
Implementation Methods
2.Parallel Approach
-The selected new system is installed and operated with
current system.
-This method is expensive because of duplicating facilities
and personal to maintain both the systems.
- In this approach a target date must be fixed when the
operations of old system cease and new one will operate on
its own.
Implementation Methods
3. Modular Approach
This is generally recognized as “Pilot approach”, means the
implementation of a system in the Organization on a piece-
meal basis.
This has few advantages / merits
1. The risk of systems failure is localized
2. The major problem can be easily identified and corrected
before further implementation.
3. Operating personal can be trained before system is installed
in a location.
Implementation Methods
4. Phase-in-Implementation
-This approach is similar to modular method but it differs
because of segmentation of system, however, not the
organization.
- It has advantages that the rate of changes in a given
Organization can be totally minimized and the data processing
resource can be acquired gradually over a period of time.
- System exhibits certain disadvantages such as limited
applicability, more costs incurred to develop interface with old
system and a feeling in the Organization that system is never
completed.
 Corrective Maintenance: -
 This type of maintenance implies removing errors in a
program, which might have crept in the system due to
faulty design or wrong assumptions.
 Thus, in corrective maintenance, processing or
performance failures are repaired.
Maintenance Methods
Maintenance Methods
 Adaptive Maintenance: -
 In adaptive maintenance, program functions are
changed to enable the information system to satisfy the
information needs of the user.
 This type of maintenance may become necessary
because of organizational changes which may include:
a) Change in the organizational procedures,
b) Change in organizational objectives, goals, policies,
etc.
c) Change in forms
d) Change in information needs of managers.
e) Change in system controls and security needs, etc.
Maintenance Methods
 Perfective Maintenance: -
 Perfective maintenance means adding new programs or
modifying the existing programs to enhance the
performance of the information system.
 This type of maintenance undertaken to respond to
user’s additional needs which may be due to the changes
within or outside of the organization.
 Outside changes are primarily environmental changes,
which may in the absence of system maintenance,
render the information system ineffective and inefficient.
Conclusion
• While developing this project we have learnt a lot about hotel
management
•The Online Hotel Reservation System was developed to replace
the manual process of booking for a hotel room or any other
facility of the hotel.
•The old system does not serve the customer in a better way;
rather it makes customer data vulnerable.
•The new system keeps proper records of customers for
emergency and security purposes.
•We have learnt how to make a system user friendly
•We also realized the importance of maintaining a minimal
margin for error.
•During the development process we studied carefully and
understood the criteria of Implementation process.
Online Hotel Reservation System Simplifies Room Bookings

More Related Content

What's hot

Online Hotel Management System
Online Hotel Management SystemOnline Hotel Management System
Online Hotel Management SystemSanu Subham
 
Online Hotel Management
Online Hotel ManagementOnline Hotel Management
Online Hotel ManagementSouvik Banik
 
Tour and Travel Management System ppt
Tour and Travel Management System pptTour and Travel Management System ppt
Tour and Travel Management System pptRAJAT BHUYAR
 
Hotel reservation system
Hotel reservation systemHotel reservation system
Hotel reservation systemSundas Kayani
 
Hotel management-system-hms
Hotel management-system-hmsHotel management-system-hms
Hotel management-system-hmsMiran Hussen
 
Documentation Hotel Management System
Documentation Hotel Management SystemDocumentation Hotel Management System
Documentation Hotel Management SystemSalman Dayal
 
this ppt shows easy way to understand ONLINE HOTEL MANGEMENT
this ppt shows easy way to understand ONLINE HOTEL MANGEMENTthis ppt shows easy way to understand ONLINE HOTEL MANGEMENT
this ppt shows easy way to understand ONLINE HOTEL MANGEMENTJaya0006
 
Hotel management system project
Hotel management system projectHotel management system project
Hotel management system projectMohammed Al Babeli
 
Hotel management system
Hotel management systemHotel management system
Hotel management systemRoni Roy
 
Hotel Management System final report
Hotel Management System final report  Hotel Management System final report
Hotel Management System final report jaysavani5
 
online hotel management system
online hotel management system online hotel management system
online hotel management system ANSHUL GUPTA
 
Hotel management system
Hotel management systemHotel management system
Hotel management systemPraveen M
 
Hotel management system
Hotel management systemHotel management system
Hotel management systemVipul Kumar
 
Online Hotel Management System
Online Hotel Management SystemOnline Hotel Management System
Online Hotel Management SystemAbdullah Almasud
 
Tour and travel management system
Tour and travel management systemTour and travel management system
Tour and travel management systemRavindra Chaudhary
 

What's hot (20)

Online Hotel Management System
Online Hotel Management SystemOnline Hotel Management System
Online Hotel Management System
 
Online Hotel Management
Online Hotel ManagementOnline Hotel Management
Online Hotel Management
 
Tour and Travel Management System ppt
Tour and Travel Management System pptTour and Travel Management System ppt
Tour and Travel Management System ppt
 
Hotel management
Hotel managementHotel management
Hotel management
 
Hotel reservation system
Hotel reservation systemHotel reservation system
Hotel reservation system
 
Hotel management-system-hms
Hotel management-system-hmsHotel management-system-hms
Hotel management-system-hms
 
Documentation Hotel Management System
Documentation Hotel Management SystemDocumentation Hotel Management System
Documentation Hotel Management System
 
Hms project report
Hms project reportHms project report
Hms project report
 
Hotel management system
Hotel management systemHotel management system
Hotel management system
 
this ppt shows easy way to understand ONLINE HOTEL MANGEMENT
this ppt shows easy way to understand ONLINE HOTEL MANGEMENTthis ppt shows easy way to understand ONLINE HOTEL MANGEMENT
this ppt shows easy way to understand ONLINE HOTEL MANGEMENT
 
Hotel management system project
Hotel management system projectHotel management system project
Hotel management system project
 
Hotel management system
Hotel management systemHotel management system
Hotel management system
 
Hotel Management System final report
Hotel Management System final report  Hotel Management System final report
Hotel Management System final report
 
Hotel Management System
Hotel Management SystemHotel Management System
Hotel Management System
 
online hotel management system
online hotel management system online hotel management system
online hotel management system
 
Hotel management system
Hotel management systemHotel management system
Hotel management system
 
Hotel management system
Hotel management systemHotel management system
Hotel management system
 
Online tour and travel PPT
Online tour and travel PPTOnline tour and travel PPT
Online tour and travel PPT
 
Online Hotel Management System
Online Hotel Management SystemOnline Hotel Management System
Online Hotel Management System
 
Tour and travel management system
Tour and travel management systemTour and travel management system
Tour and travel management system
 

Similar to Online Hotel Reservation System Simplifies Room Bookings

RESORT-MANAGEMENT-SYSTEM_DILECTA GIRKAR_PPT.pdf
RESORT-MANAGEMENT-SYSTEM_DILECTA GIRKAR_PPT.pdfRESORT-MANAGEMENT-SYSTEM_DILECTA GIRKAR_PPT.pdf
RESORT-MANAGEMENT-SYSTEM_DILECTA GIRKAR_PPT.pdfDilectaGirkar
 
Super Take-out SystemProblem DescriptionTraditional take-out i.docx
Super Take-out SystemProblem DescriptionTraditional take-out i.docxSuper Take-out SystemProblem DescriptionTraditional take-out i.docx
Super Take-out SystemProblem DescriptionTraditional take-out i.docxpicklesvalery
 
Real estate management system
Real estate management systemReal estate management system
Real estate management systemSouvikSarkar75
 
Loan Approval Management Java project
Loan Approval Management Java projectLoan Approval Management Java project
Loan Approval Management Java projectTutorial Learners
 
Hostel Management System Proposal Report.pdf
Hostel Management System Proposal Report.pdfHostel Management System Proposal Report.pdf
Hostel Management System Proposal Report.pdfShohedulIslam3
 
TY CS Black book Construction - Dinesh48
TY CS Black book Construction - Dinesh48TY CS Black book Construction - Dinesh48
TY CS Black book Construction - Dinesh48Dinesh Jogdand
 
System design document visa
System design document visaSystem design document visa
System design document visaShaily Dubey
 
Men Salon management system project and ppt
Men Salon management system project and pptMen Salon management system project and ppt
Men Salon management system project and pptpavisubashsp
 
ETRS Proposal - Acme Rental
ETRS Proposal - Acme RentalETRS Proposal - Acme Rental
ETRS Proposal - Acme RentalEvettMarban1
 
ETRS Proposal - Acme Rental
ETRS Proposal - Acme RentalETRS Proposal - Acme Rental
ETRS Proposal - Acme RentalEvettMarban1
 
Laundry_Management_System.ppt
Laundry_Management_System.pptLaundry_Management_System.ppt
Laundry_Management_System.pptSimpleVideo
 
bakery billing project.c.pptx
bakery billing project.c.pptxbakery billing project.c.pptx
bakery billing project.c.pptxdonkajiDhamala
 
Hotel Booking Management System PHP.pptx
Hotel Booking Management System PHP.pptxHotel Booking Management System PHP.pptx
Hotel Booking Management System PHP.pptxriohaven45
 
Electronic Transactional Records System Proposal
Electronic Transactional Records System ProposalElectronic Transactional Records System Proposal
Electronic Transactional Records System ProposalEvettMarban1
 
Hotel management or reservation system document
Hotel management or reservation system document Hotel management or reservation system document
Hotel management or reservation system document prabhat kumar
 
Product and sevices management system
Product and sevices management systemProduct and sevices management system
Product and sevices management systemVinod Gurram
 
Online Recuitement System
Online Recuitement SystemOnline Recuitement System
Online Recuitement SystemNeel Purohit
 
Hotel management
Hotel managementHotel management
Hotel managementArman Ahmed
 
Stock Maintenance System-Problem Statement, SRS, ERD, DFD, Structured Chart
Stock Maintenance System-Problem Statement, SRS, ERD, DFD, Structured ChartStock Maintenance System-Problem Statement, SRS, ERD, DFD, Structured Chart
Stock Maintenance System-Problem Statement, SRS, ERD, DFD, Structured Chartgrandhiprasuna
 
Sales and inventory management system project report
Sales and inventory management system project reportSales and inventory management system project report
Sales and inventory management system project reportFuckboy123
 

Similar to Online Hotel Reservation System Simplifies Room Bookings (20)

RESORT-MANAGEMENT-SYSTEM_DILECTA GIRKAR_PPT.pdf
RESORT-MANAGEMENT-SYSTEM_DILECTA GIRKAR_PPT.pdfRESORT-MANAGEMENT-SYSTEM_DILECTA GIRKAR_PPT.pdf
RESORT-MANAGEMENT-SYSTEM_DILECTA GIRKAR_PPT.pdf
 
Super Take-out SystemProblem DescriptionTraditional take-out i.docx
Super Take-out SystemProblem DescriptionTraditional take-out i.docxSuper Take-out SystemProblem DescriptionTraditional take-out i.docx
Super Take-out SystemProblem DescriptionTraditional take-out i.docx
 
Real estate management system
Real estate management systemReal estate management system
Real estate management system
 
Loan Approval Management Java project
Loan Approval Management Java projectLoan Approval Management Java project
Loan Approval Management Java project
 
Hostel Management System Proposal Report.pdf
Hostel Management System Proposal Report.pdfHostel Management System Proposal Report.pdf
Hostel Management System Proposal Report.pdf
 
TY CS Black book Construction - Dinesh48
TY CS Black book Construction - Dinesh48TY CS Black book Construction - Dinesh48
TY CS Black book Construction - Dinesh48
 
System design document visa
System design document visaSystem design document visa
System design document visa
 
Men Salon management system project and ppt
Men Salon management system project and pptMen Salon management system project and ppt
Men Salon management system project and ppt
 
ETRS Proposal - Acme Rental
ETRS Proposal - Acme RentalETRS Proposal - Acme Rental
ETRS Proposal - Acme Rental
 
ETRS Proposal - Acme Rental
ETRS Proposal - Acme RentalETRS Proposal - Acme Rental
ETRS Proposal - Acme Rental
 
Laundry_Management_System.ppt
Laundry_Management_System.pptLaundry_Management_System.ppt
Laundry_Management_System.ppt
 
bakery billing project.c.pptx
bakery billing project.c.pptxbakery billing project.c.pptx
bakery billing project.c.pptx
 
Hotel Booking Management System PHP.pptx
Hotel Booking Management System PHP.pptxHotel Booking Management System PHP.pptx
Hotel Booking Management System PHP.pptx
 
Electronic Transactional Records System Proposal
Electronic Transactional Records System ProposalElectronic Transactional Records System Proposal
Electronic Transactional Records System Proposal
 
Hotel management or reservation system document
Hotel management or reservation system document Hotel management or reservation system document
Hotel management or reservation system document
 
Product and sevices management system
Product and sevices management systemProduct and sevices management system
Product and sevices management system
 
Online Recuitement System
Online Recuitement SystemOnline Recuitement System
Online Recuitement System
 
Hotel management
Hotel managementHotel management
Hotel management
 
Stock Maintenance System-Problem Statement, SRS, ERD, DFD, Structured Chart
Stock Maintenance System-Problem Statement, SRS, ERD, DFD, Structured ChartStock Maintenance System-Problem Statement, SRS, ERD, DFD, Structured Chart
Stock Maintenance System-Problem Statement, SRS, ERD, DFD, Structured Chart
 
Sales and inventory management system project report
Sales and inventory management system project reportSales and inventory management system project report
Sales and inventory management system project report
 

Recently uploaded

Romantic Opera MUSIC FOR GRADE NINE pptx
Romantic Opera MUSIC FOR GRADE NINE pptxRomantic Opera MUSIC FOR GRADE NINE pptx
Romantic Opera MUSIC FOR GRADE NINE pptxsqpmdrvczh
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxEyham Joco
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfSpandanaRallapalli
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
Quarter 4 Peace-education.pptx Catch Up Friday
Quarter 4 Peace-education.pptx Catch Up FridayQuarter 4 Peace-education.pptx Catch Up Friday
Quarter 4 Peace-education.pptx Catch Up FridayMakMakNepo
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxRaymartEstabillo3
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Judging the Relevance and worth of ideas part 2.pptx
Judging the Relevance  and worth of ideas part 2.pptxJudging the Relevance  and worth of ideas part 2.pptx
Judging the Relevance and worth of ideas part 2.pptxSherlyMaeNeri
 
Grade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptxGrade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptxChelloAnnAsuncion2
 
Atmosphere science 7 quarter 4 .........
Atmosphere science 7 quarter 4 .........Atmosphere science 7 quarter 4 .........
Atmosphere science 7 quarter 4 .........LeaCamillePacle
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersSabitha Banu
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for BeginnersSabitha Banu
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxAnupkumar Sharma
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.arsicmarija21
 

Recently uploaded (20)

Romantic Opera MUSIC FOR GRADE NINE pptx
Romantic Opera MUSIC FOR GRADE NINE pptxRomantic Opera MUSIC FOR GRADE NINE pptx
Romantic Opera MUSIC FOR GRADE NINE pptx
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptx
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdf
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
Quarter 4 Peace-education.pptx Catch Up Friday
Quarter 4 Peace-education.pptx Catch Up FridayQuarter 4 Peace-education.pptx Catch Up Friday
Quarter 4 Peace-education.pptx Catch Up Friday
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
Judging the Relevance and worth of ideas part 2.pptx
Judging the Relevance  and worth of ideas part 2.pptxJudging the Relevance  and worth of ideas part 2.pptx
Judging the Relevance and worth of ideas part 2.pptx
 
Grade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptxGrade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptx
 
Atmosphere science 7 quarter 4 .........
Atmosphere science 7 quarter 4 .........Atmosphere science 7 quarter 4 .........
Atmosphere science 7 quarter 4 .........
 
OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginners
 
Rapple "Scholarly Communications and the Sustainable Development Goals"
Rapple "Scholarly Communications and the Sustainable Development Goals"Rapple "Scholarly Communications and the Sustainable Development Goals"
Rapple "Scholarly Communications and the Sustainable Development Goals"
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for Beginners
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.
 

Online Hotel Reservation System Simplifies Room Bookings

  • 1.
  • 2.
  • 3.
  • 4. • Online Hotel Reservation System will provide service to online customers, employee and an administrator. • Online customers can make searches, Reservations and cancel an existing reservation on the hotel reservation’s website. • Administrator can add/ update the hotel and room information
  • 5. Sources of Reservations • Guest reservations come from a variety of market segments. • Some of the more common groups include corporate clients, group travelers, pleasure travelers, and current guests who want to return to the same hotel.
  • 6. Sources of Reservations Sources By FIT By Airlines By Govt By NGO By Company Free Individual Travelers- FIT
  • 7. Advantages of Online Hotel Booking System • Saves time of Customers for quickly reserving rooms • Secure – Very secure system due to login and password option availability • User Friendly • Less Chances of Human Errors • Ability to create extensive guest history with records like guest stay, address, preferences for unlimited years • User-definable screens • Report Generator • Email-reminder
  • 8. Disadvantages of Online Hotel Booking System • Expensive system • Maintenance is also expensive • Spoofing attack may occur in Online Hotel Reservation System • Hacking of Website may leads to crash of system
  • 9. Algorithm Step 1: Register User Record Step 2: Login with Username and Password Step 3: If Valid Username and password Then Goto Step 4 Else Invalid Username and password Then Goto Step 2 Step 4: Check availability of rooms Step 5: If Rooms Available Then Goto Step 6 Else Rooms Not Available Then Goto Step 10 Continues……..
  • 10. Algorithm Continued…. ----------------------------------------------------------------------- Step 6: If Customer Agrees Then Goto step 7 Else Goto step 9 Step 7: Reserve a Room Step 8: Display the details about Reservation Step 9: Cancellation of Rooms Step 10: Logout/ Exit
  • 11. Online Hotel Reservation System Diagram Customer Online Reservation System Enquiry Details Reservation Details Confirmation Details
  • 12. Field Name Data type Width Description Validation Room_no Int 10 Stores Room Number Primary Key Customer_id Int 10 Stores Customer_id Foreign Key Room _type Varchar 20 Stores Room Type NOT NULL Room_size Varchar 10 Stores Room Size NOT NULL Room _price Currency 5 Stores Room Price NOT NULL Table 1: Room Details
  • 13. Table 2: Customer Details Field Type Data Type Width Description Validation Customer_id Int 10 Stores Customer ID Primary Key Name Varchar 20 Stores Name of Customer Name cannot be BLANK Last_name Varchar 20 Stores Last Name of Customer Lastname cannot be BLANK Location Varchar 10 Store Location of Customer NOT NULL Address Varchar 30 Store Address of Customer NOT NULL Telephone Varchar 10 Store Telephone Number NOT NULL Email Varchar 30 Store Email of Customer NOT NULL
  • 14. Table 3: Reservation Details Field Data Type Width Description Validation Reservation_ no Int 20 Stores Reservation Number Primary Key Customer_id Int 10 Stores Customer ID Foreign Key Room_no Int 10 Stores Room_no Foreign Key Check_in Varchar 10 Stores Check in Details NOT NULL Check_out Varchar 10 Stores Check out Details NOT NULL
  • 19.
  • 20.
  • 21. Taj Hotel Website Overview
  • 22.
  • 23.
  • 24. User Login Page Already Registered??
  • 26. Customer_i d Name Last_Name Location Address Telephone Email 20 Tom Cooper Ireland ABC 65485478 dsa@gm ail.com 25 Chris Lewis US XYZ 88554887 chr@gm ail.com 35 Surinder Khanna India DEF 95648542 sk@gmai l.com TAJ HOTEL CUSTOMER DETAILS
  • 27. Room_no Customer_id Room_type Room_size (in SQ m) Room_price (RS) 25 20 Executive Suit 97 sq m 11,250 100 25 THE TATA Suit 95 sq m 10,300 200 35 RAJPUT Suit 90 sq m 9000 TAJ HOTEL ROOM DETAILS
  • 28. Reservation_no Customer_id Room_no Check_in Date Check-out Date 1 20 25 31/12/2016 12/1/2017 2 25 100 2/2/2017 5/2/2017 3 35 200 5/3/2017 8/3/2017 TAJ HOTEL ROOM RESERVATION DETAILS
  • 29.
  • 30. Implementation Methods 1. Direct Approach Direct installation of the new system with immediate discontinuance of the old existing system is reffered as “cold turnkey” approach. This approach becomes useful when these factors are considered. 1. The new system does no replace the existing system. 2. Old system is regarded absolutely of no value 3. New system is compact and simple. 4. The design of the new system is inexpensive with more advantages and less risk involved.
  • 31. Implementation Methods 2.Parallel Approach -The selected new system is installed and operated with current system. -This method is expensive because of duplicating facilities and personal to maintain both the systems. - In this approach a target date must be fixed when the operations of old system cease and new one will operate on its own.
  • 32. Implementation Methods 3. Modular Approach This is generally recognized as “Pilot approach”, means the implementation of a system in the Organization on a piece- meal basis. This has few advantages / merits 1. The risk of systems failure is localized 2. The major problem can be easily identified and corrected before further implementation. 3. Operating personal can be trained before system is installed in a location.
  • 33. Implementation Methods 4. Phase-in-Implementation -This approach is similar to modular method but it differs because of segmentation of system, however, not the organization. - It has advantages that the rate of changes in a given Organization can be totally minimized and the data processing resource can be acquired gradually over a period of time. - System exhibits certain disadvantages such as limited applicability, more costs incurred to develop interface with old system and a feeling in the Organization that system is never completed.
  • 34.
  • 35.  Corrective Maintenance: -  This type of maintenance implies removing errors in a program, which might have crept in the system due to faulty design or wrong assumptions.  Thus, in corrective maintenance, processing or performance failures are repaired. Maintenance Methods
  • 36. Maintenance Methods  Adaptive Maintenance: -  In adaptive maintenance, program functions are changed to enable the information system to satisfy the information needs of the user.  This type of maintenance may become necessary because of organizational changes which may include: a) Change in the organizational procedures, b) Change in organizational objectives, goals, policies, etc. c) Change in forms d) Change in information needs of managers. e) Change in system controls and security needs, etc.
  • 37. Maintenance Methods  Perfective Maintenance: -  Perfective maintenance means adding new programs or modifying the existing programs to enhance the performance of the information system.  This type of maintenance undertaken to respond to user’s additional needs which may be due to the changes within or outside of the organization.  Outside changes are primarily environmental changes, which may in the absence of system maintenance, render the information system ineffective and inefficient.
  • 38.
  • 39.
  • 40. Conclusion • While developing this project we have learnt a lot about hotel management •The Online Hotel Reservation System was developed to replace the manual process of booking for a hotel room or any other facility of the hotel. •The old system does not serve the customer in a better way; rather it makes customer data vulnerable. •The new system keeps proper records of customers for emergency and security purposes. •We have learnt how to make a system user friendly •We also realized the importance of maintaining a minimal margin for error. •During the development process we studied carefully and understood the criteria of Implementation process.