diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 13f68e91..4c2bfc42 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -24,7 +24,7 @@ FIRST CLIENT SOURCE CODE COMMIT JAN 3rd 2019 todo: fresh boot no license should pre fill super user password and login as there is no list offered and it's a high barrier to find it actually, any time the license is not the actual purchased one it should pre-fill I think - + # OUTSTANDING BEFORE RELEASE todo: test with licensed key to ensure evaluate is gone and everything works logging in as each user to regular home page @@ -802,42 +802,13 @@ redbone come and get your love ####################################################################################################################################### -https://www.ayanova.com/download/ayanova-windows-x64-single-setup.exe https://www.ayanova.com/download/v8-migrate.exe +https://www.ayanova.com/download/ayanova-windows-x64-single-setup.exe +https://www.ayanova.com/download/ayanova-linux-x64-desktop.zip +https://www.ayanova.com/download/ayanova-linux-x64-server.zip +https://www.ayanova.com/download/ayanova-windows-x64-lan-setup.exe Current v8 docs home: https://www.ayanova.com/docs/ -BUILD 8.0.0-beta.1-rc4 CHANGES OF NOTE +BUILD 8.0.0-beta.1-rc5 CHANGES OF NOTE -- Many schema updates, must generate new database with this release -- subscriptions lists fixed bug where no type selected would display "[undefined]" in data list, now displays nothing -- fixed tag control title which was too high and smaller chips so that tag controls are same height as other controls and can show more in a smaller space. -- added missing "duration" field description to notify-subscription docs -- Added CustomerNotification feature, exposed as Customer notifications in UI Customers section, see corresponding help doc for details (case 4126) -- Added user notification delivery log in OPS -- Added Customer notification delivery log in OPS -- Updated notification types doc page, was missing a few, also sorted alphabetically was random chaos order -- Change to ensure color picker shows Alpha selector to control opacity -- Fixed issue with long message displaying in the in-app notifications form where it wouldn't wrap properly -- Fixed issue where changing the work order or quote status and saving would not update the main work order concurrency token so a subsequent edit in other header fields and save would result in concurrency error -- Updated database erase code to include recent tables added and some missing ones include dashboard template -- Updated database erase code to erase all reports and return to stock ones on erase database -- updated docs for notification system daily ping health check type to mention it also will be sent any time server is restarted -- changed warning dialogs for erase database to have "dire" mode with more skulls and crossbones and prominent red button -- case 4121 fixed unable to open ops notification settings, fixed incorrect translation key -- case 4123 fixed missing / wrong translation keys -- case 4124 implemented -- case 4125 fixed -- case 4127 fixed -- case 4129 fixed -- case 4132 fixed -- case 4133 not reproducible but possible reason and might be fixed in case notes -- case 4134 improved docs, some naming -- case 4135 changed -- case 4137 implemented -- case 4138 fixed -- case 4139 see notes, not reproducible here -- case 4140 n.r., but likely fixed by change see case notes -- case 4141 implemented for both back end, front end and also for v8-migrate (was not tracking user before) -- case 4142 updated docs -- case 4143 fixed, never pre-populates, users can select from list if eval or look it up -- case 4144 fixed \ No newline at end of file +- \ No newline at end of file diff --git a/ayanova/package-lock.json b/ayanova/package-lock.json index c811f824..0f7a4e69 100644 --- a/ayanova/package-lock.json +++ b/ayanova/package-lock.json @@ -1,12 +1,12 @@ { "name": "ayanova", - "version": "8.0.0-beta.1-rc4", + "version": "8.0.0-beta.1-rc5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ayanova", - "version": "8.0.0-beta.1-rc4", + "version": "8.0.0-beta.1-rc5", "dependencies": { "@fortawesome/fontawesome-svg-core": "^1.3.0", "@fortawesome/free-regular-svg-icons": "^5.15.4", diff --git a/ayanova/package.json b/ayanova/package.json index 7a9b9d4f..048c0a64 100644 --- a/ayanova/package.json +++ b/ayanova/package.json @@ -1,6 +1,6 @@ { "name": "ayanova", - "version": "8.0.0-beta.1-rc4", + "version": "8.0.0-beta.1-rc5", "private": true, "scripts": { "serve": "vue-cli-service serve", diff --git a/ayanova/src/api/ayanova-version.js b/ayanova/src/api/ayanova-version.js index 2e9c915a..9de70938 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-beta.1-rc4", + version: "8.0.0-beta.1-rc5", copyright: "© 1999-2022, Ground Zero Tech-Works Inc." }; diff --git a/ayanova/src/main.js b/ayanova/src/main.js index 258ec7d1..6474fc49 100644 --- a/ayanova/src/main.js +++ b/ayanova/src/main.js @@ -65,7 +65,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; //************************************************************ //************************************************************** //**************************************************************