chore(FE-140): add Produksi and Transfer ke Laying menu

This commit is contained in:
ValdiANS
2025-10-20 10:14:22 +07:00
parent 406cfad31a
commit a088189ed1
+15 -2
View File
@@ -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;