Fix specialty Call next vs WAITING KPI mismatch.
Deploy Ladill Care / deploy (push) Successful in 1m44s
Deploy Ladill Care / deploy (push) Successful in 1m44s
Admins without a desk now scan all specialty service points, KPIs use the same branch as queue ops, and empty Call next flashes explain tickets vs other branches. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -11,6 +11,8 @@
|
||||
<p class="text-sm text-slate-600">
|
||||
@if (($qi['routing_mode'] ?? null) === 'shared_pool')
|
||||
Call next takes the next waiting patient in line for this queue (shared pool).
|
||||
@elseif (! empty($queueCallNextScansAllPoints))
|
||||
Call next picks the next waiting patient across service desks for this specialty at this branch.
|
||||
@else
|
||||
Call next operates on your assigned service point only — tickets routed to other rooms or desks stay there.
|
||||
@endif
|
||||
|
||||
@@ -72,6 +72,7 @@
|
||||
'queueCallNextRoute' => 'care.specialty.call-next',
|
||||
'queueCallNextParams' => ['module' => $moduleKey],
|
||||
'branchId' => $branchId ?? null,
|
||||
'queueCallNextScansAllPoints' => ($practitionerScope ?? null) === null,
|
||||
])
|
||||
|
||||
@if ($workspaceVisit)
|
||||
|
||||
Reference in New Issue
Block a user