feat(FE-361): Add Laporan report menu with logistic submenu

This commit is contained in:
rstubryan
2025-12-09 14:11:15 +07:00
parent 32ffc1f14c
commit d7384752a0
+13
View File
@@ -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',