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 de/jusqu’à la sélection (
DateFromUntilInput) (backed by DayFromUntil time plan when configured) - Optional resource pick (Sélection manuelle des sièges (
ManualSelectPlanElements) / quotas) - Ajouter position de nuits (
AddNightsToOrder) and/or Ajouter une position (AddPositionToOrder) - Formulaire de saisie (
RequireInput) contact - Paiement direct en ligne (
PayNow) - Créer une réservation (
SyncReservationEntry) → Créer une commande (SyncOrderEntry) → Créer une facture (SyncInvoiceEntry) - Informez les clients par e-mail (
InformGuestViaEmail) → Informer les opérateurs (InformOperator)
Builds on: booking-with-payment.
Related how-to: save-to-today.