Details
-
Story
-
Status: Closed (View Workflow)
-
P3
-
Resolution: Done
-
None
-
None
-
ACQ Sprint 118
-
1
-
Thunderjet
Description
Purpose/Overview:
In order to support invoice cancel operation we back-end need to update schemas of voucher and transaction.
Requirements/Scope:
- Transaction should be able to mark as "Voided"
- Voucher can be cancelled
Approach:
1. Add new boolean field into mod-finance/schemas/transaction.json
"invoiceCancelled": { "description": "Indicates that related invoice was cancelled", "type": "boolean", "default": false },
2. Add new status "Cancelled" for voucher into mod-invoice-storage/schemas/voucher.json
"status": { "description": "Status of the voucher", "type": "string", "enum": [ "Awaiting payment", "Paid", "Cancelled" ] },
Acceptance criteria:
- Schema updated
- Sub-modules updated
TestRail: Results
Attachments
Issue Links
- defines
-
UXPROD-3061 Thunderjet - R3 Enhancements/Bugfixes
-
- Closed
-
- has to be done before
-
MODINVOICE-270 Cancel invoice : create logic to support invoice cancel operation
-
- Closed
-
-
UIF-316 Display transactions as Voided for canceled invoices
-
- Closed
-
-
UINV-175 Add cancel invoice option to action menu
-
- Closed
-
- relates to
-
UINV-310 Hide cancel invoice button
-
- Closed
-