This commit is contained in:
2021-06-17 20:13:27 +00:00
parent 8228a82f05
commit dacd5beb40
2 changed files with 3 additions and 2 deletions

View File

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

View File

@@ -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;
//************************************************************
//**************************************************************
//**************************************************************