From 00fe668ab79d443edf5ef57f15d338cf4cc57a9f Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 24 Jun 2021 22:58:11 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index cec2d952..9de75f9c 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -1269,7 +1269,19 @@ Build 111 will not check pre-existing or ones where a match can't be made due to null tech, start or stop date implemented as a server validation check so if there is a conflict will balk and return a validation error that will appear under both the scheduled user start and stop date saying "Schedule conflict" +- Report designer now limits sample data fetched to maximum 5 records if there are no individual record id's selected (checkmarked in table list) + +- Report designer now has a "Include all descendants of work order item" checkbox that appears in the "properties" tab of the report designer *if* the report is for a descendant of work order item + this causes the data list used for this report to fully populate the work order item and it's descendants for advanced reporting. + Report must be re-loaded from the main table to see the fully populated sample data (or vice-versa if unchecking) + + If not checked then it only includes the descendant record itself, it's immediate workorderitem and the work order header, no other descendants are included + +- WorkOrder main table lists for all workorder descendants implemented + i.e. Workorder list menu now has an "Items" item which takes to workorderitems list which in turn now has a menu item for each child of woitem etc + - Global settings Customer signature widget title, header, footer text fields added and implemented + - Signatures on work order implemented Here is how to print them on report: =-=-=-=-=-=-