From d7384752a099288c93c93b2766ffa873404a58a0 Mon Sep 17 00:00:00 2001 From: rstubryan Date: Tue, 9 Dec 2025 14:11:15 +0700 Subject: [PATCH] feat(FE-361): Add Laporan report menu with logistic submenu --- src/config/constant.ts | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/config/constant.ts b/src/config/constant.ts index dc36025b..5b4939bc 100644 --- a/src/config/constant.ts +++ b/src/config/constant.ts @@ -58,6 +58,19 @@ export const MAIN_DRAWER_LINKS: MAIN_DRAWER_MENU[] = [ icon: 'uil:wallet', }, + { + title: 'Laporan', + link: '/report', + icon: 'mdi:chart-box-outline', + submenu: [ + { + title: 'Logistik & Persediaan', + link: '/report/logistic-stock', + icon: 'mdi:warehouse', + }, + ], + }, + { title: 'Persediaan', link: '/inventory',