This commit is contained in:
2022-02-08 01:38:01 +00:00
parent ddf6b64dc7
commit 4eaf9659f1
2 changed files with 24 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.5 KiB

View File

@@ -883,6 +883,30 @@ If the service tech had subscribed to the _Requested part received_ [notificatio
Now the user can update the part record from 85 to 500 (or add a new line for the 415 additional) and complete the service.
### Part request context menu
![Work order item part request context menu](img/svc-wo-part-requests-context-menu.png)
#### Mark for deletion
Flag the selected row work order item part request record to be permanently deleted.
When clicked the work order item part request record selected will display in the table with a line through it indicating it will deleted on the next save of the work order and an _Undelete_ button for reversing the delete flag will appear below the table for this row when selected.
You can also refresh the page to abandon this and any other changes made locally to the work order that have not yet been saved at the server.
Until the work order is saved it's not actually deleted.
#### Mark ALL for deletion
Flag all work order item part requests, in this work order item only, to be permanently deleted when the work order is saved.
When clicked, all the work order item part requests on this work order item will display in the table with lines through them indicating they will be deleted on the next save of the work order and an _Undelete_ button for reversing the delete flag will appear below the table for each row when selected.
You can also refresh the page to abandon this and any other changes made locally to the work order that have not yet been saved at the server.
Until the work order is saved the items are not actually deleted.
### Labors
![Work order item labors](img/svc-wo-labors.png)