Issue, call-next, serve, and complete tickets locally so Care Pro no longer needs QUEUE_API_* when CARE_QUEUE_DRIVER=native (default). Remote Ladill Queue remains available for cutover; PHPUnit keeps the remote driver for existing fakes. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -237,16 +237,16 @@
|
||||
</div>
|
||||
</x-settings.card>
|
||||
|
||||
<x-settings.card title="Integrations" description="Connect Ladill Queue so existing Care lists (patient queue, pharmacy, lab, billing, specialties) issue ticket numbers and support Call next → Serve → Complete. Requires Care Pro or Enterprise — and Care must also be enabled in Queue settings.">
|
||||
<x-settings.card title="Service queues" description="Enable in-app ticket numbers and Call next → Serve → Complete on patient queue, pharmacy, lab, billing, and specialty modules. Requires Care Pro or Enterprise. (Legacy remote Ladill Queue is only used when CARE_QUEUE_DRIVER=remote.)">
|
||||
@if (! empty($canUseQueueIntegration))
|
||||
<label class="flex items-center gap-2 text-sm">
|
||||
<input type="checkbox" name="queue_integration_enabled" value="1" @checked(data_get($organization->settings, 'queue_integration_enabled'))>
|
||||
Enable Ladill Queue integration
|
||||
Enable service queues
|
||||
</label>
|
||||
@else
|
||||
<div class="rounded-xl border border-amber-100 bg-amber-50 px-4 py-3 text-sm text-amber-900">
|
||||
<p class="font-medium">Queue integration is a Pro feature</p>
|
||||
<p class="mt-1 text-amber-800">Free includes core patient records, appointments & consults, and basic workflows. Upgrade to connect service queues and counters.</p>
|
||||
<p class="font-medium">Service queues are a Pro feature</p>
|
||||
<p class="mt-1 text-amber-800">Free includes core patient records, appointments & consults, and basic workflows. Upgrade for ticket numbers and call-next on clinical lines.</p>
|
||||
<a href="{{ route('care.pro.index') }}" class="mt-3 inline-flex text-sm font-semibold text-indigo-700 hover:text-indigo-900">View Care Pro plans →</a>
|
||||
</div>
|
||||
<input type="hidden" name="queue_integration_enabled" value="0">
|
||||
|
||||
Reference in New Issue
Block a user