Add employee presence with kiosk sign-in, QR badges, and mobile step-out.
Deploy Ladill Frontdesk / deploy (push) Failing after 26s

Enables staff roster, PIN/code kiosk flow, attendance reports, evacuation staff roll call, webhooks, branch mismatch warnings, and a linked-user My presence portal.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-06-28 21:11:18 +00:00
co-authored by Cursor
parent 905d7268e4
commit 890c2c71e3
40 changed files with 2613 additions and 53 deletions
+1
View File
@@ -11,4 +11,5 @@ Artisan::command('inspire', function () {
Schedule::command('frontdesk:mark-overdue-visits')->everyFiveMinutes();
Schedule::command('frontdesk:mark-expired-badges')->everyFifteenMinutes();
Schedule::command('frontdesk:mark-devices-offline')->everyFiveMinutes();
Schedule::command('frontdesk:employee-return-alerts')->everyFiveMinutes();
Schedule::command('frontdesk:send-daily-reports')->dailyAt('07:00');