diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 43a80309..8f32b2d2 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -421,6 +421,16 @@ todo: many biz objects are not using new PUT methodology CURRENTLY DOING: + woitem selected: + copy to wo + allow to copy to any non locked workorder + can filter by customer and defaults to current customer + also presents current wo for when user wants to duplicate the woitem to the same wo + allow user to punch in wo# for copy to feature rather than a list selection?? + may be risky, they copy then don't know which one they copied to by accident. + "Move" not required due to user being able to just delete a woitem on the source effectively replicating a move?? + or is move a common use-case for this? + TODO 2 (all 2's): V7 features on wo I haven't coded yet @@ -432,7 +442,7 @@ TODO 2 (all 2's): V7 features on wo I haven't coded yet Move woitem to new wo Copy woitem to new wo - Insert current date and time (not sure if this is worth it / doable) + Sched user selected Convert sched user to labor Tasks @@ -451,8 +461,8 @@ TODO 2 (all 2's): V7 features on wo I haven't coded yet Generate unit from selected part (already a v7 feature, didn't even realize) UPC select by UPC (just confirm this) -todo 2: workorder main data lists, flesh out, finish links from related objects - If this means "show all" feature, also just had a brainwave: add a Show all workorders for Tech User's in their menu so they can see their own workorders at a glance +todo 2: Implement "Show All" feature for related objects + also add a Show all workorders for Tech User's in their menu so they can see their own workorders at a glance todo 1: "DispatchFull" and "DispatchLimited" roles MUST be renamed to "ServiceFull" and "ServiceLimited" to match other roles and intent dispatch is a subset of a service manager job diff --git a/ayanova/src/api/ayanova-version.js b/ayanova/src/api/ayanova-version.js index b7621cb3..ec7f0017 100644 --- a/ayanova/src/api/ayanova-version.js +++ b/ayanova/src/api/ayanova-version.js @@ -1,4 +1,4 @@ export default { - version: "8.0.0-alpha.113", + version: "8.0.0-alpha.114", copyright: "© 1999-2021, Ground Zero Tech-Works Inc." }; diff --git a/ayanova/src/main.js b/ayanova/src/main.js index 3fd373bf..b45201eb 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 = false; +const DEV_MODE = true; //************************************************************ //************************************************************** //**************************************************************