Add Lab and Blood Bank manager roles with admin UIs.
Deploy Ladill Care / deploy (push) Successful in 46s

Give lab_manager catalog/ops admin access and blood_bank_manager a branch-level stock register plus specialty admin surface, while keeping technicians on clinical queues.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-07-19 14:18:47 +00:00
co-authored by Cursor
parent 64e3f75159
commit 5d9d333170
26 changed files with 869 additions and 17 deletions
@@ -60,7 +60,8 @@ class ServiceQueueController extends Controller
return match ($member?->role) {
'cashier' => 'care.bills.index',
'pharmacist' => 'care.prescriptions.queue',
'lab_technician' => 'care.lab.queue.index',
'lab_technician', 'lab_manager' => 'care.lab.queue.index',
'blood_bank_manager' => 'care.blood-bank.admin.index',
'receptionist', 'nurse' => 'care.appointments.index',
default => 'care.dashboard',
};