Hospitality

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

  1. Date from/until selection (DateFromUntilInput) (backed by DayFromUntil time plan when configured)
  2. Optional resource pick (Manual seat selection (ManualSelectPlanElements) / quotas)
  3. Add Nights Position (AddNightsToOrder) and/or Add Position (AddPositionToOrder)
  4. Input form (RequireInput) contact
  5. Online direct payment (PayNow)
  6. Create a reservation (SyncReservationEntry) → Create an order (SyncOrderEntry) → Create an invoice (SyncInvoiceEntry)
  7. Inform guests via email (InformGuestViaEmail) → Inform operators (InformOperator)

Builds on: booking-with-payment.

Related how-to: save-to-today.