This commit is contained in:
2022-01-22 00:58:46 +00:00
parent 3a0e9debb2
commit ba7849c8cb
4 changed files with 5 additions and 19 deletions

View File

@@ -836,19 +836,5 @@ 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.12 CHANGES OF NOTE
BUILD 8.0.0-beta.0.13 CHANGES OF NOTE
- Documentation in progress (not completed) the minimum needed for beta testing users
- Changes to authorization roles for Sales, Tech, Tech - restricted, Subcontractor and Subcontractor restricted decreasing in all cases how much they have access to in AyaNova
- Reordered the login form sample users list to be in alphabetical order to match full name changes to roles from earlier
- renamed "select lists" to "autocomplete lists" in docs and in UI (english), select lists now refer to selects that are not searchable, autocomplete is every searchable list for selectingan ayanova object
- Added missing "View on map" menu option to work orders, pm and quote
- Report render timeout showed stack trace instead of proper error message due to changes at the back end, fixed
- Client error log changed first column from epoch timestamp to local time instead so easier to troubleshoot with users as it's their own time and date easily readable
- Changed "Scheduleable user notes" to "Service tech notes" in all stock translations
- case 4084 fixed Intl.DateTimeFormat... reference issues in my code, and also see notes on how to fix remaining regular javascript issues for each report
- case 4082 no changes see notes
- case 4088 fixed
- case 4089 documented
- case 4090 fixed
- Added handlebars utility functions type definitions to report designer javascript editor linter

View File

@@ -1,12 +1,12 @@
{
"name": "ayanova",
"version": "8.0.0-beta.0.12",
"version": "8.0.0-beta.0.13",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "ayanova",
"version": "8.0.0-beta.0.12",
"version": "8.0.0-beta.0.13",
"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.12",
"version": "8.0.0-beta.0.13",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",

View File

@@ -1,4 +1,4 @@
export default {
version: "8.0.0-beta.0.12",
version: "8.0.0-beta.0.13",
copyright: "© 1999-2022, Ground Zero Tech-Works Inc."
};