SlideShare a Scribd company logo
PPSU 1
P P Savani University – PPSU
Hotel Management System
Project Proposal
Bachelor of Science in Information Technology Project 2019
Submitted by:
1. 18SS02IT006 - Smit Donda
2. 18SS02IT031 - Jaykumar Savani
3. 18SS02IT037 - Khushali Vaghasiya
Submitted to:
PPSU 2
CHAPTER :1
Abstract
This is the document of the Project for developing a hotel management
system for Hotel Management System. It consists of the current
background of and problems having due to present system and how we
are going to overcome those matters through our proposed system.
After gathering requirements, we have found the Hotel Management
System is using a manual file-based system for their processes. They
are keeping a huge amount of files to handle guest details, bills,
inventory items…etc. Search for a record in the file system is really
harsh. Although they are not well secured there is a probability of getting
damaged due to a fire or a tsunami or any other kind of a disaster.
The project aimed to build a fully functional system in order to achieve
the efficiency in the hotel management. The overall mission of
development is to make the hotel staff can quickly and easily complete
the hotel management task.
PPSU 3
1.ABSTRACT…….…………………………………………2
2.TABLE OF CONTENTS...…...………………………….4
2.1) INTRODUCTION…………….…………………....……....4
2.2) OBJECTIVES…………...………...………………...7
2.3) ADVANTAGES………………………...……...…...9
3.PRINCIPLES OF SYSTE ANALYSIS……….…...…...10
3.1) ENTITY RELATIONSHIP DIAGRAM (ERD)…...11
3.2) E-R DIAGRAM……...……………………………12
4.DATA TABLES……………………………………...…...13
5.DATA MODELING………………………………….….14
6. SCOPE OF FUTURE APPLICATION….…………….19
7.REFERNCES……………………………………………20
PPSU 4
CHAPTER :2
Introduction
We have our best to make the complicated process of Online Hotel
Management System as simple as possible using Structured & Modular
technique & Menu oriented interface. We have tried to design the
software in such a way that user may not have any difficulty in using this
package & further expansion is possible without much effort. Even
though We cannot claim that this work to be entirely exhaustive, the
main purpose of my exercise is performing each Employee’s activity in
computerized way rather than manually which is time consuming.
We are confident that this software package can be readily used by non-
programming personal avoiding human handled chance of error. This
project is used by two types of users
i. Online Users.
ii. Administrator (management of the Hotel).
PPSU 5
CHAPTER :2
Online users can see the required articles or news
Administrator can maintain daily updates in the hotel records.
Administrator is must be an authorized user. He can further change the
password. There is the facility for password recovery, logout etc.
The main aim of the entire activity is to automate the process of day to
day activities of Hotel like Room activities, Admission of a New
Customer, assign a room according to customer’s demand, checkout of
a computer and releasing the room and finally compute the bill etc.
The limited time and resources have restricted us to incorporate, in this
project, only a main activity that are performed in a HOTEL Management
System, but utmost care has been taken to make the system efficient
and user friendly. “HOTEL Management System” has been designed to
computerized the following functions that are performed by the system:
Room Detail Functions
1). Opening a New Room
2). Modification to room assigned
Check-in and check-out Detail Functions
1). Admission of New customer
2). Check-out of customer
3). Room assigning related to customer’s need.
PPSU 6
CHAPTER :2
Statement of Customer Details
1). Check-in customer
1.1) Check-out customer
1.2) Room Details
2). Total number of Customers in the Hotel
2.1) Individual customer Report
PPSU 7
CHAPTER :2
OBJECTIVES
• A computer-based management system is designed to handle all the
primary information required to calculate monthly statements. Separate
database is maintained to handle all the details required for the correct
statement calculation and generation.
• This project intends to introduce more user friendliness in the various
activities such as record updating, maintenance, and searching.
• The searching of record has been made quite simple as all the details
of the customer can be obtained by simply keying in the identification of
that customer.
• Similarly, record maintenance and updating can also be accomplished
by using the identification of the customer with all the details being
automatically generated. These details are also being promptly
automatically updated in the master file thus keeping the record
absolutely up-to-date.
• The entire information has maintained in the database or Files and
whoever wants to retrieve can’t retrieve, only authorization user can
retrieve the necessary information which can be easily be accessible
from the file.
PPSU 8
CHAPTER :2
• The entire information has maintained in the database or Files and
whoever wants to retrieve can’t retrieve, only authorization user can
retrieve the necessary information which can be easily be accessible
from the file.
• The main objective of the entire activity is to automate the process of
day to day activities of Hotel like:
1. Room activities,
2. Admission of a New Customer,
3. Assign a room according to customer’s demand,
4. Checkout of a computer and releasing the room
5. Finally compute the bill etc.
6. Packages available.
7. Advance online bookings.
8. Online Cancellation.
This project has some more features:
• System Connectivity
• No data duplication
• No Paper Work Required
• Time Efficient
• Cost Efficient
• Automatic data validation
• User friendly environment
PPSU 9
CHAPTER :2
ADVANTAGE
This project is useful for the authorities which keep track of all the users
registered in a particular state. The authority can add hotel packages,
room details, availability of rooms, online booking etc.
The following steps that give the detailed information of the need of
proposed system are:
Performance: During past several decades, the records are supposed
to be manually handled for all activities. The manual handling of the
record is time consuming and highly prone to error. To improve the
performance of the Hotel Management System, the computerized
system is to be undertaken. This project is fully computerized and user
friendly even that any of the members can see the report and status of
the company.
Efficiency: The basic need of this website is efficiency. The website
should be efficient so that whenever a new user submits his/her details
the website is updated automatically. This record will be useful for other
users instantly.
Control: The complete control of the project is under the hands of
authorized person who has the password to access this project and
illegal access is not supposed to deal with. All the control is under the
administrator and the other members have the rights to just see the
records not to change any transaction or entry.
Security: Security is the main criteria for the proposed system. Since
illegal access may corrupt the database. So, security has to be given in
this project.
PPSU 10
CHAPTER :3
PRINCIPLES OF SYSTEM
ANALYSIS
1.Understand the problem before you begin to create the analysis
model.
2.Develop prototypes that enable a user to understand how human
machine interaction will occur.
3.Record the origin of and the reason for every requirement.
4.Use multiple views of requirements like building data, function and
behavioral models.
5.Work to eliminate ambiguity.
PPSU 11
CHAPTER :3
ENTITY
RELATIONSHIP
DIAGRAM (ERD)
Entity – Relationship Diagram: This depicts relationship between data
objects. The attribute of each data objects noted in the entity-
relationship diagram can be described using a data object description.
Data flow diagram serves two purposes:
1. To provide an indication of how data are transformed as they
move through the system.
2. To depict the functions that transformation the data flow.
Data Objects:
A data object is a representation of almost any composite information
that must be understood by the software. By composite information, we
mean something that has a number of different properties or attributes.
A data object encapsulates data only there is no reference within a data
object to operations that act on the data.
Attributes: Attributes define the properties of a data object and take on
one of three different characteristics. They can be used to: Name an
instance of data object. Describe the instance. Make reference to
another instance in other table.
PPSU 12
CHAPTER :3
Relationships: Data objects are connected to one another in a variety
of different ways. We can define a set of object relationship pairs that
define the relevant relationships.
PPSU 13
CHAPTER :3
E-R DIAGRAM
3.2.1. Figure) E-R Diagram
PPSU 14
CHAPTER :4
4 Data Tables
4.1 Figure Data Table
PPSU 15
CHAPTER :5
DATA MODELING
Data modeling defines primary data objects, composition of each data
object, and attributes of the object, relationships between each object
and other objects and between objects and the processes.
Password Table
Fields Type
Password CHAR
Username Number
5.1 Table (1) Password Table
Login Status Table
5.2 Table (2) Login Status Table
Fields Type
Password CHAR
Username Number
Login time CHAR
Login date CHAR
Logout time CHAR
Page access CHAR
PPSU 16
CHAPTER :5
Customer Details Table
5.3 Table (3) Customer Details Table
Member Details Table
5.4 Table (4) Password Table
Fields Type
Customer Number
Name CHAR
Address CHAR
Email CHAR
DOB Date
Status CHAR
Occupation CHAR
Type_of_occupation Number
Telephone Number
Fields Type
Details CHAR
Name CHAR
Address CHAR
Email CHAR
DOB Date
Status CHAR
Occupation CHAR
Type_of_occupation Number
Telephone Number
Membership CHAR
PPSU 17
CHAPTER :5
Booking Details Table
5.5 Table (5) Booking Details Table
Room Details Table
Fields Type
Room No CHAR
Booking date Date
Mode_of_booking CHAR
From Date
To Date
Requirement details CHAR
State CHAR
Name_of_customer CHAR
Email CHAR
Phone Number
5.1 Table (6) Room Details Table
Fields Type
Package CHAR
Booking date Date
Mode_of_booking CHAR
From Date
To Date
Requirement details CHAR
State CHAR
Name_of_customer CHAR
Email CHAR
Phone Number
PPSU 18
CHAPTER :5
Report Generation In this function reports are
generated for the following entities:
a) Customer Details.
b) Requirements of the Customers.
c) Rooms Details.
d) Checking Reports.
e) Booking Details.
g) Online Bookings.
h) Checkout Details.
PPSU 19
CHAPTER :6
Scope of Future Application
This project can be used in the hotel after adding some more useful
modules in the project for which hotel are providing services.
Utmost care and back-up procedures must be established to ensure
100% successful implementation of the computerized hotel system. In
case of system failure, the organization should be in a position to
process the transaction with another organization or if the worst comes
to the worst, it should be in a position to complete it manually.
Scope of Improvement
Now a day’s hotel is providing many other facilities, this project can also
be improved with the improvement in the Hotels.
PPSU 20
CHAPTER :7
References
1) https://www.Hotelimages.com/
2) https://www.w3schools.com/
3) https://www.flaticon.com/
4) www.wikipedia.com
5) www.codeproject.com
PPSU 21

