Fixed
Details
Assignee
Jason KlingerJason KlingerReporter
Robin FronkRobin FronkStory Points
1Fix versions
Time tracking
1d 6h loggedSprint
NonePriority
Major
Details
Details
Assignee
Jason Klinger
Jason KlingerReporter
Robin Fronk
Robin FronkStory Points
1
Fix versions
Time tracking
1d 6h logged
Sprint
None
Priority
Better PDF Exporter
Better PDF Exporter
Better PDF Exporter
Created August 15, 2019 at 2:13 PM
Updated September 12, 2019 at 6:17 PM
Resolved September 12, 2019 at 6:17 PM
InvoicePOItem.inventoryFlag is not being set properly when using the Vaadin AP Invoice UI.
EISClassicConfiguration has a reference to a filters object (based on the EIS_Option) and contains the threshold amount. The InvoicePOItem inventoryFlag needs to be automatically set to True if the account matches the filters and the amount is at or above the threshold. The logic used to set the value in the Legacy AP Invoice UI can be found in the InvoiceHelper (USAS-app).
This will likely need to be accomplished in a value change on the amount field. We will also want to remove the logic currently found in the InvoicePOItem create method that is attempting to set the value with incorrect criteria.