mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-25 07:45:47 +00:00
chore(FE-140): add Produksi and Transfer ke Laying menu
This commit is contained in:
+15
-2
@@ -12,6 +12,19 @@ export const MAIN_DRAWER_LINKS: MAIN_DRAWER_MENU[] = [
|
|||||||
icon: 'gg:chart',
|
icon: 'gg:chart',
|
||||||
},
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
title: 'Produksi',
|
||||||
|
link: '/production',
|
||||||
|
icon: 'ix:machine-a',
|
||||||
|
submenu: [
|
||||||
|
{
|
||||||
|
title: 'Transfer ke Laying',
|
||||||
|
link: '/production/transfer-to-laying',
|
||||||
|
icon: 'streamline:transfer-van',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
title: 'Master Data',
|
title: 'Master Data',
|
||||||
link: '/master-data',
|
link: '/master-data',
|
||||||
@@ -88,8 +101,8 @@ export const MAIN_DRAWER_LINKS: MAIN_DRAWER_MENU[] = [
|
|||||||
title: 'Penyesuaian Persediaan',
|
title: 'Penyesuaian Persediaan',
|
||||||
link: '/inventory/adjustment',
|
link: '/inventory/adjustment',
|
||||||
icon: 'material-symbols:box-edit-outline-rounded',
|
icon: 'material-symbols:box-edit-outline-rounded',
|
||||||
}
|
},
|
||||||
]
|
],
|
||||||
},
|
},
|
||||||
] as const;
|
] as const;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user