This commit is contained in:
@@ -7,22 +7,22 @@
|
||||
|
||||
|
||||
## BIG PICTURE TO RELEASE
|
||||
March
|
||||
June
|
||||
Workorder*, quote*, pm* implementations
|
||||
case 3850 has all the good stuff about how to do this, UI concepts are basically worked out at this point and contract and po have resources to copy from for error / lists etc
|
||||
April
|
||||
|
||||
July
|
||||
Schedule form
|
||||
Review all v8 cases top to bottom and triage / implement
|
||||
V8Migrate completion
|
||||
All stock reports (and schedule ones)
|
||||
May
|
||||
Aug
|
||||
Manual pages
|
||||
Extensions to replace current add-on's (accounting etc)
|
||||
Load testing
|
||||
Beta testing
|
||||
Rockfish / Back end infrastructure
|
||||
Biz decisions about hosting etc
|
||||
June 1st
|
||||
Sept 1st
|
||||
Release!
|
||||
|
||||
|
||||
@@ -382,13 +382,9 @@ todo: many biz objects are not using new PUT methodology
|
||||
|
||||
|
||||
|
||||
CURRENTLY DOING:
|
||||
CURRENTLY DOING: wo completion list
|
||||
|
||||
|
||||
todo: check Joyce's cases
|
||||
|
||||
--------- TEST RELEASE HERE ---------------
|
||||
|
||||
|
||||
todo: notify event list table needs to show status of workorder (all fields) ideally
|
||||
otherwise if you have multiple wostatusage notifications they all appear the same
|
||||
@@ -521,6 +517,11 @@ AFTER ABOVE ITEMS AND HAVE SUBSTANTIALLY COMPLETED WO
|
||||
|
||||
todo: IMPORT workorders FROM V7 needs to be coded once the cases are completed
|
||||
note that v7 wostatus needs to be dual imported into both new wostate and new woitemstatus separately
|
||||
Joyce suggested making it optional to have the import-v7 tag
|
||||
think it over and the pros and cons of having it, maybe some notes are there on it
|
||||
I might have been thinking it's a quick way to mass delete any old stuff no longer wanted in the new version for users
|
||||
or maybe to know an item was imported in case of support maybe or issue?
|
||||
|
||||
|
||||
|
||||
TODO: Need stress test for client that can generate workorders in parallel for load testing
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
export default {
|
||||
version: "8.0.0-alpha.110",
|
||||
version: "8.0.0-alpha.111",
|
||||
copyright: "© 1999-2021, Ground Zero Tech-Works Inc."
|
||||
};
|
||||
|
||||
@@ -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;
|
||||
//************************************************************
|
||||
//**************************************************************
|
||||
//**************************************************************
|
||||
|
||||
Reference in New Issue
Block a user