This commit is contained in:
@@ -422,17 +422,6 @@ todo: many biz objects are not using new PUT methodology
|
|||||||
|
|
||||||
CURRENTLY DOING:
|
CURRENTLY DOING:
|
||||||
|
|
||||||
|
|
||||||
todo 2-3: cases 3501 / 3867 both - bulk add units by tag
|
|
||||||
Do this as a separate popup dialog accessible from woitemunits list menu
|
|
||||||
It will do a search by tag for units and create a woitemunit record for each one found
|
|
||||||
ideally in some kind of order so it's easy to find them and remove any they don't want
|
|
||||||
also it should have a sane limit of some kind so 10,000 units aren't added accidentally to a workorder
|
|
||||||
Do at client so user can just not save if they fuck it up
|
|
||||||
copy serials stuff for this at client end
|
|
||||||
Select List should show Customer name -> Unit name / number etc sorted in that order
|
|
||||||
|
|
||||||
|
|
||||||
TODO 2 (all 2's): V7 features on wo I haven't coded yet
|
TODO 2 (all 2's): V7 features on wo I haven't coded yet
|
||||||
|
|
||||||
|
|
||||||
@@ -1249,6 +1238,7 @@ BUILD CHANGES OF NOTE
|
|||||||
BUILD 113
|
BUILD 113
|
||||||
|
|
||||||
- WorkorderItemUnits "Add multiple Units" feature implemented. Accessible from context menu in woitemunits list header in workorder
|
- WorkorderItemUnits "Add multiple Units" feature implemented. Accessible from context menu in woitemunits list header in workorder
|
||||||
|
This is a good "sneak peek" feature, particularly Scott at 4alarm would be *very* interested to see this
|
||||||
- Fixed regression with workorderitem descendant report data include all children where it was not populating the woitem properly
|
- Fixed regression with workorderitem descendant report data include all children where it was not populating the woitem properly
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -68,7 +68,7 @@ import chartBarHorizontalControl from "./components/chart-bar-horizontal-control
|
|||||||
//DEVELOPMENT MODE
|
//DEVELOPMENT MODE
|
||||||
//THIS SHOULD BE FALSE IN RELEASE
|
//THIS SHOULD BE FALSE IN RELEASE
|
||||||
//************************************************************
|
//************************************************************
|
||||||
const DEV_MODE = true;
|
const DEV_MODE = false;
|
||||||
//************************************************************
|
//************************************************************
|
||||||
//**************************************************************
|
//**************************************************************
|
||||||
//**************************************************************
|
//**************************************************************
|
||||||
|
|||||||
Reference in New Issue
Block a user