{{ currentView === 'timeline' ? 'Calendar' : (currentView === 'bookings' ? 'All Bookings' : (currentView === 'cabins' ? 'Cabins & Rates' : (currentView === 'maintenance' ? 'Maintenance' : (currentView === 'housekeeping' ? 'Housekeeping' : 'Staff & Access')))) }}
| Guest Name | Contact Info | Address | Cabin | Stay Dates | Billed / Paid | Status | Action |
|---|---|---|---|---|---|---|---|
| No active reservations found in database. | |||||||
| {{ b.first_name }} {{ b.last_name }} |
{{ b.email }}
{{ b.phone || 'No phone' }}
|
{{ b.address || 'โ' }}
{{ b.city ? `${b.city}, ${b.state} ${b.zip}` : '' }} {{
b.country !== 'United States' ? b.country : '' }}
|
{{ formatCabinId(b.cabin_id) }} {{ b.cabin_name }} |
{{ b.check_in }} → {{ b.check_out }}
+{{ b.extra_adults }} Extra Adult(s)
๐พ {{ b.pets }} Pet(s)
|
${{ (b.total_amount / 100).toFixed(2) }}
Paid: ${{ (b.paid_amount / 100 || 0).toFixed(2) }}
|
{{ b.status === 'CHECKED_IN' ? 'CHECKED IN (IN)' : (b.status === 'CHECKED_OUT' ? 'CHECKED OUT (DIRTY)' : b.status) }} |
|
No cabins match your selected filters
Try relaxing your filter criteria or clearing your search query.
{{ cabin.name }}
{{ cabin.amenities }}
Maintenance & Work Orders
Subdomain ReadyHousekeeping & Room Turnover
Subdomain ReadyEmployee Access & Staff Roster
Manage employee email authorizations and portal permissions for Maintenance and Housekeeping.