You are on page 1of 11

LODGE MANAGEMAENT

SYSTEM
Submitted by Anand.K.Kumar
Bony Jameson

ABSTRACT
Lodge management system is a software which run on visual
basic 6.0 and SQL. This project is developed for computerising
all management procedures of Sree Shanmuga lodge Elappara.
To achieve this, the project is divided into number of modules.
Currently the booking process are made manually. This
consumes a lot of time and factor of security is not found here.
Another major factor concerned is transparency certain
operation, which should be transparent are not possible with
current system. A new system, which overcome the above draw
back, is a must in maintaining transparency and security.
It contain the following module category, room category,
occupants details, booking details, reservation, departure
details, daily information. With such new system the operation
of the lodge management are made so effective. It also provides
security and safety. Human errors will be eliminated in the new
system.

DATABASE
Table Name : LOGIN1
Name

Constraint

Data Type

username

Primary

Varchar(20)

pass

Not Null

Varchar(20)

Table Name : Employee


Name

Constraint

Data type

empid

Primary Key

VARCHAR(5)

empname

VARCHAR(20)

empaddress

VARCHAR(30)

gender

VARCHAR(10)

Emp_mob

Numeric(12)

Sal_month

Foreign Key

boolean

Table Name : SALARY


Name

Constraint

Data Type

Empid

Foreign Key

Varchar(5)

Sal_month

Primary Key

Boolean

Table Name : Room


Name

Constraint

Data Type

Room_no

Primary Key

Varchar(5)

Floor_no
Room_id
Status

Numeric(5)
Foreign Key

Varchar(20)
Varchar(50)

Table Name : Room Type


Name

Constraint

Data Type

Room_id

Primary Key

Varchar(20)

Room_type

Varchar(30)

Description

Varchar(30)

Rent

Numeric(10)

Table Name : Customer


Name

Constraint

Data Type

Cus_id

Primary Key

Numeric(5)

Cus_name

Varchar(20)

Cus_address

Varchar(20)

Nationality

Varchar(20)

Mob_no

Numeric(12)

Vehicle_no

Varchar(15)

Purpose

Varchar(20)

Table Name : Allocation


Name

Constraint

Data Type

Alloc_id

Primary Key

Numeric(10)

Cus_id

Foreign Key

Numeric(5)

Room_no

Foreign Key

Numeric(5)

No of Person

Numeric(5)

Arrival Date

Date

Arrival Time

Numeric(5)

Extra Beds

Numeric(5)

Advance

Numeric(5)

Table Name : Register


Name

Constraint

Data Type

Bill_id

Primary Key

Numeric(5)

Alloc_id

Foreign Key

Numeric(10)

Departure Date

Date

Departure Time

Numeric(5)

Extra Fine

Numeric(5)

Total Amount

Numeric(10)

Balance

Numeric(10)

You might also like