Erstellung

Komponente

Save what was ordered (positions from Position hinzufügen (AddPositionToOrder) or Von Menü bestellen (OrderFromMenu)) as a lasting order linked to the booking.

Why it matters: Prices and line items stay in procedure memory until synced. Staff reports, reorders, and invoices need this saved order.

When to use: Whenever guests buy something — including menu-only checkouts with little or no reservation.

Typical place in the funnel: After Online-Direktzahlung (PayNow), often before Rechnung erstellen (SyncInvoiceEntry).

Without it: Payment may succeed, but the order is not a durable back-office record.

See Rechnung erstellen (SyncInvoiceEntry) and pattern booking-menu-checkout.