From dacd5beb40d91e08b094f3e2cde28dec46cebd81 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 17 Jun 2021 20:13:27 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 3 ++- ayanova/src/main.js | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 6c2e8ea1..4f83a57d 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -1245,7 +1245,8 @@ build 110 changes to allow testing inventory properly and part requests etc - workorder cleanup and layout changes - now showing table for each item even if single row so that all viz and other calculated fields are always available to view + Work order list now has all header fields available + now showing table for each workorderitem* section even if single row so that all viz and other calculated fields are always available to view Hides "grandchild" sections not used until at least one is added which now matches original design idea for workorder of adding only what you need to keep it clean (sections initially added via workorder items 3 dot menu) data transfer efficiency changes to cut down on amount of data sent both ways over the network diff --git a/ayanova/src/main.js b/ayanova/src/main.js index b45201eb..3fd373bf 100644 --- a/ayanova/src/main.js +++ b/ayanova/src/main.js @@ -68,7 +68,7 @@ import chartBarHorizontalControl from "./components/chart-bar-horizontal-control //DEVELOPMENT MODE //THIS SHOULD BE FALSE IN RELEASE //************************************************************ -const DEV_MODE = true; +const DEV_MODE = false; //************************************************************ //************************************************************** //**************************************************************