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:
+2
-20
@@ -58,14 +58,6 @@ return [
|
||||
| Missing keys fall back to ticket_priorities above.
|
||||
*/
|
||||
'ticket_priorities_by_industry' => [
|
||||
'healthcare' => [
|
||||
'emergency' => 'Emergency',
|
||||
'vip' => 'VIP',
|
||||
'elderly' => 'Elderly',
|
||||
'disabled' => 'Disabled',
|
||||
'appointment' => 'Appointment',
|
||||
'walk_in' => 'Walk-in',
|
||||
],
|
||||
'restaurant' => [
|
||||
'emergency' => 'Rush',
|
||||
'vip' => 'VIP table',
|
||||
@@ -243,7 +235,6 @@ return [
|
||||
|--------------------------------------------------------------------------
|
||||
*/
|
||||
'industry_templates' => [
|
||||
'healthcare' => 'Healthcare',
|
||||
'restaurant' => 'Restaurant',
|
||||
'banking' => 'Banking',
|
||||
'government' => 'Government Office',
|
||||
@@ -264,7 +255,7 @@ return [
|
||||
'round_robin' => 'Round robin',
|
||||
'least_busy' => 'Least busy',
|
||||
'skill_based' => 'Skill based',
|
||||
'doctor_assignment' => 'Doctor assignment',
|
||||
'doctor_assignment' => 'Staff assignment',
|
||||
'manual_assignment' => 'Manual assignment',
|
||||
'priority_assignment' => 'Priority assignment',
|
||||
'appointment_based' => 'Appointment based',
|
||||
@@ -407,14 +398,6 @@ return [
|
||||
| Legacy thin workflow name lists — prefer industry_packages.stages for installs.
|
||||
*/
|
||||
'workflow_templates' => [
|
||||
'healthcare' => [
|
||||
['name' => 'Registration', 'sort_order' => 1],
|
||||
['name' => 'Triage', 'sort_order' => 2],
|
||||
['name' => 'Consultation', 'sort_order' => 3],
|
||||
['name' => 'Laboratory', 'sort_order' => 4],
|
||||
['name' => 'Pharmacy', 'sort_order' => 5],
|
||||
['name' => 'Billing', 'sort_order' => 6],
|
||||
],
|
||||
'banking' => [
|
||||
['name' => 'Reception', 'sort_order' => 1],
|
||||
['name' => 'Teller', 'sort_order' => 2],
|
||||
@@ -438,7 +421,6 @@ return [
|
||||
'service_api_keys' => array_filter([
|
||||
'pos' => env('QUEUE_API_KEY_POS'),
|
||||
'crm' => env('QUEUE_API_KEY_CRM'),
|
||||
'care' => env('QUEUE_API_KEY_CARE'),
|
||||
'frontdesk' => env('QUEUE_API_KEY_FRONTDESK'),
|
||||
]),
|
||||
|
||||
@@ -446,7 +428,7 @@ return [
|
||||
|
||||
'upgrade_banner' => [
|
||||
'title' => 'Unlock Queue Pro or Enterprise',
|
||||
'description' => 'Unlimited branches, advanced routing, Care & Frontdesk integrations — from GHS 2490/branch/mo.',
|
||||
'description' => 'Unlimited branches, advanced routing, Frontdesk & POS integrations — from GHS 2490/branch/mo.',
|
||||
'route' => 'qms.pro.index',
|
||||
],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user