0% found this document useful (0 votes)
63 views

Online Hotel Management System

The document describes an online hotel management system that allows users to check availability, book rooms, and view hotel details online. It aims to overcome issues with manual hotel reservation by providing an online booking platform. The system has two types of users - online users who can search, book, and manage their reservations and an administrator who can view reservation details and daily income. Key features for users include registration, login, room search, booking, cancellation and password recovery. The administrator can view bookings by date and logout of the system. The system is designed to be user friendly and secure for online hotel reservations.

Uploaded by

s
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
63 views

Online Hotel Management System

The document describes an online hotel management system that allows users to check availability, book rooms, and view hotel details online. It aims to overcome issues with manual hotel reservation by providing an online booking platform. The system has two types of users - online users who can search, book, and manage their reservations and an administrator who can view reservation details and daily income. Key features for users include registration, login, room search, booking, cancellation and password recovery. The administrator can view bookings by date and logout of the system. The system is designed to be user friendly and secure for online hotel reservations.

Uploaded by

s
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 15

A

SYNOPSIA
On
ONLINE HOTEL MANAGEMENT SYSTEM
To
Department of computer science

Session 2019-2020
Submitted to : submitted by :
Miss. Apoorva j. Satyam rathore
Rishabh saxena
Department of computer science
Career college, bhopal
INTRODUCTION :
• This project aims at creating an Online Hotel Management system which can be rooms.
• Users can check the availability of rooms and facilities.
• The users can register and log into the system.
• The administrator will know the details of reservations and daily income.
OBJECTIVE:
• To overcome the problems of manual system, online hotel management system is proposed.
• The Central objective of Online Hotel Management is to provide online facility for booking rooms.
• This software can manage and keep records of hotel.
BENEFITS:
• Saves time of customers in quickly reserving rooms.
• The ability to book rooms anytime, from anywhere with Internet access.
• Provides the information about hotel facilities.
• very secure.
• User friendly.
SYSTEM ANALYSIS:
This project is used by two types of users
(modules).
1) Online Users
2) Administrator (management of the Hotel)
USER MODULE:

• Check room availability.


• Fill registration form.
• Can login with his/her own user id and password.
• Get facilities of hotel like restaurant.
• Get the information about nearby visiting places.
• Get information about reserved rooms (if room is already reserved).
• Can regenerate password if he/she forgets the password.
Use Case Diagram for User:-
R e g is t e r

L o g in

C h e c k availability

reserve room

User

Display r o o m details

Cancel rooms

Lo go t
Sequence Diagram for User:-
Register login Check availability Reserve room Display room details Cancel Logout

:
U ser
s
1 : Register()

2 : Login with userna me and password()

: Invalid username d password()


an

4 : Chec k the availability of ooms() 5 : list of rooms


r
available()

6 : reserve a room()

7 : Display the details about reservation()

8 : Cancellation of room()
Usecase Diagram for Administrator:-

Login

Display Information

Administrator

Logout
Sequence Diagram for Administrator:-
Lo g i n Dis p la y

: Administrator
1 : Enter U s e r n a m e a n d p a s s w o r d ( )

2 : Validate()

3 : In va li d U s e r n a m e ( )

4 : Display r e s e r v e d r o o m s for the curre nt day()

5 : Display r o o m s r e s e r v e d for the c o m i n g days()

6 : Logout()
DESIGN CONSTRAINTS
SOFTWARE CONSTRAINTS HARDWARE CONSTRAINTS
OPERATING SYSTEM PROCESSOR – INTEL CORE
WINDOWS i3(2.30 GHz)
DATABASE – MYSQL
PLATFORM – PHP RAM – 1 GB RAM
WEB SERVER – XAMPP HARD DISK – 250 GB HDD
WINDOWS LCD MONITOR
– INTEL CORE
i3(2.30 GHz)
DATABASE – MYSQL RAM – 1 GB RAM
PLATFORM – PHP WEB SERVER – XAMPP
HARD DISK – 250 GB
HDD
LCD MONITOR
ER Diagram for User:- Login

Verification of username and password

Invalid username and password

Display reserved room details Cancel room


check availability

reserve room

Display details

logout
ER diagram for Administrator:-

Login

Verification of username and password

no
Invalid username and password

yes

display the reserved roo m details

logout
Class diagram for the System:-

User

administrator +Username:string
+Password: string
+Username:String +ID:integer
+Password: string
+register()
+Login() 1 1..* +login()
+Display() +check_availability()
+Logout() +reserve_room()
+cancel_room()
+logout()
THANK YOU
SEE YOU AGAIN

You might also like