Hotel Management System Design

In our sample application, we are going to implement a hotel booking system. The following flow diagram shows the process for the booking system used in our application. When a customer arrives, the front desk executive will enquire for a room type based on the customer's choice. If the room is available, the front desk executive will create a customer record in the application, assign a room to the customer, and set the check-in and check-out dates. On the check-out date, a bill will be created for the customer, and the room will be free.

Hotel Management System Design

In our sample application, we will be using the following main entities:

Sr. No.

Entity

Description

1

Account

This is used to store hotel information

2

Contact

This is used to store customer information

3

Product

This is used to store the room's category

4

Unit group

This is used to store the primary unit

5

Price list

This is used to store price information for the room category

6

Invoice

This is used to store bill information for the customer

7

Room

This is the Custom entity to store a room's record

8

Food

This is the Custom entity used to store food items

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.188.198.94