diff --git a/src/config/constant.ts b/src/config/constant.ts index f7f2255e..77e210a2 100644 --- a/src/config/constant.ts +++ b/src/config/constant.ts @@ -127,6 +127,10 @@ export const MAIN_DRAWER_LINKS: SidebarMenuItem[] = [ link: '/report', icon: 'mdi:chart-box-outline', submenu: [ + { + text: 'Keuangan', + link: '/report/finance', + }, { text: 'Logistik & Persediaan', link: '/report/logistic-stock', diff --git a/src/config/route-permission.ts b/src/config/route-permission.ts index ca720f28..10a66f8c 100644 --- a/src/config/route-permission.ts +++ b/src/config/route-permission.ts @@ -117,6 +117,7 @@ export const ROUTE_PERMISSIONS: Record = { '/report/expense/': ['lti.repport.expense.list'], '/report/marketing/': ['lti.repport.delivery.list'], '/report/production-result/': ['lti.repport.production_result.list'], + '/report/finance/': ['lti.repport.finance.list'], // Inventory '/inventory/adjustment/': ['lti.inventory.list'],