From ee0dbbdb14a66a3e37179aa2fe462e878841430d Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 15 Jul 2021 23:34:49 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 13 ++----------- ayanova/src/main.js | 2 +- 2 files changed, 3 insertions(+), 12 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 071e95d0..df77d4aa 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -421,20 +421,12 @@ todo: many biz objects are not using new PUT methodology ######################################################################################################################## -CURRENTLY DOING: - - -todo: Status on work order seeded data roles are really fucked up and include some dubious roles and needs to also have some for tech - restricted specfically - i.e. they need to be logically correct as to what roles can select +CURRENTLY DOING: release 115 then more misc stuff below to complete workorder!!! todo: units on work order are not limited to customer on work order?? TODO 1: Test address / units select alternate when have units working -TODO 2: //MIGRATE_OUTSTANDING comment tag - A bunch of items that are show all workorders for source object - 3709 1: Project to have list all workorders button - also this is the point to make sure that is working with all the other list all workorders previously added in stubbed form like Customer, Unit etc CASES TODO: @@ -442,8 +434,7 @@ CASES TODO: 583 1: add unit address fields to viz populate but only show them when reportdata selected as UI doesn't consume them 1362 2: convert scheduled user to labor (case is to do en-masse but also I need to implement this individually as well) - 1467 2: text1,text2 etc to show in "Warranty" area of Unit display info (however I have not coded or even thought of / decided on any v7 style warranty info section yet so double case here) - 1746 2: Turn a Part on a workorder into a Unit for the customer in one click (not necesarilly for that workorder, but for future [it's not clear]) + 1467 2: text1,text2 etc to show in "Warranty" area of Unit display info (however I have not coded or even thought of / decided on any v7 style warranty info section yet so double case here) 1908 1: set new durationtocompleted field on wo header upon setting to a closed status, also show it in the main data list 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; //************************************************************ //************************************************************** //**************************************************************