Strip healthcare packaging and Care integration from Queue.
Deploy Ladill Queue / deploy (push) Successful in 3m12s
Deploy Ladill Queue / deploy (push) Successful in 3m12s
Queue is general-purpose QMS only; Care runs its own native engine. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -100,7 +100,7 @@
|
||||
<li>Advanced routing rules</li>
|
||||
<li>Unlimited kiosks & displays</li>
|
||||
<li>Ladill-provided queue kiosk, display and audio system</li>
|
||||
<li>Care & Frontdesk API</li>
|
||||
<li>Frontdesk & POS API</li>
|
||||
<li>Reports & exports</li>
|
||||
</ul>
|
||||
<div class="mt-6">
|
||||
|
||||
@@ -132,12 +132,8 @@
|
||||
</x-settings.card>
|
||||
@endif
|
||||
|
||||
<x-settings.card title="Integrations" description="Allow Ladill Care and Frontdesk to manage queues in-app via the Queue API. Both apps must also enable integration in their settings.">
|
||||
<x-settings.card title="Integrations" description="Allow Ladill Frontdesk to manage queues in-app via the Queue API. Frontdesk must also enable integration in its settings.">
|
||||
<div class="space-y-2">
|
||||
<label class="flex items-center gap-2 text-sm">
|
||||
<input type="checkbox" name="care_integration_enabled" value="1" @checked(data_get($organization->settings, 'integrations.care_enabled')) @disabled(! $canManage)>
|
||||
Ladill Care can manage queues
|
||||
</label>
|
||||
<label class="flex items-center gap-2 text-sm">
|
||||
<input type="checkbox" name="frontdesk_integration_enabled" value="1" @checked(data_get($organization->settings, 'integrations.frontdesk_enabled')) @disabled(! $canManage)>
|
||||
Ladill Frontdesk can manage queues
|
||||
|
||||
Reference in New Issue
Block a user