From 734f25d9ba8b673d5c0bcf248d64ab2187821a33 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 27 Jan 2022 00:56:42 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 18 +++--------------- ayanova/package-lock.json | 4 ++-- ayanova/package.json | 2 +- ayanova/src/api/ayanova-version.js | 2 +- 4 files changed, 7 insertions(+), 19 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 84f413fa..72a65186 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -833,21 +833,9 @@ https://www.ayanova.com/download/ayanova-windows-x64-single-setup.exe https://www.ayanova.com/download/v8-migrate.exe Current v8 docs home: https://www.ayanova.com/docs/ -BUILD 8.0.0-beta.0.13 CHANGES OF NOTE - -- This update requires a fresh database rebuild -- Replaced 5 report templates from FIVERPTSNEEDED_beta.0.12reporttemplates.zip email of 2022-01-21, 5:08 PM -- Fixed issue with wo,quote,pm that prevented some form customized Required fields from working -- Fixed issue with wo and quote that sometimes would give a index out of range error when editing the header and saving -- case 4087 fixed -- case 4092, 4094 fixed -- case 4095 implemented -- case 4096 updated docs -- fixed bug in time only control that prevented showing validation errors -- fixed bug in wo, quote, pm that could result in grand child objects server validation errors not showing on subsequent save attempt after successful save just prior -- fixed bug in expenses grandchildren for wo, quote, pm preventing displaying server validation errors properly -- fixed bug in form customization code that could sometimes prevent updates -- fixed bug in wo, quote, pm where changing a unit in *ItemUnit level could trigger an error or contract change was not handled properly +BUILD 8.0.0-beta.0.14 CHANGES OF NOTE + + diff --git a/ayanova/package-lock.json b/ayanova/package-lock.json index 520a32c5..20ae71e9 100644 --- a/ayanova/package-lock.json +++ b/ayanova/package-lock.json @@ -1,12 +1,12 @@ { "name": "ayanova", - "version": "8.0.0-beta.0.13", + "version": "8.0.0-beta.0.14", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ayanova", - "version": "8.0.0-beta.0.13", + "version": "8.0.0-beta.0.14", "dependencies": { "@fortawesome/fontawesome-svg-core": "^1.2.36", "@fortawesome/free-regular-svg-icons": "^5.15.4", diff --git a/ayanova/package.json b/ayanova/package.json index 21ed05e7..6cb0a093 100644 --- a/ayanova/package.json +++ b/ayanova/package.json @@ -1,6 +1,6 @@ { "name": "ayanova", - "version": "8.0.0-beta.0.13", + "version": "8.0.0-beta.0.14", "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 7c213c4c..164b5fc4 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.0.13", + version: "8.0.0-beta.0.14", copyright: "© 1999-2022, Ground Zero Tech-Works Inc." };