Send Payment

This commit is contained in:
efrilm
2025-09-13 12:30:24 +07:00
parent fab31f1540
commit 7384b38df5
4 changed files with 132 additions and 227 deletions
+6
View File
@@ -118,3 +118,9 @@ export interface PurchaseOrderFormItem {
amount: number
total: number // calculated field for UI
}
export interface SendPaymentPurchaseOrderRequest {
reference?: string
status?: 'received'
attachment_file_ids?: string[] // uuid.UUID[]
}