payment request

This commit is contained in:
Rizki
2026-01-29 15:15:48 +07:00
parent 4687c7154c
commit 5eb3460ab5
3 changed files with 224 additions and 0 deletions

View File

@ -68,4 +68,11 @@ export enum ProcurementPOStatus {
APPROVED = "APPROVED",
REJECTED = "REJECTED",
PENDING = "PENDING",
}
export enum ProcurementPRCStatus {
DRAFT = "DRAFT",
APPROVED = "APPROVED",
REJECTED = "REJECTED",
RECEIVED = "RECEIVED",
}