Assignment: Syed Mudassar Bilal SP09-BCS-094 Online Hotel Management System
Assignment: Syed Mudassar Bilal SP09-BCS-094 Online Hotel Management System
Assignment: Syed Mudassar Bilal SP09-BCS-094 Online Hotel Management System
SYED MUDASSAR
BILAL
SP09-BCS-094
ONLINE HOTEL
MANAGEMENT SYSTEM
Table of Contents
Project category.
(ii) Data Structures as per the project requirements for all the modules.
i. Online Users.
ii. Administrator (management of the Hotel).
• 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 amain activities 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
• Opening a New Room
• Modification to room assigned
• Check-in and check-out Detail Functions
• Admission of New customer
• Check-out of customer
• Room assigning related to customer’s need.
• Statement of Customer Details
• Check-in customer
• Check-out customer
• Room Details
• Total number of Customers in the Hotel
• Individual customer Report
OBJECTIVE
During the past several decades personnel function has been
transformed from a
relatively obscure record keeping staff to central and top level management
function.
There are many factors that have influenced this transformation like
technological
advances, professionalism, and general recognition of human beings as most
important
resources.
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 updation 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 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.
9. List of Regular customers.
10. Email facility.
11. Feedbacks
This project have some more features:
System Connectivity
No data duplication
ADVANTAGE:
Function Details
The basic objective of HOTEL MANAGEMENT SYSTEM is to
generalize and
simplify the monthly or day to day activities of Hotel like Room activities,
Check in of
New Customer, Check out of customer, Assigning a room according to
customer
requirement, and finally compute the bill etc. which has to be performed
repeatedly on
regular basis. To provide efficient, fast, reliable and user-friendly system is
the basic
motto behind this exercise. Let us now discuss how different functions
handle the structure and data files:
Password
In this module, this website is for multiple users. If a User enters a password
and the
software checks its validity. If the password is valid then option is given to
change the
password, otherwise “Invalid User/Password” message is displayed. There is
an option for password recovery, log out, login, new users sign in. The
Administrator can also update changes in the site after login.
Function NEW_ROOM()
This is the function used to open a new room for a customer so that he/she
can
assign a separate room . In that screen, the automatic room number is
created.
After opening a new room for the customer, finally a room is assigned to a
customer and the room records are appended in the data file.
Function CHECKIN_CUSTOMER()
This function is used to admit a customer in our Hotel after entering his all
personal details like Name, Address, Phone, Sex and then he/she is assigned
a
room from NEW_ROOM() function.
Function CHECKOUT_CUSTOMER()
This function is used to checkout the customer details from database. When
the
user inputs his room number, the same room number will be checked in the
database, if the room number is matched in the database, then the customer
will
be check-out from the database and transferred the record of the checkout
to
another table of database so that the Hotel Management has the record of
customers who have check-out to fulfill his legal liabilities.
Function GENERATE_BILL()
When any customer check-out, his/her bill is generated automatically by
calculated check-out date minus check-in date and getting multiplied it by
daily
room charge plus other charges and the bill has to be saved in the table in
the
database.
Function DISPLAY_RECORD()
This function is used to display all the transaction including the customer
name, address,phone, bed number, and doctor assigned to him/her in the
screen. This is a global repor to display all the transaction records in the
screen.
Searching:
In this function, room, customer well as members can search details from the
database
according to their authentications.
Report Generation
In this function reports are generated for the following entities:
a) Customer Details.
b) Requirements of the Customers
c) Rooms Details
d) Bill Details
e) Checkin Reports
f) Booking Details
g) Online Bookings
h) Checkout Details
i) Membership Details
j) Packages Available.
CONCLUSION