1 - Project File (By - Mansi Goyal)
1 - Project File (By - Mansi Goyal)
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
I declare that project entitled “Hotel Management System” is
my own work conducted under the supervision of “Professor
Name”, Department of Branch Name, College Name,
College Address
I further declare that, to the best of my knowledge the project
does not contain any work which has been submitted for the
award of the degree either in the University or in any other
University/Deemed University without proper citations.
Acknowledgment
Abstract
Introduction
Administrative Modules
There are 2 modules I have included in this project :
1. Admin : Admin can add a new room , a new employee
and a new driver.
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