Example
Complete procedure: overnight stays: date range, nights on the order, pay, persist.
Goal: Sell lodging by check-in / check-out without a classic same-day slot grid.
Typical step order
- Date from/until selection (
DateFromUntilInput) (backed by DayFromUntil time plan when configured) - Optional resource pick (Manual seat selection (
ManualSelectPlanElements) / quotas) - Add Nights Position (
AddNightsToOrder) and/or Add Position (AddPositionToOrder) - Input form (
RequireInput) contact - Online direct payment (
PayNow) - Create a reservation (
SyncReservationEntry) → Create an order (SyncOrderEntry) → Create an invoice (SyncInvoiceEntry) - Inform guests via email (
InformGuestViaEmail) → Inform operators (InformOperator)
Builds on: booking-with-payment.
Related how-to: save-to-today.