Fixed
Details
Assignee
Robin FronkRobin FronkReporter
Robin FronkRobin FronkStory Points
2Fix versions
Documentation Required
CompletedTime tracking
4h loggedSprint
NonePriority
Major
Details
Details
Assignee
Robin Fronk
Robin FronkReporter
Robin Fronk
Robin FronkStory Points
2
Fix versions
Documentation Required
Completed
Time tracking
4h logged
Sprint
None
Priority
Better PDF Exporter
Better PDF Exporter
Better PDF Exporter
Created September 30, 2019 at 6:23 PM
Updated December 19, 2019 at 4:45 PM
Resolved December 19, 2019 at 4:45 PM
User would like the AP Invoice grid sorted by default as is with the other transaction grids.
Improve sorting of Invoice grid by defining a default sort on the Invoice. The grid is currently being sorted when the grid is created via UI code and will not apply if the user does not have the date and/or PO # in the grid.
LegacyInvoice has a formula for purchaseOrderNumber while the super class Source has a getter: getPurchaseOrderNumber(). QueryBuilder is getting the property as just "purchaseOrderNumber", not the expected "source.purchaseOrderNumber" when setting the defaultSort to ["date=DESC","source.purchaseOrderNumber=DESC"]. The property descriptor for purchaseOrderNumber is a VUIMethodPropertyDescriptor, which is to be expected due to the getter on Source.
Research and fix.