One tap records a walk-in
How a front-desk guest becomes a booking, a paid bill and an occupied room in a single atomic call.
- 1Staff open the quick-transaction on the dashboard or the mobile app and enter the guest and amount
- 2The API creates or reuses the guest, checks the room isn't already occupied for the dates, and opens a booking
- 3A billing record is created and marked paid, with totals computed server-side
- 4The room is flipped to occupied and the whole change is committed atomically — one call, no half-states
- 5The action is written to the audit log, which fires an FCM push to the rest of the team



