upd
This commit is contained in:
@ -12,5 +12,6 @@ export * from "../entity/finance/finance_plan_items";
|
||||
export * from "../entity/finance/finance_purchase_requests";
|
||||
export * from "../entity/finance/finance_purchase_request_items";
|
||||
export * from "../entity/finance/finance_cpvs";
|
||||
export * from "../entity/finance/finance_payment_orders";
|
||||
|
||||
export * from "../types/finance";
|
||||
|
||||
@ -41,3 +41,10 @@ export enum FinanceCpvStatusType {
|
||||
paid = "paid",
|
||||
reject = "reject",
|
||||
}
|
||||
|
||||
export enum FinancePaymentOrderStatusType {
|
||||
draft = "draft",
|
||||
pending_approve = "pending_approve",
|
||||
approve = "approve",
|
||||
reject = "reject",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user