merge: resolve conflict

This commit is contained in:
rstubryan
2025-10-16 10:59:36 +07:00
16 changed files with 1154 additions and 120 deletions
+12
View File
@@ -125,6 +125,18 @@ export const MAIN_DRAWER_LINKS: MAIN_DRAWER_MENU[] = [
},
],
},
{
title: 'Persediaan',
link: '/inventory',
icon: 'material-symbols:box-outline-rounded',
submenu: [
{
title: 'Penyesuaian Persediaan',
link: '/inventory/adjustment',
icon: 'material-symbols:box-edit-outline-rounded',
}
]
},
] as const;
export const ROWS_OPTIONS = [