Beispiel
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
- Datum von/bis Auswahl (
DateFromUntilInput) (backed by DayFromUntil time plan when configured) - Optional resource pick (Manuelle Platzauswahl (
ManualSelectPlanElements) / quotas) - Nächte-Position hinzufügen (
AddNightsToOrder) and/or Position hinzufügen (AddPositionToOrder) - Eingabeformular (
RequireInput) contact - Online-Direktzahlung (
PayNow) - Reservierung erstellen (
SyncReservationEntry) → Bestellung erstellen (SyncOrderEntry) → Rechnung erstellen (SyncInvoiceEntry) - Gast via E-Mail informieren (
InformGuestViaEmail) → Betreiber informieren (InformOperator)
Builds on: booking-with-payment.
Related how-to: save-to-today.