This commit is contained in:
2021-06-24 22:58:11 +00:00
parent ef48bd2685
commit 00fe668ab7

View File

@@ -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:
=-=-=-=-=-=-