Skip to main content

Reservations

Manage all hotel bookings and reservations

Recent Reservations

Guest Room Check-in Check-out Status
John Smith Deluxe Suite 201 Dec 15, 2024 Dec 18, 2024 Confirmed
Emma Johnson Executive Room 305 Dec 16, 2024 Dec 20, 2024 Pending
Michael Chen Standard Room 108 Dec 17, 2024 Dec 19, 2024 Confirmed

Quick Stats

Total Reservations 247
Check-ins Today 12
Check-outs Today 8
Hotel reception desk

Reception Overview

Modern hotel reception area with professional staff ready to assist guests

New Booking

Modern living area

Luxury Lounge

Premium guest waiting area with modern amenities

Modern hotel lobby

Elegant Reception

Sophisticated welcome area for distinguished guests

Guests

Manage guest profiles and preferences

Guest Directory

Guest Contact Visits Status Actions
Guest
Sarah Williams
VIP Member
sarah.w@email.com 15 Active
Guest
David Miller
Regular
david.m@email.com 7 Active
Guest
Lisa Anderson
Premium
lisa.a@email.com 23 Pending

Guest Stats

Total Guests 1,247
VIP Members 89
New This Month 43
Hotel lobby seating

Comfortable Seating

Relaxing lobby area for guest arrivals

Hotel Sinabung Hills

Premium Lobby

Welcome area with modern design

Modern hotel lobby

Luxury Entrance

Sophisticated arrival experience

Rooms

Manage hotel rooms and availability

Room Overview

Room Type Price Status Clean
101 Standard 50 Available Clean
201 Deluxe Suite $350 Occupied Clean
305 Executive $250 Maintenance Dirty
408 Standard 50 Available Clean

Availability

Total Rooms 120
Available 78
Occupied 35
Maintenance 7
Luxury suite building

Suite N55

Exclusive luxury suite with premium amenities

Bora Bora luxury hotel

Ocean View

Breathtaking views with world-class service

Bora Bora luxury resort

Island Paradise

Ultimate luxury in tropical paradise

Staff

Manage hotel employees and schedules

Staff Directory

Employee Role Department Status Actions
Staff
Emma Davis
Front Desk Manager
Manager Reception On Duty
Staff
James Wilson
Housekeeping Supervisor
Supervisor Housekeeping On Break
Staff
Sophia Martinez
Concierge
Concierge Guest Services On Duty

Staff Overview

Total Staff 85
On Duty 42
On Break 12
Off Duty 31
Hotel staff uniform

Professional Uniforms

Elegant staff attire for distinguished service

Hotel staff member

Front Desk Team

Professional guest service representatives

Hotel staff service

Housekeeping Team

Dedicated hospitality professionals

Reports

Analytics and performance insights

Revenue Overview

Key Metrics

Occupancy Rate 78%
Daily Revenue 2,450
Average Rate 95

Monthly Bookings

Guest Satisfaction

Hotel analytics

Street Analytics

Real-time performance tracking

Hotel Yellowstone at night

Night Operations

24/7 reporting capabilities

Hotel signage

Performance Metrics

Comprehensive data visualization

+ value.toLocaleString(); } } } } } }); const bookingsCtx = document.getElementById('bookingsChart').getContext('2d'); const bookingsChart = new Chart(bookingsCtx, { type: 'bar', data: { labels: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun'], datasets: [{ label: 'Bookings', data: [45, 52, 61, 48, 72, 85], backgroundColor: 'rgba(34, 197, 94, 0.8)', borderColor: 'rgb(34, 197, 94)', borderWidth: 1 }] }, options: { responsive: true, maintainAspectRatio: false, plugins: { legend: { display: false } }, scales: { y: { beginAtZero: true } } } }); const satisfactionCtx = document.getElementById('satisfactionChart').getContext('2d'); const satisfactionChart = new Chart(satisfactionCtx, { type: 'doughnut', data: { labels: ['Excellent', 'Good', 'Average', 'Poor'], datasets: [{ data: [65, 25, 8, 2], backgroundColor: [ 'rgb(34, 197, 94)', 'rgb(59, 130, 246)', 'rgb(251, 191, 36)', 'rgb(239, 68, 68)' ] }] }, options: { responsive: true, maintainAspectRatio: false, plugins: { legend: { position: 'bottom' } } } });