Design and implementation of smart hotel system
Abstract
The development and application of information technology have changed many traditional management
modes. As a place with large staff mobility, the hotel has a large volume of daily check-in and check-out of
guests, and the traditional manual management mode cannot meet the needs of the current hotel development in
business processing. However, the front-desk management mode enables the customer to send the room lock
password to the customer service after booking the room on the website, and the guest can register and enter
the room password to the hotel by himself, which greatly saves the labor cost and is very convenient.
The design and implementation of the intelligent hotel management system without front desk includes the
front desk module and the background module. The front desk module can query the room according to the
room's specification and price, and the user can enter personal information and pay the deposit after registering
and logging in. The background module can manage the basic information of hotel rooms, manage the
information of registered users, and check in the customers who have booked rooms. They need to pay a
deposit when checking in. When checking out, the total consumption of the room can be calculated
automatically.
The design and implementation of the front-desk smart hotel management system is to use the Java
language to write the program, is in the MyEclipse8.5 development platform for the design page and code
development. System-related data is stored in a MySQL database. After the completion of the system is
configured on the Tomcat server, customers can book rooms by browsing the website of the hotel management
system without the front desk in different places, and then directly select their own booking information to
check in, which improves the efficiency of check-in.
Key Words: Information technology, reservation, Java, MySQL