From 18e682461109bb97dce3ce7eb8a98a88732f051d Mon Sep 17 00:00:00 2001 From: Abizrh Date: Tue, 23 Sep 2025 19:40:19 +0700 Subject: [PATCH] =?UTF-8?q?=E2=9A=A1=20enhance=20(lib):=20adjust=20libs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/lib/page-permission.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/app/lib/page-permission.ts b/app/lib/page-permission.ts index 3d06cfdc..95673f20 100644 --- a/app/lib/page-permission.ts +++ b/app/lib/page-permission.ts @@ -25,4 +25,12 @@ export const PAGE_PERMISSIONS = { billing: ['R'], management: ['R'], }, + '/rehab/encounter': { + doctor: ['C', 'R', 'U', 'D'], + nurse: ['R'], + admisi: ['R'], + pharmacy: ['R'], + billing: ['R'], + management: ['R'], + }, } as const satisfies Record