This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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;
|
||||
//************************************************************
|
||||
//**************************************************************
|
||||
//**************************************************************
|
||||
|
||||
Reference in New Issue
Block a user