Merge branch 'development' into feat/FE/US-163/TASK-188-193-198-slicing-expense-request-form

This commit is contained in:
ValdiANS
2025-11-13 14:20:28 +07:00
22 changed files with 1284 additions and 1390 deletions
+11
View File
@@ -10,3 +10,14 @@ export const PROJECT_FLOCK_APPROVAL_LINE: ApprovalLine = [
step_name: 'Aktif',
},
] as const;
export const TRANSFER_TO_LAYING_APPROVAL_LINE: ApprovalLine = [
{
step_number: 1,
step_name: 'Pengajuan',
},
{
step_number: 2,
step_name: 'Disetujui',
},
] as const;