More Related Content

What's hot

PPT FOR ONLINE HOTEL MANAGEMENT
PPT FOR ONLINE HOTEL MANAGEMENTPPT FOR ONLINE HOTEL MANAGEMENT
PPT FOR ONLINE HOTEL MANAGEMENT
Jaya0006
 
Hotel management system project
Hotel management system projectHotel management system project
Hotel management system project
Mohammed Al Babeli
 
Hotel management
Hotel managementHotel management
Hotel management
Shalahuddin Raj
 
Hotel management system
Hotel management systemHotel management system
Hotel management system
Vipul Kumar
 
Hotel Management System SRS
Hotel Management System SRS Hotel Management System SRS
Hotel Management System SRS
Paras
 
Online Hotel Management System
Online Hotel Management SystemOnline Hotel Management System
Online Hotel Management System
Sanu Subham
 
Hotel Management with Hibernate MVC Minor Project
Hotel Management with Hibernate MVC Minor ProjectHotel Management with Hibernate MVC Minor Project
Hotel Management with Hibernate MVC Minor Project
james parmar
 
Hotel management system
Hotel management systemHotel management system
Hotel management system
Roni Roy
 
Hotel Reservation System Project
Hotel Reservation System ProjectHotel Reservation System Project
Hotel Reservation System Project
raj_qn3
 
