Fixed
Details
Assignee
Jason KlingerJason KlingerReporter
Former userFormer user(Deactivated)Story Points
1Fix versions
Times Requested
1Documentation Required
CompletedTime tracking
1d loggedSprint
NonePriority
Minor
Details
Details
Assignee
Jason Klinger
Jason KlingerReporter
Former user
Former user(Deactivated)Story Points
1
Fix versions
Times Requested
1
Documentation Required
Completed
Time tracking
1d logged
Sprint
None
Priority
Better PDF Exporter
Better PDF Exporter
Better PDF Exporter
Created October 11, 2019 at 6:52 PM
Updated August 12, 2022 at 6:48 PM
Resolved December 19, 2019 at 8:59 PM
District reported that unable to modify payment due date in AP Invoice on invoice with 2 cancelled items and 1 partial status item. Requested ability to modify Payment due date in this situation. USASR-402 indicates intention to implement rules to match classic - Payment due date cannot be changed if all items on the invoice are cancelled.
To Do: Update InvoicePOItem.getRemainingInvoiceable() to retrieve the existingAmount from the InvoiceRepository for this invoicePOItem and add it back the invoiceItem.amount. If it doesn't exist (it's a new item) return zero.
The current call to the repository is now obsolete.