StealThis .dev

Hotel PMS — Check-in Flow

Three-step check-in wizard: lookup the reservation, verify guest identity and assign room/keys, settle deposit and print the folio.

Lab에서 열기
html css vanilla-js
Targets: JS HTML

Code

Check-in Flow

The wizard a receptionist runs every time a guest walks up. Step 1 — Lookup: search by name, confirmation code or last 4 of card; results render as cards with status. Step 2 — Verify & Assign: confirm guest details (ID, signature pad placeholder), pick the room from compatible options, issue digital + physical keys. Step 3 — Folio & Welcome: review charges, capture deposit (card / cash / authorize), print welcome packet.

A persistent progress strip up top tracks the step; the right rail summarises the reservation and updates as info is captured. Vanilla JS — no framework.