Add visitor self-checkout on the kiosk.
Deploy Ladill Frontdesk / deploy (push) Successful in 46s

Let guests check out by badge code or QR scan before leaving, with device and staff kiosk API routes.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-06-29 09:07:39 +00:00
co-authored by Cursor
parent fedc1b2763
commit 0c092b7711
8 changed files with 505 additions and 3 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ class DeviceService
{
return match ($type) {
'badge_printer' => ['driver' => config('frontdesk.printers.default_driver', 'pdf')],
'kiosk' => ['mode' => 'self_service', 'allow_checkout' => false],
'kiosk' => ['mode' => 'self_service', 'allow_checkout' => true],
default => [],
};
}