Hotel Management System
A hotel management application to manage rooms, clients, and reservations with dynamic relationships.
Source: .webvoice/generation.json
Navigation
Aucune navigation.
Modules
Aucun module.
Entities
-
Room
: number, type, floor, price_per_night, status, max_occupancy, description, amenities
/preview/entity/room
-
Client
: first_name, last_name, email, phone_number, address, date_of_birth, identification_number, preferred_payment_method
/preview/entity/client
-
Reservation
: reservation_code, room_id, client_id, check_in_date, check_out_date, number_of_guests, reservation_status, total_amount
/preview/entity/reservation
-
Payment
: reservation_id, payment_method, payment_date, amount, transaction_reference, payment_status, payer_name, notes
/preview/entity/payment