From 343c96c72e993b7ef82991afcc7d5aef2d72c8d7 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 24 Jun 2021 23:05:20 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 25 ++----------------------- 1 file changed, 2 insertions(+), 23 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 9de75f9c..611c5044 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -397,27 +397,13 @@ todo: many biz objects are not using new PUT methodology -CURRENTLY DOING: +CURRENTLY DOING: complete all workorderitem descendant lists + -MISC WO ITEMS that came up 3873 3: subtree woitem lists implement - todo: report template / designer / workorderbiz populate code changes - "Include all workorder item descendants" - Add checkbox in report designer that shows *if* it's a workorderitem descendant type - Title checkbox something like "Include all workorder item descendants" - Default is false - Add to model and translations - Server will need to look for this when populating wo reports and if found then will need to do that before returning data - - todo: document in workorder usage that users should enter a single unit only on a workorder item if they want to report other item children against units - e.g. total labor for unit on workorder report etc - - todo: complete all workorderitem descendant lists - - 3891 3: Implement a workable duplication system SEE CASE 3891 for duplicate at client idea @@ -425,17 +411,10 @@ MISC WO ITEMS that came up actually should be quick and easy theoretically since it's a slight variation of the technique used to make new objects and then move to their id with data intact and just setting a few values to 0 or null like concurrency/ id etc - -todo 2: open object handler for workorder descendants **VERY IMPORTANT** - 1) get the id of the workorder and item to open from the server using descendant to wo ID - 2) pass that on to the workorder from - 3) workorder form must open the wo in question then navigate to the descendant in question automatically - todo: how to directly open a workorder quickly when you know the wo number?? should be supported, otherwise you need to scroll around a list to find it which is fucked todo: picking from part assembly to populate a bunch of parts?? - todo: as part of duplication above, REMOVE TEMPLATES ENTIRELY?? If can duplicate this way at client and can easily change customer etc do we even need the wo templates anymore?