This commit is contained in:
@@ -11,9 +11,6 @@
|
||||
|
||||
|
||||
|
||||
TODO NEXT: Release for Joyce and testing, can do that reporting case about grouping after release, it's not dependant on the release itself
|
||||
|
||||
|
||||
|
||||
OUTSTANDING MAJOR AREAS TO BETA
|
||||
- Known important issues prioritized for v1 and beta
|
||||
@@ -891,50 +888,7 @@ MID CENTURY MODERN TUNES - https://www.allmusic.com/album/ultra-lounge-vol-14-bo
|
||||
|
||||
#######################################################################################################################################
|
||||
|
||||
https://www.ayanova.com/Downloads/v8/ayanova8.alpha.137-win-x64.7z
|
||||
https://www.ayanova.com/Downloads/v8/migrate137.7z
|
||||
|
||||
BUILD 137 CHANGES OF NOTE
|
||||
- many changes to support scenario where someone directly edits the db to circumvent licensing
|
||||
translated error display in popup with help link
|
||||
updated license manual page with section regarding license count exceeded
|
||||
server locked in this state except for superuser who gets limited UI where they can access Users list and edit user to fix
|
||||
- Fixed bug where just get server error message instead of ref. integrity message when attempting to delete a User created by seeding fails as they have linked records not caught by normal system when data is non-seeded
|
||||
- Implemented a report rendering "slots" system with configurable number of slots and configurable timeout to prevent server freeze and zombie processes
|
||||
has what should be adequate default settings for most cases on windows and linux / mac
|
||||
manual pages for system operator regarding settings
|
||||
manual page for user when they click on "More" link when render report and receive warning about server full try again
|
||||
- Added new option in user settings to use browsers default date and time input controls
|
||||
this means it won't use the Android style pickers but whatever the browsers native date and time input controls are
|
||||
did this for automated testing and also for users who may want to use the native browser controls if they don't suck and for people who don't want to leave the keyboard to select
|
||||
- Work order item misc expense first single line "Description" field incorrect text in English translations, says "Description" should say "Summary" so changed it. Other languages ok.
|
||||
- Added stock reports sent in emails
|
||||
Example Inventory Reconciliation Form Grouped By Tag.ayrt
|
||||
Example Parts grouped by Tags with optional filter by contains.ayrt
|
||||
Example Units Per Customer using built in Helper and Prepare.ayrt
|
||||
Sample Units with API method to get additional customer data.ayrt
|
||||
- case 3999
|
||||
- case 4009
|
||||
- case 4005 & 4011 could not reproduce, did have a guess though in notes of case 4011. Possibly a transient error related to chromium browser download.
|
||||
- case 4012
|
||||
- case 4013
|
||||
- case 4014
|
||||
- case 4015
|
||||
- case 4016
|
||||
- case 4019
|
||||
- case 4022
|
||||
- fixed bug in svc-schedule that was allowing inactive users to be displayed when matching tags were selected but should not have shown any inactive users
|
||||
- migrate unused parts on workorder handling change
|
||||
Added "Suggested quantity" field to workorder item part backed by db column
|
||||
(also added it to PM's for consistency and so users can bypass inventory temporarily for pm's that generate work orders. did not add to quote as redundant)
|
||||
Added woitem level menu item to wo form to "Realize suggested part quantities" which iterates all woitempart records in that woitem and if
|
||||
qty is 0 and suggested qty is > 0 then copies to qty from suggested and sets records dirty for save
|
||||
In v8migrate, if a part is unused then it's qty goes into suggested and quantity is set to zero
|
||||
Inventory sync no change as it's now correct as the quantities are zero for unused parts so no out of balance issue
|
||||
- Fixed issue where admin-history page was showing untranslated translation keys for Object column (this fix also fixed with several other data lists like event log, reviews, attachments list etc)
|
||||
- Removed "XXX Others" item from ops->Metrics db top tables display, not relevant and masking the relative sizes of actually relevant tables
|
||||
- Fixed issue where a User set to inactive still had access as long as they didn't log out. Now, setting inactive zaps their auth token and they are immediately locked out.
|
||||
- Fixed bug where a new workorder / quote / pm with an address entered has the address overwritten on first save, now checks if anything in address or postaddress and doesn't overwrite if there is
|
||||
- Added .net version to boot log, was previously only viewable inside ops->server info which was not helpful for diagnosing a server boot issue
|
||||
- Added vendor type tags to data seeder for vendors (vendor type)
|
||||
https://www.ayanova.com/Downloads/v8/ayanova8.alpha.138-win-x64.7z
|
||||
https://www.ayanova.com/Downloads/v8/migrate138.7z
|
||||
|
||||
BUILD 138 CHANGES OF NOTE
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
export default {
|
||||
version: "8.0.0-alpha.137",
|
||||
version: "8.0.0-alpha.138",
|
||||
copyright: "© 1999-2021, Ground Zero Tech-Works Inc."
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user