feat: add admin transaction create/update with auto payment status sync
Allow admins to edit transaction amount and status, recalculate payment totals, and mark invoices fully paid when paid transactions cover the payable amount.
This commit is contained in:
@@ -54,6 +54,11 @@
|
||||
"en": "Payment record not found.",
|
||||
"fa": "سابقه پرداخت یافت نشد."
|
||||
},
|
||||
"TRANSACTION_NOT_FOUND": {
|
||||
"statusCode": 404,
|
||||
"en": "Transaction not found.",
|
||||
"fa": "تراکنش یافت نشد."
|
||||
},
|
||||
"ROLE_NOT_FOUND": {
|
||||
"statusCode": 404,
|
||||
"en": "Role not found.",
|
||||
|
||||
Reference in New Issue
Block a user