Complete guide to blocking full days or specific hours when fully booked or vehicle unavailable
Use these credentials to access the admin panel:
Email: admin@ashtransfer.com
Password: Global2026@
Problem: "Car breaks down at 2pm. Need to cancel all afternoon bookings."
Problem: "Car service scheduled for 3 hours tomorrow morning."
Problem: "Taking vacation for 7 days next month."
Problem: "Valentine's Day evening slots already filled."
blocked_dates
├── id (PRIMARY KEY)
├── blocked_date (DATE)
├── reason (TEXT)
├── start_time (TEXT, nullable) -- HH:MM format
├── end_time (TEXT, nullable) -- HH:MM format
├── created_by (INTEGER)
└── created_at (TIMESTAMP)
Note: NULL start_time/end_time = Full day block
Non-NULL values = Specific time slot
Ready to get started?
🎯 Open Blocked Dates Manager