Add in-app Ladill Queue integration for service queue consoles.
Deploy Ladill Frontdesk / deploy (push) Successful in 46s

Settings toggle provisions Queue org via API; reception can call tickets from Frontdesk.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-06-29 21:51:23 +00:00
co-authored by Cursor
parent 8e45bc1cfb
commit a715faf511
12 changed files with 372 additions and 1 deletions
@@ -114,6 +114,14 @@
@checked(old('employee_kiosk_enabled', $settings['employee_kiosk_enabled'] ?? true))>
Enable employee sign-in on kiosk (code + PIN)
</label>
<div class="rounded-xl border border-slate-200 p-4">
<h2 class="text-sm font-semibold text-slate-900">Ladill Queue</h2>
<p class="mt-1 text-xs text-slate-500">Manage service queues and counters in Frontdesk. You must also enable Frontdesk integration in Ladill Queue settings.</p>
<label class="mt-3 flex items-center gap-2 text-sm">
<input type="checkbox" name="queue_integration_enabled" value="1" @checked(data_get($settings, 'queue_integration_enabled'))>
Enable Ladill Queue integration
</label>
</div>
<div>
<p class="text-sm font-medium text-slate-700">Notification channels</p>
<p class="mt-1 text-xs text-slate-500">Alerts go to each host's email and/or phone no Ladill account required.</p>