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
- Fecha desde/hasta la selección (
DateFromUntilInput) (backed by DayFromUntil time plan when configured) - Optional resource pick (Selección manual de asientos (
ManualSelectPlanElements) / quotas) - Agregar posición de noches (
AddNightsToOrder) and/or Agregar posición (AddPositionToOrder) - Formulario de entrada (
RequireInput) contact - Pago directo en línea (
PayNow) - Crear una reserva (
SyncReservationEntry) → Crear un pedido (SyncOrderEntry) → Crear una factura (SyncInvoiceEntry) - Informar a los huéspedes por correo electrónico (
InformGuestViaEmail) → Informar a los operadores (InformOperator)
Builds on: booking-with-payment.
Related how-to: save-to-today.