This commit is contained in:
2022-01-27 00:56:42 +00:00
parent 3f57a1e749
commit 734f25d9ba
4 changed files with 7 additions and 19 deletions

View File

@@ -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

View File

@@ -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",

View File

@@ -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",

View File

@@ -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."
};