From c78003fb220473f2afb186b567f1eda29357ba0f Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 9 Jul 2021 22:17:54 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 6466cdf6..33ea686c 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -420,10 +420,6 @@ todo: many biz objects are not using new PUT methodology CURRENTLY DOING: -"WorkOrders" is what is showing translated in the customer / project etc menu, it should not say that, looks like a variable name - change that translation to "Work orders" and change the key to use "Work order list" instead if possible - -todo: add Project to default workorderlist. Also, anything that is a feature to show from somewhere in list should show that thing by default to show it off todo 2: Implement "Show All" feature for related objects @@ -1215,5 +1211,6 @@ BUILD CHANGES OF NOTE BUILD 115 - "WorkOrder" changed to "Work order" in all English translation keys that displayed it -- Customer "Work orders" menu item implemented, is the "Show All" workorders feature from v7 -- Project "Work orders" menu item implemented +- Customer edit form "Work orders" menu item implemented to show all workorders list filtered by customer (is the "Show All" workorders feature from v7) +- Project edit form "Work orders" menu item implemented to show all WorkOrders list filtered by project +- Unit edit form "Work orders" menu item implemented to show all WorkOrderItemUnit list filtered by unit