Hotel+management+system
Hotel+management+systemHotel+management+system
Hotel+management+system
sonikaushal
 
Final document project1
Final document project1Final document project1
Final document project1
zohaib naveed
 
Hotel management
Hotel managementHotel management
Hotel management
Arman Ahmed
 
online hotel management system
online hotel management system online hotel management system
online hotel management system
ANSHUL GUPTA
 
Hotel manaement
Hotel manaementHotel manaement
Hotel manaement
nishunishan26
 
Online Resort management system
Online Resort management systemOnline Resort management system
Online Resort management system
Salman Dhukka
 
Hostel Management System(HMS)
Hostel Management  System(HMS)Hostel Management  System(HMS)
Hostel Management System(HMS)
Omkar Walavalkar
 
Tour and Travel Management System ppt
Tour and Travel Management System pptTour and Travel Management System ppt
Tour and Travel Management System ppt
RAJAT BHUYAR
 
tour management system
tour management systemtour management system
tour management system
Khwaja Yunus Ali Medical University
 
Software Requirement Specification Of Hotel Management System
Software Requirement Specification Of Hotel Management SystemSoftware Requirement Specification Of Hotel Management System
Software Requirement Specification Of Hotel Management System
Uttam Singh Chaudhary
 
Hostel management system
Hostel management systemHostel management system
Hostel management system
YOGESH SHARMA
 

