Home > Back-end >  Simple guest room management system
Simple guest room management system

Time:09-20

8. Simple guest room management system management system

Guest room information: grade type (economy, standard rooms, deluxe, single room, double room, triple), remaining rooms there

Employee information: floor manager, room the captain, room manager etc.

A, the administrator entry

(1) the guest room, guest

Add a guest check-in (room number, guest name, arrival time, check-in deadline, in deposit, daily rent, guest rooms, single/double/triple)

Delete the guest check-in registration
b
C shows all the guests information (room number, guest name, arrival time, check-in deadline, in deposit, daily rent, guest rooms, single/double/triple)

D to modify the guest's information, such as changing room for the guest (note that in the empty room, marked - after the original state)

E query guest occupancy (room number, name, has paid the deposit and check-in costing)

F query room occupancy (according to the room, according to the sorting according to whether to stay in sorting display)

E check out and check (system current date and check-in date, calculate in days, deal with house money)

F save




G to run the program read automatically when the guest room and guest information and the current occupancy

H statistics each employee occupancy of the jurisdiction of the floor, and according to the hotel room number sorting,

I room heat sort (according to some kind of rooms (economy, standard rooms, deluxe, single rooms, double rooms, three-bed rooms) in the number of sort of on any account,

(2) employee

Add a staff name, job number, floor management

B save

C modify employee name, job number, floor management

D delete employee name, job number, floor management

E show employee name, job number, and floor guest room information management (economy, standard rooms, deluxe, single/double/triple occupancy (including free/check-in/check the guest's name)

F save information

G read

CodePudding user response:

There is a ready-made see,
https://blog.csdn.net/nikiyoyo/article/details/78893453
  • Related