diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index f91783d9..4911451f 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -865,4 +865,9 @@ BUILD 134 CHANGES OF NOTE - Report editor manual page updated to reflect changes, switched things around to make it more orderly and rewrote several sections to clean up and simplify, ensured proper code formatting is used in sample code - Added "ayGroupByKey" function to the default available functions so my sample you can remove the "groupByKey" function entirely and just call ayGroupByKey instead as it's built in also documented it in the report designer help page +- Customer and Unit data lists + Fixed performance issue with last workorder stuff + Fixed bug in Unit where it was checking the Unit against the workorderitemunit.ID field instead of the workorderitemunit.UNITID field resulting in random and completely wrong workorders (customer one was ok for this) + changed both lists to pick the "latest" workorder to be the one with the newest "servicedate" field rather than by the most recently created workorder as it's possible a service date order doesn't match workorder created order + changed both lists to no longer filter the latest workorder by "Completed" status but rather just the latest regardless of status