This commit is contained in:
2021-06-10 20:18:39 +00:00
parent 6dd4cb50b4
commit 9bb7dc8198
2 changed files with 394 additions and 283 deletions

View File

@@ -1264,6 +1264,41 @@ MID CENTURY MODERN TUNES - https://www.allmusic.com/album/ultra-lounge-vol-14-bo
BUILD CHANGES OF NOTE
build 110
- test data seeder various changes
generate fewer items for speed
changes to allow testing inventory properly and part requests etc
- workorder cleanup and layout changes
now showing table for each item even if single row so that all viz and other calculated fields are always available to view
data transfer efficiency changes to cut down on amount of data sent both ways over the network
strip out Viz fields on submit to server from client
strip out IsDirty fields on send from server to client
- Service loaner form added cost fields to bring in line with other billable items on workorder
- Workorder inventory implemented
including part requests trigger and system in workorder and backend
- workorder based notifications implemented
WorkorderCompletedStatusOverdue
CustomerServiceImminent (customer user feature)
WorkorderStatusChange
WorkorderStatusAge
OutsideServiceOverdue
OutsideServiceReceived
ScheduledOnWorkorder
ScheduledOnWorkorderImminent
WorkorderCompletedStatusOverdue
- Removed all visible references to Service Bank feature from all forms and front and back end
- Docs
added section on changes from v7 help doc for work orders
build 105
- direct report url now works again properly. Used by notification to send links to reports and possible future other links to provide an url that opens in the AyaNova client directly to viewing a report, so that the url [clienturl]/viewreport?oid=1&rid=1 for example will open report id 1 with object id 1
- Can now hide columns that are filtered or sorted without error in data tables; Data Table column selector button will change to larger and accented when this is the case and the column selector form will highlight these hidden columns that affect the view with raised elevation, accent color and filter/sort icon (both show, there is no distinction which type of way it's affecting)