feat/FE/US-34/TASK-54-51-slicing-ui-client-side-validation-stock-adjustment

This commit is contained in:
randy-ar
2025-10-11 02:03:10 +07:00
parent 94a5ce5604
commit aa7b6581d9
12 changed files with 1094 additions and 0 deletions
+12
View File
@@ -79,6 +79,18 @@ export const MAIN_DRAWER_LINKS: MAIN_DRAWER_MENU[] = [
},
],
},
{
title: 'Persediaan',
link: '/inventory',
icon: 'material-symbols:box-outline-rounded',
submenu: [
{
title: 'Penyesuaian Stok',
link: '/inventory/adjustment',
icon: 'material-symbols:box-edit-outline-rounded',
}
]
},
] as const;
export const ROWS_OPTIONS = [