This commit is contained in:
2021-07-19 23:21:27 +00:00
parent 2421c5d7d8
commit 5a0bb1d912

View File

@@ -1186,4 +1186,9 @@ BUILD 116
- Work order Unit Contract: added code to handle Unit with contract on work order. Originally was going to apply automatically at server but this would cause many secondary issues, so instead opted to prompt user and set at client end instead.
see help docs for details
Note: you made a case for this case 114, please remove it once you confirm it's resolved (and any other "testing issue" cases that are resolved as well)
Note: you made a case for this case 114, please remove it once you confirm it's resolved (and any other "testing issue" cases that are resolved as well)
- Work order unit selection: added code to restrict the selection of Units to the current Work order selected customer but permit the "Add multiple units" by tag feature to allow *any* Customer's Units
which satisfies Scot at 4alarms dual requirements of needing to add multiple units at once based on some criteria (tags) and also add from any Customer's Units.
Also documented this in the work order help page which is just notes for now until I write out the proper documentation.