mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-25 07:45:47 +00:00
feat(FE-361): Add Laporan report menu with logistic submenu
This commit is contained in:
@@ -58,6 +58,19 @@ export const MAIN_DRAWER_LINKS: MAIN_DRAWER_MENU[] = [
|
|||||||
icon: 'uil:wallet',
|
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',
|
title: 'Persediaan',
|
||||||
link: '/inventory',
|
link: '/inventory',
|
||||||
|
|||||||
Reference in New Issue
Block a user