feat(FE-33): create suppliers table and forms

This commit is contained in:
randy-ar
2025-10-09 12:27:59 +07:00
parent 21cc01fe68
commit a83452a0e4
17 changed files with 1194 additions and 25 deletions
+12 -1
View File
@@ -108,7 +108,7 @@ export const WAREHOUSE_TYPE_OPTIONS = [
},
];
export const CUSTOMER_TYPE_OPTIONS = [
export const TYPE_OPTIONS = [
{
label: 'INDIVIDUAL',
value: 'INDIVIDUAL',
@@ -118,3 +118,14 @@ export const CUSTOMER_TYPE_OPTIONS = [
value: 'BISNIS',
},
];
export const CATEGORY_OPTIONS = [
{
label: 'BOP',
value: 'BOP',
},
{
label: 'SAPRONAK',
value: 'SAPRONAK',
},
];