Hotel Management Project Filr
Hotel Management Project Filr
Project Report on
“Hotel Management System”
in partial fulfilment for the award of the degree
of
BACHELOR OF TECHNOLOGY
Branch – Branch Name
DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING
College Name
College Address
Submitted By:
Name
Roll Number
College Name
DECLARATION
Acknowledgment
Abstract
Introduction
Existing System:
In the existing manual system a lot of time is spent in
communicating the information across different branches.
There is a need for an automated system, which has some
centralized control over the entire process. Conventional
System makes use of huge amounts of paper for recording
transactions. All the Hotel records are to be maintained for the
details of each customer, Fee details, Room Allocation etc.
Disadvantages:
Time consuming
Inaccuracy of data
Proposed System:
Proposed system is the computerized version of the existing
system which provides easy and quick access over the data.
Keeping the records of admission of Resident properly so that
facilities provided by Hotels are fully utilized in effective and
efficient manner.
Advantages:
Less Time consuming
Maintain accuracy
Requirements
User Interface:
The User interface required to be developed for the system
should be user friendly and attractive.
There are two sets of java APIs for graphics programming:
AWT (Abstract Windowing Toolkit) and Swing.
AWT API was introduced in JDK 1.0. Most of the AWT
components have become obsolete and should be
replaced by newer Swing components.
Software Interfaces
Database Tables
1. Customer
Field Datatype Constraint
id Varchar(30) NN
number Numeric(30) PK
name Varchar(30) NN
gender Varchar(30) NN
country Varchar(30) NN
Room number Numeric(30) NN
Status Varchar(30) NN
Deposit Numeric(30) NN
2. Room
Field Datatype Constraint
Room_number Numeric(30) PK
availability Varchar(30) NN
Clean status Varchar(30) NN
Price Number(30) NN
BedType Varchar(30) NN
3.Employee
Field DataType Constraint
Name Varchar(30) NN
Age Numeric(30) NN
Gender Varchar(30) NN
Job Varchar(30) NN
Salary Number(30) NN
Phone Number(30) NN
Adhar Number(30) PK
Email Varchar(30) NN
4.Driver
Field DataType Constraint
Name Varchar(30) NN
Age Numeric(30) NN
Gender Varchar(30) NN
Company Varchar(30) NN
Brand Varchar(30) NN
Available Varchar(30) NN
Location Varchar(30) NN
5.Login
Field DataType Constraint
Username Varchar(30) PK
Password Varchar(30) NN
6.Department
Field DataType Constraint
Department Varchar(30) PK
Budget Numeric(30) NN
Screenshots
1. Start Screen
2.Login Page
3.DashBoard Page
4.Add Employee
5.Add Rooms
6.Add Driver
7.Reception
10.Employee Details
11. Check In Details