# Quick Start Guide - KomTech Hotel Management System

## Getting Started in 5 Minutes

### 1. Access the System
- **Website:** http://localhost:8000
- **Admin Panel:** http://localhost:8000/login
- **Email Testing:** http://localhost:8025 (Mailpit)

### 2. Default Login
```
Email: admin@komtechhotel.com
Password: 123456
```

### 3. First Steps Checklist

#### Update Hotel Information
- [ ] Go to **Settings**
- [ ] Update Hotel Name
- [ ] Add Bank Details for online payments
- [ ] Set Check-in/Check-out times

#### Configure Room Types
- [ ] Go to **Room Types**
- [ ] Edit existing types to set prices
- [ ] Add new room types if needed

#### Test the System
- [ ] Go to frontend and make a test booking
- [ ] Check email at http://localhost:8025
- [ ] Confirm booking in admin panel
- [ ] Test check-in flow in Reception

---

## Common Tasks

| Task | Location |
|------|----------|
| Change room price | Room Types → Edit |
| Confirm booking | Bookings → Confirm |
| Check-in guest | Reception → Check In |
| Process POS sale | POS System → Select Outlet |
| Add staff | HR → Staff → Add |
| Process salary | HR → Salaries → Create |
| Update bank details | Settings → Bank Details |
| View revenue | Accounting → Revenue |

---

## Quick Reference

### Booking Status Flow
```
Pending → Confirmed → Checked In → Checked Out
   ↓           ↓
Cancelled   Cancelled
```

### Room Status
- Available (green) - Ready for booking
- Occupied (blue) - Currently guest staying
- Maintenance (yellow) - Under repair
- Dirty (red) - Needs cleaning

### Booking Sources
- **Online** - Website booking
- **Admin** - Created in admin panel
- **Walk-in** - Reception check-in

---

## Need Help?

1. Check the full DOCUMENTATION.md
2. Review email notifications at http://localhost:8025
3. Contact support team
