This commit is contained in:
2022-02-12 01:39:43 +00:00
parent d1b69c7293
commit a8fe080aea
4 changed files with 5 additions and 57 deletions

View File

@@ -832,56 +832,4 @@ 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.14 CHANGES OF NOTE
- More beta required documentation written, many pages including the full work order docs
- Put an under construction image on all docs pages that are not required / going to be completed for beta
- Implemented ReminderImminent notification event
- Changed Review biz object notification from general to specific with new ReviewImminent notification event
before was just a default general notification but this prevented being able to customize how it's delivered and tag filters etc
- Fixed bug in search that was ignoring searching for only a specific type
- Improved alphabetical sorting of enumerated object select lists on forms by making case insensitive, for example in search form "PM Item" appeared above "Part" previously due to uppercase M coming before lowercase a
- removed "UNUSED_84" from appearing in object type selection lists
- fixed bug in search form that was causing type to be sticky so if came from the search menu item of a warehouse for example it would stick to warehouses even if set to something else
- Changed search form object type list to restrict to core business object types that the user is allowed to view full records, previously was just all objects even unsearchable ones
- Updated vue-currency input several releases to that latest compatible version which is the locale aware basis for the custom decimal, currency and percentage controls
- fixed bug in PO clicking New would navigate to a new project not a po
- Fixed bug in server state when set to "Server operations only" (was allowing non ops users to continue working if already logged in)
now ensures non ops api routes are disabled will return validation error, so user can do nothing until server open again then continue working
non ops users can not login during ops only state.
Ops users can do ops things during ops state but no business object stuff even if they ahve the role as that's controlled in each api route individually
- work order item parts, removed serials from the table so it only displays in the edit form as during documentation realized it's eating up huge screen real estate
- Work order item labor, removed the service details from the Table so it only displays in the edit form as it's eating up a large amount of UI space unnecessarily.
- Work order item travel, removed the service details from the Table so it only displays in the edit form as it's eating up a large amount of UI space unnecessarily.
- work order, fixed null reference bug that would prevent a work order from being opened or saved if it had a contract and a labor or travel item with a null labor or travel rate (not set)
- Changed work order item outside service section of wo/quote/pm to use title "Outside services" (translation key "OutsideServiceList") instead of formerly "Outside service list" (translation key "WorkOrderItemOutsideServiceList")
this is to be consistent with other sections
- Fixed several broken links in documentation
- case 4095 fixed
- case 4101 fixed
- case 4111 fixed
- case 4100 bumped
- case 4102 bumped
- case 4105 implemented
- case 4106 fixed, also in part UOM
- case 4107 not reproducible see notes
- case 4108 fixed
- case 4109 closed
- case 4110 bumped
- case 4112 added, also other changes that were on my list
- case 4114 switched from regular to beta license as alternative for now
- native browser time control now shows the label
- Help -> about added items to show settings for Dark mode and Use native browser date time inputs
- work order item tasks cleaned up restricted user being able to edit other users tasks but then getting server error, now it just prevents any edit also in UI
- work order item tasks added User selection option with Task Group selection form so that the tasks when added will have the user pre-selected to save typing and enable restricted user feature more easily
- updated workorder doc about task group user selection and updated image
- Added license agreement to appendix of manual
- Added license agreement link in front page of manual
- Added view license agreement link in help-about and adm-license pages that opens help page of license agreement
- End user license agreement added to AyaNova itself on first ever login, user must consent to be able to login.
I decided to add this because there is no practical way to get a linux install to consent to anything as it's basically an unzip and copy
also this double covers us
BUILD 8.0.0-beta.0.15 CHANGES OF NOTE

View File

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

View File

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