What's hot (20)

PPT FOR ONLINE HOTEL MANAGEMENT
PPT FOR ONLINE HOTEL MANAGEMENTPPT FOR ONLINE HOTEL MANAGEMENT
PPT FOR ONLINE HOTEL MANAGEMENT
 
Hotel management system project
Hotel management system projectHotel management system project
Hotel management system project
 
Hotel management
Hotel managementHotel management
Hotel management
 
Hotel management system
Hotel management systemHotel management system
Hotel management system
 
Hotel Management System SRS
Hotel Management System SRS Hotel Management System SRS
Hotel Management System SRS
 
Online Hotel Management System
Online Hotel Management SystemOnline Hotel Management System
Online Hotel Management System
 
Hotel Management with Hibernate MVC Minor Project
Hotel Management with Hibernate MVC Minor ProjectHotel Management with Hibernate MVC Minor Project
Hotel Management with Hibernate MVC Minor Project
 
Hotel management system
Hotel management systemHotel management system
Hotel management system
 
Hotel Reservation System Project
Hotel Reservation System ProjectHotel Reservation System Project
Hotel Reservation System Project
 
Hotel+management+system
Hotel+management+systemHotel+management+system
Hotel+management+system
 
Final document project1
Final document project1Final document project1
Final document project1
 
Hotel management
Hotel managementHotel management
Hotel management
 
online hotel management system
online hotel management system online hotel management system
online hotel management system
 
Hotel manaement
Hotel manaementHotel manaement
Hotel manaement
 
Online Resort management system
Online Resort management systemOnline Resort management system
Online Resort management system
 
Hostel Management System(HMS)
Hostel Management  System(HMS)Hostel Management  System(HMS)
Hostel Management System(HMS)
 
Tour and Travel Management System ppt
Tour and Travel Management System pptTour and Travel Management System ppt
Tour and Travel Management System ppt
 
tour management system
tour management systemtour management system
tour management system
 
Software Requirement Specification Of Hotel Management System
Software Requirement Specification Of Hotel Management SystemSoftware Requirement Specification Of Hotel Management System
Software Requirement Specification Of Hotel Management System
 
Hostel management system
Hostel management systemHostel management system
Hostel management system
 

Similar to Hotel Management System final report

Event Management System Vb Net Project Report.pdf
Event Management System Vb Net  Project Report.pdfEvent Management System Vb Net  Project Report.pdf
Event Management System Vb Net Project Report.pdf
Kamal Acharya
 
Cake shop billing system
Cake shop billing systemCake shop billing system
Cake shop billing system
Akshita Pillai
 
TY CS Black book Construction - Dinesh48
TY CS Black book Construction - Dinesh48TY CS Black book Construction - Dinesh48
TY CS Black book Construction - Dinesh48
Dinesh Jogdand
 
IRJET - Employee Monitoring and Tracking System
IRJET -  	  Employee Monitoring and Tracking SystemIRJET -  	  Employee Monitoring and Tracking System
IRJET - Employee Monitoring and Tracking System
IRJET Journal
 
