This commit is contained in:
2021-08-17 17:04:57 +00:00
parent 039d560ffb
commit 01fae7c4f4
3 changed files with 10 additions and 20 deletions

View File

@@ -12,14 +12,17 @@
Aug
Meter reading??
migrate quotes
migrate pm
migrate woitem loan not tagging loan units??
Meter reading
po workorderitempart request selection dialog missing stubbed out as todo where you select part requests that are open to order
Update all dependencies here
Misc "blizzard"
Customer UI
CSR techs ui accept to wo etc
Schedule form
....
Review all v8 cases top to bottom and triage / implement
V8Migrate completion
All stock reports (and schedule ones)
@@ -524,17 +527,13 @@ todo:2 many biz objects are not using new PUT methodology
########################################################################################################################
CURRENTLY DOING:
CURRENTLY DOING: quote, then pm migrate so migrate testing can be done in parallel
po workorderitempart request selection dialog missing stubbed out as todo
where you select part requests that are open to order
meter reading
TIMEOUTS DURING MIGRATE TROUBLESHOOTING NOTES:
fucking probably caused by v7 migrate project set to pause on any exception thrown
This log is when in release mode, in debug mode it didn't show this info
2021-08-16 16:10:12.7711|DEBUG|JobsBiz|Processing internal jobs
2021-08-16 16:10:12.7711|INFO|JobsBiz|Server is in migrate mode, skipping non-critical internal jobs
@@ -869,17 +868,8 @@ MID CENTURY MODERN TUNES - https://www.allmusic.com/album/ultra-lounge-vol-14-bo
BUILD CHANGES OF NOTE
BUILD 119
BUILD 120
- V8 Migrate plugin
Fixed TLS / SSL issue preventing v8 migrate connecting to our test server via https url
server "url" label change to server "address" in label
TaskGroups implemented
Seed number for next work order after migration now properly set
now parses out the part it needs from the user entered server url and re-constructs it into a valid url this means the user can just copy and paste the v8 url they are testing with from the browser address bar and paste into the v8 migrate and it will work
- Fixed money rounding issue on work/quote/pm *order calculations to match v7
- Workorder/Quote/PM forms now all have link to Task Groups list in their main menus
- HeadOffice menu implemented "Customers" option which shows a filtered list of customers by this head office

View File

@@ -1,4 +1,4 @@
export default {
version: "8.0.0-alpha.119",
version: "8.0.0-alpha.120",
copyright: "© 1999-2021, Ground Zero Tech-Works Inc."
};

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 = false;
const DEV_MODE = true;
//************************************************************
//**************************************************************
//**************************************************************