HOTEL MANAGEMENT SYSTEM - COMMERCIAL THEME STARTER
====================================================

This is the Phase 1 foundation for a reusable Hotel Management System theme.

CPANEL INSTALLATION
-------------------
1. Create a MySQL database in cPanel.
2. Create a database user and assign it ALL PRIVILEGES.
3. Open phpMyAdmin and import database/schema.sql.
4. Upload the project files into the desired public_html location.
5. Edit config/config.php and set APP_URL.
6. Edit config/database.php and enter the cPanel database credentials.
7. An administrator account will be created by the installer in the next phase.

IMPORTANT
---------
Do not put real database credentials into public repositories or demo packages.

CURRENT FOUNDATION
------------------
- cPanel-friendly PHP/PDO structure
- Multi-hotel-ready hotel_id architecture
- Authentication foundation
- Roles and permissions tables
- Hotel/branding settings foundation
- Room, guest and reservation database foundation
- Check-in/check-out foundation
- Services, billing and payments foundation
- Expenses and cash foundation
- Housekeeping and maintenance foundation
- Notifications and audit log foundation
- Commercial product/version foundation
- Responsive dashboard shell

NEXT DEVELOPMENT MILESTONE
--------------------------
1. Installation wizard
2. Admin account creation
3. Hotel setup wizard
4. Real dashboard revenue/occupancy queries
5. Room Types and Rooms CRUD
6. Guests CRUD
7. Reservations/availability engine