project database 1 ALI Hassan 005.ppt
project database 1 ALI Hassan 005.pptproject database 1 ALI Hassan 005.ppt
project database 1 ALI Hassan 005.ppt
AHSANMUNEEB2
 
13.project core banking system
13.project core banking system 13.project core banking system
13.project core banking system
Birjesh Kumar
 
54024405 project-report-banking-management-system
54024405 project-report-banking-management-system54024405 project-report-banking-management-system
54024405 project-report-banking-management-system
nancs
 
Event Management System Document
Event Management System Document Event Management System Document
Event Management System Document LJ PROJECTS
 
School management System
School management SystemSchool management System
School management System
HATIM Bhagat
 
IRJET- Automatic Courier Management System
IRJET- Automatic Courier Management SystemIRJET- Automatic Courier Management System
IRJET- Automatic Courier Management System
IRJET Journal
 
Hostel management system (5)
Hostel management system (5)Hostel management system (5)
Hostel management system (5)
PRIYANKMZN
 
Post office management system project ..pdf
Post office management system project ..pdfPost office management system project ..pdf
Post office management system project ..pdf
Kamal Acharya
 
Project scheduler doc
Project scheduler docProject scheduler doc
Project scheduler doc
NAGENDRA KUAMR
 
Final project (1)
Final project (1)Final project (1)
Final project (1)
Prateek Goel
 
Water billing management system project report.pdf
Water billing management system project report.pdfWater billing management system project report.pdf
Water billing management system project report.pdf
Kamal Acharya
 
OS Password-Manager-Report.docx
OS Password-Manager-Report.docxOS Password-Manager-Report.docx
OS Password-Manager-Report.docx
rinim85726
 
Online Hotel Management System
Online Hotel Management SystemOnline Hotel Management System
Online Hotel Management System
Abdullah Almasud
 
Laundry management system project report.pdf
Laundry management system project report.pdfLaundry management system project report.pdf
Laundry management system project report.pdf
Kamal Acharya
 
Chapter_1_INTRODUCTION.pdf
Chapter_1_INTRODUCTION.pdfChapter_1_INTRODUCTION.pdf
Chapter_1_INTRODUCTION.pdf
Kamal Acharya
 
Chapter_1_INTRODUCTION.pdf
Chapter_1_INTRODUCTION.pdfChapter_1_INTRODUCTION.pdf
Chapter_1_INTRODUCTION.pdf
Kamal Acharya
 

Similar to Hotel Management System final report (20)

Event Management System Vb Net Project Report.pdf
Event Management System Vb Net  Project Report.pdfEvent Management System Vb Net  Project Report.pdf
Event Management System Vb Net Project Report.pdf
 
Cake shop billing system
Cake shop billing systemCake shop billing system
Cake shop billing system
 
TY CS Black book Construction - Dinesh48
TY CS Black book Construction - Dinesh48TY CS Black book Construction - Dinesh48
TY CS Black book Construction - Dinesh48
 
IRJET - Employee Monitoring and Tracking System
IRJET -  	  Employee Monitoring and Tracking SystemIRJET -  	  Employee Monitoring and Tracking System
IRJET - Employee Monitoring and Tracking System
 
project database 1 ALI Hassan 005.ppt
project database 1 ALI Hassan 005.pptproject database 1 ALI Hassan 005.ppt
project database 1 ALI Hassan 005.ppt
 
13.project core banking system
13.project core banking system 13.project core banking system
13.project core banking system
 
54024405 project-report-banking-management-system
54024405 project-report-banking-management-system54024405 project-report-banking-management-system
54024405 project-report-banking-management-system
 
Event Management System Document
Event Management System Document Event Management System Document
Event Management System Document
 
School management System
School management SystemSchool management System
School management System
 
IRJET- Automatic Courier Management System
IRJET- Automatic Courier Management SystemIRJET- Automatic Courier Management System
IRJET- Automatic Courier Management System
 
Hostel management system (5)
Hostel management system (5)Hostel management system (5)
Hostel management system (5)
 
