Hotel Management System
Application for managing hotel rooms, clients, and reservations with dynamic relationships.
Source: .webvoice/generation.json
Navigation
Aucune navigation.
Modules
Aucun module.
Entities
-
Room
: room_number, floor, type, price_per_night, capacity, is_available, description, last_cleaned_at
/preview/entity/room
-
Client
: first_name, last_name, email, phone_number, address, city, country, loyalty_points
/preview/entity/client
-
Reservation
: reservation_code, client_id, room_id, check_in_date, check_out_date, status, total_amount, special_requests
/preview/entity/reservation