This commit is contained in:
@@ -833,21 +833,9 @@ https://www.ayanova.com/download/ayanova-windows-x64-single-setup.exe
|
|||||||
https://www.ayanova.com/download/v8-migrate.exe
|
https://www.ayanova.com/download/v8-migrate.exe
|
||||||
Current v8 docs home: https://www.ayanova.com/docs/
|
Current v8 docs home: https://www.ayanova.com/docs/
|
||||||
|
|
||||||
BUILD 8.0.0-beta.0.13 CHANGES OF NOTE
|
BUILD 8.0.0-beta.0.14 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
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
4
ayanova/package-lock.json
generated
4
ayanova/package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "ayanova",
|
"name": "ayanova",
|
||||||
"version": "8.0.0-beta.0.13",
|
"version": "8.0.0-beta.0.14",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "ayanova",
|
"name": "ayanova",
|
||||||
"version": "8.0.0-beta.0.13",
|
"version": "8.0.0-beta.0.14",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@fortawesome/fontawesome-svg-core": "^1.2.36",
|
"@fortawesome/fontawesome-svg-core": "^1.2.36",
|
||||||
"@fortawesome/free-regular-svg-icons": "^5.15.4",
|
"@fortawesome/free-regular-svg-icons": "^5.15.4",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ayanova",
|
"name": "ayanova",
|
||||||
"version": "8.0.0-beta.0.13",
|
"version": "8.0.0-beta.0.14",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"serve": "vue-cli-service serve",
|
"serve": "vue-cli-service serve",
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
export default {
|
export default {
|
||||||
version: "8.0.0-beta.0.13",
|
version: "8.0.0-beta.0.14",
|
||||||
copyright: "© 1999-2022, Ground Zero Tech-Works Inc."
|
copyright: "© 1999-2022, Ground Zero Tech-Works Inc."
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user