From 0534e839269801afbf63935e899b36e23e624bf9 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Sun, 17 Oct 2021 16:06:53 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 14 +++++++------- ayanova/src/api/ayanova-version.js | 2 +- ayanova/src/main.js | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 0f1c9df1..ab755b34 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -125,7 +125,8 @@ todo: profile the server during seeding, it's unbelievably slow, what exactly is todo: should some things that were tagified be reverted back like in v7 due to reporting and other issues? - +todo: firefox schedule fix: + https://github.com/vuetifyjs/vuetify/issues/14243#issuecomment-944907925 todo: admin-history page showing http://localhost:8080/adm-history LT:Global but other things are properly translated @@ -884,11 +885,10 @@ MID CENTURY MODERN TUNES - https://www.allmusic.com/album/ultra-lounge-vol-14-bo -BUILD 135 CHANGES OF NOTE +####################################################################################################################################### -- fixed issue with v8Migrate bombing when import tag is set to empty -- case 4002 fixed by changing to exporting individual inventory adjustments. Documented in v8 changes from v7 and migration docs. -- known bug: v8 inventory is incorrect currently because it synchronizes v7 and v8 to match at the end however it shouldn't for any parts on v7 workorders not set to Used in service as those should be consumed in v8. Working out a solution. -- case 4008 -- V8 server was using .net Core 5 but this build now uses .net Core 6-RC2 as it will be officially released in November and is much faster. I think I've found and fixed all the incompatibilities but it's possible there might be new issues. +https://www.ayanova.com/Downloads/v8/ayanova8.alpha.136-win-x64.7z +https://www.ayanova.com/Downloads/v8/migrate136.7z + +BUILD 136 CHANGES OF NOTE diff --git a/ayanova/src/api/ayanova-version.js b/ayanova/src/api/ayanova-version.js index 0845efe2..e7e8e660 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.135", + version: "8.0.0-alpha.136", copyright: "© 1999-2021, Ground Zero Tech-Works Inc." }; diff --git a/ayanova/src/main.js b/ayanova/src/main.js index 8788b7c3..f4565ea6 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; //************************************************************ //************************************************************** //**************************************************************