Merge branch 'development' of https://gitlab.com/mbugroup/lti-web-client into feat/FE/US-34/stock-adjustment

This commit is contained in:
randy-ar
2025-10-11 13:18:15 +07:00
30 changed files with 2306 additions and 36 deletions
+22
View File
@@ -127,6 +127,28 @@ export const WAREHOUSE_TYPE_OPTIONS = [
},
];
export const TYPE_OPTIONS = [
{
label: 'INDIVIDUAL',
value: 'INDIVIDUAL',
},
{
label: 'BISNIS',
value: 'BISNIS',
},
];
export const CATEGORY_OPTIONS = [
{
label: 'BOP',
value: 'BOP',
},
{
label: 'SAPRONAK',
value: 'SAPRONAK',
},
];
export const PRODUCT_FLAG_OPTIONS = [
{ label: 'DOC', value: 'DOC' },
{ label: 'PAKAN', value: 'PAKAN' },