This commit is contained in:
2021-09-13 21:58:08 +00:00
parent 6259606a43
commit b492e380e9
2 changed files with 3 additions and 44 deletions

View File

@@ -9,7 +9,7 @@
## ROUGH SCHEDULE
new testing cases
Schedule form
Dashboard / widgets
Installer INNO
@@ -710,46 +710,5 @@ MID CENTURY MODERN TUNES - https://www.allmusic.com/album/ultra-lounge-vol-14-bo
BUILD 130 CHANGES OF NOTE
- evalution seed data generation: removed redundant initial call to erase database from client as well as redundant check for existing data before prompting to erase
- CustomerServiceRequest Service user interface: completed with accept and reject fully coded, now has link to wo and workorderitem has link back to csr, ready for reporting
- About form: fixed bug that allowed customer / ho type user to view license info
- Fixed picklist bug that could in rare circumstances (no tags but has variant type for specific purpose) result in error at the server due to trailing " and " clause in query
- CustomerServiceRequest Customer / HeadOffice user interface: completed. Customer user can create / view their csrs, headoffice user can create / view their customer's csrs
- UI Menu all reportable pages: now have an additional menu option under Reports which is a quick access link to the most recent report used for that form on that browser
- Global settings: fixed issue where changing global settings was not updating the server's local cached copy of global settings so some things dependant on that wouldn't take effect unless server was restarted
- Ops->View server configuration: re-translated to "Server information", added detailed DB server parameter block for future troubleshooting purposes
- Server log: added detailed db server parameters to log when logging set to debug mode
- case 3926 wo / woitem status notes fields not set from v7 description field
- case 3936 some data table columns don't link to the correct type
- case 3946 / 3947 show wiki open by default, show attachment status. deferred / not implemented but will be considered for next release
- case 3948 fixed in multiple locations good find!
- case 3949 fixed error when tags filter on tag containing apostrophe
- case 3950 appended to indicate how to remove a broken filter that the server can't process
- case 3952 see my appended info
- case 3953 "contract rate" not set on migrate rate: fixed
- case 3954 Tags not available in data list for Users (or Contacts) added
- Migrate: added code to set Tags on Contact type users created from v7 Client contacts (use same tags as Customer)
- case 3955 back to you for recommendations
- case 3956 implemented
- case 3958 fixed
- case 3959 updated with info to you and also implemented a slight change as mentioned in case
- Alert notes (was popup notes in v7) changed display color from red to orange as AyaNova errors display in red in similar location don't want them confused
- case 3960 fixed
- case 3961 fixed
- case 3962 fixed
- case 3963 fixed
- case 3964 fixed
- case 3965 case sensitivity in data table filters: several changes see case
- case 3966 see case notes
- case 3967 see case notes
- case 3968 back to you for discussion / decision
- case 3969 implemented
- case 3970 could not reproduce
BUILD 131 CHANGES OF NOTE

View File

@@ -1,4 +1,4 @@
export default {
version: "8.0.0-alpha.130",
version: "8.0.0-alpha.131",
copyright: "© 1999-2021, Ground Zero Tech-Works Inc."
};