This commit is contained in:
2021-07-15 23:34:49 +00:00
parent ec89f4ad96
commit ee0dbbdb14
2 changed files with 3 additions and 12 deletions

View File

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

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