Post office management system project ..pdf
Post office management system project ..pdfPost office management system project ..pdf
Post office management system project ..pdf
 
Project scheduler doc
Project scheduler docProject scheduler doc
Project scheduler doc
 
Final project (1)
Final project (1)Final project (1)
Final project (1)
 
Water billing management system project report.pdf
Water billing management system project report.pdfWater billing management system project report.pdf
Water billing management system project report.pdf
 
OS Password-Manager-Report.docx
OS Password-Manager-Report.docxOS Password-Manager-Report.docx
OS Password-Manager-Report.docx
 
Online Hotel Management System
Online Hotel Management SystemOnline Hotel Management System
Online Hotel Management System
 
Laundry management system project report.pdf
Laundry management system project report.pdfLaundry management system project report.pdf
Laundry management system project report.pdf
 
Chapter_1_INTRODUCTION.pdf
Chapter_1_INTRODUCTION.pdfChapter_1_INTRODUCTION.pdf
Chapter_1_INTRODUCTION.pdf
 
Chapter_1_INTRODUCTION.pdf
Chapter_1_INTRODUCTION.pdfChapter_1_INTRODUCTION.pdf
Chapter_1_INTRODUCTION.pdf
 

Recently uploaded

The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
Laura Byrne
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
DanBrown980551
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
UiPathCommunity
 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance
 
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 previewState of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
Prayukth K V
 
Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*
Frank van Harmelen
 
Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
Thijs Feryn
 
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Product School
 
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Thierry Lestable
 
Monitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR EventsMonitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR Events
Ana-Maria Mihalceanu
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
Safe Software
 
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
Product School
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
Guy Korland
 
Connector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a buttonConnector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a button
DianaGray10
 
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMsTo Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
Paul Groth
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
Alan Dix
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
OnBoard
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
Kari Kakkonen
 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Ramesh Iyer
 
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Product School
 

Recently uploaded (20)

The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
 
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 previewState of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
 
Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*
 
Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
 
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...
 
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
 
Monitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR EventsMonitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR Events
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
 
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
 
Connector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a buttonConnector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a button
 
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMsTo Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
 
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
 

