{{ currentView === 'timeline' ? 'Calendar' : (currentView === 'bookings' ? 'All Bookings' : 'Cabins & Rates') }}

Continuous Calendar Chart |
Date:
Open Confirmed Pending
πŸ“… {{ selectedDatesSummary ? selectedDatesSummary.label : '' }} {{ selectedDatesSummary ? selectedDatesSummary.count : 0 }} {{ selectedDatesSummary && selectedDatesSummary.count === 1 ? 'NIGHT' : 'NIGHTS' }} {{ availableCabinIdsForSelection.length }} of {{ cabins.length }} Cabins Available
Date
{{ formatCabinId(cabin.id) }}
${{ (cabin.base_rate / 100).toFixed(0) }}
βœ“ OPEN
{{ day.formattedDate }}
βœ“ {{ day.weekday }}
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 }}
πŸ”
Sort:
πŸ“…
Beds:
Sleeps:
Showing {{ filteredCabins.length }} of {{ cabins.length }} units
πŸ”

No cabins match your selected filters

Try relaxing your filter criteria or clearing your search query.

{{ formatCabinId(cabin.id) }} 🌊 Riverfront
${{ (cabin.base_rate / 100).toFixed(0) }} /nt

{{ cabin.name }}

Beds
πŸ›οΈ {{ getCabinBeds(cabin.amenities).total }}
{{ getCabinBeds(cabin.amenities).detail }}
Baths
🚿 {{ getCabinBaths(cabin.amenities).total }}
{{ getCabinBaths(cabin.amenities).detail }}
Sleeps
πŸ‘₯ {{ cabin.capacity }}
Max Guests
Avail: {{ cabinFilters.checkIn }}→{{ cabinFilters.checkOut }}
${{ getCabinStayPrice(cabin) }} total w/ tax
🌊 River 🍳 Kitchen πŸͺ΅ Fireplace πŸŒ… Porch 🐾 Pets

{{ cabin.amenities }}

πŸ”’ Notes Staff
Saving... Saved βœ“
Auto-saves on leave {{ (cabinNotes[cabin.id] || '').length }} chars
πŸ—ΊοΈ

{{ getCabinById(activeMapModal)?.name }} — Birdseye Grounds Map

{{ activeMapModal.toLowerCase().startsWith('cc') ? 'Conejos River Property' : 'Sky Line Lodge Resort Grounds' }}

Red pin and beacon highlight the exact location of {{ formatCabinId(activeMapModal) }}.

New Reservation

{{ formatCabinId(form.cabinId) }}
Stay Details {{ newResSummary.nights }} nights @ ${{ (newResSummary.rate / 100).toFixed(0) }}/night
${{ form.extraAdultFee }}/night
guests @
$ /nt
Nightly fee for guests age 6 and over
${{ form.petFee }}/night
pets @
$ /nt
Nightly fee for pets in designated units
Guest Information
Billing Summary
Base Stay: ${{ (newResSummary.rate / 100).toFixed(0) }} Γ— {{ newResSummary.nights }} night(s): ${{ (newResSummary.baseSubtotal / 100).toFixed(2) }}
Extra Adults ({{ newResSummary.extraAdultsCount }}) Γ— ${{ (newResSummary.extraAdultRateCents / 100).toFixed(0) }}/nt Γ— {{ newResSummary.nights }} nts: ${{ (newResSummary.extraAdultsSubtotal / 100).toFixed(2) }}
Pets ({{ newResSummary.petsCount }}) Γ— ${{ (newResSummary.petRateCents / 100).toFixed(0) }}/nt Γ— {{ newResSummary.nights }} nts: ${{ (newResSummary.petsSubtotal / 100).toFixed(2) }}
Hotel & Lodging Tax (6.8%): ${{ (newResSummary.tax / 100).toFixed(2) }}
Total Amount: ${{ (newResSummary.total / 100).toFixed(2) }}

Reservation Details

{{ formatCabinId(detailsForm.cabinId) }}
Stay Details {{ detailsStayNights }} nights @ ${{ (detailsCabinRate / 100).toFixed(0) }}/night
${{ detailsForm.extraAdultFee }}/nt
guests @
$ /nt
Nightly fee for guests age 6 and over
${{ detailsForm.petFee }}/nt
pets @
$ /nt
Nightly fee for pets in designated units
Billing & Payments
Total Billed
${{ (detailsForm.totalAmount / 100).toFixed(2) }}
incl. 6.8% tax
Total Paid
${{ (selectedBooking?.paid_amount / 100 || 0).toFixed(2) }}
recorded
Balance Due
${{ (detailsBalanceDue / 100).toFixed(2) }}
{{ detailsBalanceDue > 0 ? 'Pending' : 'Paid in Full' }}
Record New Payment
Payment History:
${{ (p.amount / 100).toFixed(2) }} {{ p.method }} ({{ p.note }})
{{ p.created_at ? p.created_at.slice(0, 10) : '' }}
Guest Information