Merge branch 'development' into feat/FE/US-164/TASK-200-204-205-206-207-expense-realization

This commit is contained in:
ValdiANS
2025-11-26 13:44:01 +07:00
49 changed files with 6780 additions and 534 deletions
+23
View File
@@ -93,6 +93,29 @@ export const LAYING_RECORDING_APPROVAL_LINE: ApprovalLine = [
},
] as const;
export const PURCHASE_ORDER_APPROVAL_LINE: ApprovalLine = [
{
step_number: 1,
step_name: 'Pengajuan',
},
{
step_number: 2,
step_name: 'Staff Purchase',
},
{
step_number: 3,
step_name: 'Manager Purchase',
},
{
step_number: 4,
step_name: 'Penerimaan Produk',
},
{
step_number: 5,
step_name: 'Selesai',
},
] as const;
export const EXPENSE_REQUEST_APPROVAL_LINE: ApprovalLine = [
{
step_number: 1,
+12 -6
View File
@@ -41,9 +41,9 @@ export const MAIN_DRAWER_LINKS: MAIN_DRAWER_MENU[] = [
},
{
title: 'Biaya Operasional',
link: '/expense',
icon: 'uil:wallet',
title: 'Pembelian',
link: '/purchase',
icon: 'gg:shopping-cart',
},
{
@@ -52,6 +52,12 @@ export const MAIN_DRAWER_LINKS: MAIN_DRAWER_MENU[] = [
icon: 'mdi:attach-money',
},
{
title: 'Biaya Operasional',
link: '/expense',
icon: 'uil:wallet',
},
{
title: 'Persediaan',
link: '/inventory',
@@ -233,9 +239,9 @@ export const SUPPLIER_FLAG_OPTIONS = [
];
export const RECORDING_FLAG_OPTIONS = [
{ label: 'Ayam Afkir', value: 'Afkir' },
{ label: 'Ayam Culling', value: 'Culling' },
{ label: 'Ayam Mati', value: 'Mati' },
{ label: 'Ayam Afkir', value: 'Ayam Afkir' },
{ label: 'Ayam Culling', value: 'Ayam Culling' },
{ label: 'Ayam Mati', value: 'Ayam Mati' },
];
export const APPROVAL_WORKFLOWS = [