Hotel Management System final report

  • 1. PPSU 1 P P Savani University – PPSU Hotel Management System Project Proposal Bachelor of Science in Information Technology Project 2019 Submitted by: 1. 18SS02IT006 - Smit Donda 2. 18SS02IT031 - Jaykumar Savani 3. 18SS02IT037 - Khushali Vaghasiya Submitted to:
  • 2. PPSU 2 CHAPTER :1 Abstract This is the document of the Project for developing a hotel management system for Hotel Management System. It consists of the current background of and problems having due to present system and how we are going to overcome those matters through our proposed system. After gathering requirements, we have found the Hotel Management System is using a manual file-based system for their processes. They are keeping a huge amount of files to handle guest details, bills, inventory items…etc. Search for a record in the file system is really harsh. Although they are not well secured there is a probability of getting damaged due to a fire or a tsunami or any other kind of a disaster. The project aimed to build a fully functional system in order to achieve the efficiency in the hotel management. The overall mission of development is to make the hotel staff can quickly and easily complete the hotel management task.
  • 3. PPSU 3 1.ABSTRACT…….…………………………………………2 2.TABLE OF CONTENTS...…...………………………….4 2.1) INTRODUCTION…………….…………………....……....4 2.2) OBJECTIVES…………...………...………………...7 2.3) ADVANTAGES………………………...……...…...9 3.PRINCIPLES OF SYSTE ANALYSIS……….…...…...10 3.1) ENTITY RELATIONSHIP DIAGRAM (ERD)…...11 3.2) E-R DIAGRAM……...……………………………12 4.DATA TABLES……………………………………...…...13 5.DATA MODELING………………………………….….14 6. SCOPE OF FUTURE APPLICATION….…………….19 7.REFERNCES……………………………………………20
  • 4. PPSU 4 CHAPTER :2 Introduction We have our best to make the complicated process of Online Hotel Management System as simple as possible using Structured & Modular technique & Menu oriented interface. We have tried to design the software in such a way that user may not have any difficulty in using this package & further expansion is possible without much effort. Even though We cannot claim that this work to be entirely exhaustive, the main purpose of my exercise is performing each Employee’s activity in computerized way rather than manually which is time consuming. We are confident that this software package can be readily used by non- programming personal avoiding human handled chance of error. This project is used by two types of users i. Online Users. ii. Administrator (management of the Hotel).
  • 5. PPSU 5 CHAPTER :2 Online users can see the required articles or news Administrator can maintain daily updates in the hotel records. Administrator is must be an authorized user. He can further change the password. There is the facility for password recovery, logout etc. The main aim of the entire activity is to automate the process of day to day activities of Hotel like Room activities, Admission of a New Customer, assign a room according to customer’s demand, checkout of a computer and releasing the room and finally compute the bill etc. The limited time and resources have restricted us to incorporate, in this project, only a main activity that are performed in a HOTEL Management System, but utmost care has been taken to make the system efficient and user friendly. “HOTEL Management System” has been designed to computerized the following functions that are performed by the system: Room Detail Functions 1). Opening a New Room 2). Modification to room assigned Check-in and check-out Detail Functions 1). Admission of New customer 2). Check-out of customer 3). Room assigning related to customer’s need.
  • 6. PPSU 6 CHAPTER :2 Statement of Customer Details 1). Check-in customer 1.1) Check-out customer 1.2) Room Details 2). Total number of Customers in the Hotel 2.1) Individual customer Report
  • 7. PPSU 7 CHAPTER :2 OBJECTIVES • A computer-based management system is designed to handle all the primary information required to calculate monthly statements. Separate database is maintained to handle all the details required for the correct statement calculation and generation. • This project intends to introduce more user friendliness in the various activities such as record updating, maintenance, and searching. • The searching of record has been made quite simple as all the details of the customer can be obtained by simply keying in the identification of that customer. • Similarly, record maintenance and updating can also be accomplished by using the identification of the customer with all the details being automatically generated. These details are also being promptly automatically updated in the master file thus keeping the record absolutely up-to-date. • The entire information has maintained in the database or Files and whoever wants to retrieve can’t retrieve, only authorization user can retrieve the necessary information which can be easily be accessible from the file.
  • 8. PPSU 8 CHAPTER :2 • The entire information has maintained in the database or Files and whoever wants to retrieve can’t retrieve, only authorization user can retrieve the necessary information which can be easily be accessible from the file. • The main objective of the entire activity is to automate the process of day to day activities of Hotel like: 1. Room activities, 2. Admission of a New Customer, 3. Assign a room according to customer’s demand, 4. Checkout of a computer and releasing the room 5. Finally compute the bill etc. 6. Packages available. 7. Advance online bookings. 8. Online Cancellation. This project has some more features: • System Connectivity • No data duplication • No Paper Work Required • Time Efficient • Cost Efficient • Automatic data validation • User friendly environment
  • 9. PPSU 9 CHAPTER :2 ADVANTAGE This project is useful for the authorities which keep track of all the users registered in a particular state. The authority can add hotel packages, room details, availability of rooms, online booking etc. The following steps that give the detailed information of the need of proposed system are: Performance: During past several decades, the records are supposed to be manually handled for all activities. The manual handling of the record is time consuming and highly prone to error. To improve the performance of the Hotel Management System, the computerized system is to be undertaken. This project is fully computerized and user friendly even that any of the members can see the report and status of the company. Efficiency: The basic need of this website is efficiency. The website should be efficient so that whenever a new user submits his/her details the website is updated automatically. This record will be useful for other users instantly. Control: The complete control of the project is under the hands of authorized person who has the password to access this project and illegal access is not supposed to deal with. All the control is under the administrator and the other members have the rights to just see the records not to change any transaction or entry. Security: Security is the main criteria for the proposed system. Since illegal access may corrupt the database. So, security has to be given in this project.
  • 10. PPSU 10 CHAPTER :3 PRINCIPLES OF SYSTEM ANALYSIS 1.Understand the problem before you begin to create the analysis model. 2.Develop prototypes that enable a user to understand how human machine interaction will occur. 3.Record the origin of and the reason for every requirement. 4.Use multiple views of requirements like building data, function and behavioral models. 5.Work to eliminate ambiguity.
  • 11. PPSU 11 CHAPTER :3 ENTITY RELATIONSHIP DIAGRAM (ERD) Entity – Relationship Diagram: This depicts relationship between data objects. The attribute of each data objects noted in the entity- relationship diagram can be described using a data object description. Data flow diagram serves two purposes: 1. To provide an indication of how data are transformed as they move through the system. 2. To depict the functions that transformation the data flow. Data Objects: A data object is a representation of almost any composite information that must be understood by the software. By composite information, we mean something that has a number of different properties or attributes. A data object encapsulates data only there is no reference within a data object to operations that act on the data. Attributes: Attributes define the properties of a data object and take on one of three different characteristics. They can be used to: Name an instance of data object. Describe the instance. Make reference to another instance in other table.
  • 12. PPSU 12 CHAPTER :3 Relationships: Data objects are connected to one another in a variety of different ways. We can define a set of object relationship pairs that define the relevant relationships.
  • 13. PPSU 13 CHAPTER :3 E-R DIAGRAM 3.2.1. Figure) E-R Diagram
  • 14. PPSU 14 CHAPTER :4 4 Data Tables 4.1 Figure Data Table
  • 15. PPSU 15 CHAPTER :5 DATA MODELING Data modeling defines primary data objects, composition of each data object, and attributes of the object, relationships between each object and other objects and between objects and the processes. Password Table Fields Type Password CHAR Username Number 5.1 Table (1) Password Table Login Status Table 5.2 Table (2) Login Status Table Fields Type Password CHAR Username Number Login time CHAR Login date CHAR Logout time CHAR Page access CHAR
  • 16. PPSU 16 CHAPTER :5 Customer Details Table 5.3 Table (3) Customer Details Table Member Details Table 5.4 Table (4) Password Table Fields Type Customer Number Name CHAR Address CHAR Email CHAR DOB Date Status CHAR Occupation CHAR Type_of_occupation Number Telephone Number Fields Type Details CHAR Name CHAR Address CHAR Email CHAR DOB Date Status CHAR Occupation CHAR Type_of_occupation Number Telephone Number Membership CHAR
  • 17. PPSU 17 CHAPTER :5 Booking Details Table 5.5 Table (5) Booking Details Table Room Details Table Fields Type Room No CHAR Booking date Date Mode_of_booking CHAR From Date To Date Requirement details CHAR State CHAR Name_of_customer CHAR Email CHAR Phone Number 5.1 Table (6) Room Details Table Fields Type Package CHAR Booking date Date Mode_of_booking CHAR From Date To Date Requirement details CHAR State CHAR Name_of_customer CHAR Email CHAR Phone Number
  • 18. PPSU 18 CHAPTER :5 Report Generation In this function reports are generated for the following entities: a) Customer Details. b) Requirements of the Customers. c) Rooms Details. d) Checking Reports. e) Booking Details. g) Online Bookings. h) Checkout Details.
  • 19. PPSU 19 CHAPTER :6 Scope of Future Application This project can be used in the hotel after adding some more useful modules in the project for which hotel are providing services. Utmost care and back-up procedures must be established to ensure 100% successful implementation of the computerized hotel system. In case of system failure, the organization should be in a position to process the transaction with another organization or if the worst comes to the worst, it should be in a position to complete it manually. Scope of Improvement Now a day’s hotel is providing many other facilities, this project can also be improved with the improvement in the Hotels.
  • 20. PPSU 20 CHAPTER :7 References 1) https://www.Hotelimages.com/ 2) https://www.w3schools.com/ 3) https://www.flaticon.com/ 4) www.wikipedia.com 5) www.codeproject.com