This commit is contained in:
2022-02-07 20:04:42 +00:00
parent 7cbde1bd76
commit 239e3aec8f
3 changed files with 52 additions and 12 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

View File

@@ -379,7 +379,7 @@ The work order item context menu is used to add or remove work order items and a
#### New
Add a new work order item to the collection and open it's form for editing.
Add a new work order item to the collection and open it's record in the edit form.
#### Copy to work order
@@ -391,7 +391,7 @@ Note that this is a _copy_ operation, not a move. To move, copy first, save and
#### Mark for deletion
Flag this work order item and **all** it's grand child collection to be permanently deleted. When clicked the work order item 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 will appear at the top of this work order items edit form.
Flag this work order item and **all** it's grand child collection to be permanently deleted. When clicked the work order item 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 at the top of this work order items edit form.
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.
@@ -399,7 +399,7 @@ Until the work order is saved it's not actually deleted.
#### Mark ALL for deletion
Flag all work order items on this work order and **all** their grand children to be permanently deleted when the work order is saved. When clicked all the work order items on this work order will display in the table with a lines through them indicating they will be deleted on the next save of the work order and an _Undelete_ button will appear at the top of each work order item's edit forms.
Flag all work order items on this work order and **all** their grand children to be permanently deleted when the work order is saved. When clicked all the work order items on this work order will display in the table with a 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 at the top of each work order item's edit forms.
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.
@@ -469,7 +469,7 @@ Optional [attachments control](ay-start-form-attachments.md) to attach files to
#### New
Add a new work order item Unit record to the collection and open it's form for editing.
Add a new work order item Unit record to the collection and open it's record in the edit form.
#### Add multiple Units
@@ -501,7 +501,7 @@ If this is not a concern or you do specifically want the **total** parts and lab
#### Mark for deletion
Flag the selected row work order item Unit to be permanently deleted. When clicked the work order item Unit 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 will appear at the top of this work order item Unit's edit form.
Flag the selected row work order item Unit to be permanently deleted. When clicked the work order item Unit 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 at the top of this work order item Unit's edit form.
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.
@@ -509,7 +509,7 @@ Until the work order is saved it's not actually deleted.
#### Mark ALL for deletion
Flag all work order item Units in this work order item only to be permanently deleted when the work order is saved. When clicked all the work order item Units 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 will appear at the top of each work order item Unit's edit forms.
Flag all work order item Units in this work order item only to be permanently deleted when the work order is saved. When clicked all the work order item Units 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 at the top of each work order item Unit's edit forms.
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.
@@ -565,7 +565,7 @@ This is the [service rate](acc-service-rates.md) that is suggested for this item
#### New
Add a new work order item Scheduled User record to the collection and open it's form for editing.
Add a new work order item Scheduled User record to the collection and open it's record in the edit form.
#### Convert to labor
@@ -579,7 +579,7 @@ This option doesn't require any scheduled user record rows to be selected as it
#### Mark for deletion
Flag the selected row work order item scheduled user record to be permanently deleted. When clicked the work order item scheduled user 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 will appear at the top of this work order item scheduled user's edit form.
Flag the selected row work order item scheduled user record to be permanently deleted. When clicked the work order item scheduled user 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 at the top of this work order item scheduled user's edit form.
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.
@@ -587,7 +587,7 @@ Until the work order is saved it's not actually deleted.
#### Mark ALL for deletion
Flag all work order item scheduled users in this work order item only to be permanently deleted when the work order is saved. When clicked all the work order item scheduled users 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 will appear at the top of each work order item scheduled user's edit forms.
Flag all work order item scheduled users in this work order item only to be permanently deleted when the work order is saved. When clicked all the work order item scheduled users 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 at the top of each work order item scheduled user's edit forms.
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.
@@ -635,7 +635,7 @@ This is the **required** text that describes the Task to be performed.
#### New
Add a new work order item Task record to the collection and open it's form for editing.
Add a new work order item Task record to the collection and open it's record in the edit form.
#### Task group
@@ -649,7 +649,7 @@ Select the desired task group and click _Add_ to append them all to the current
#### Mark for deletion
Flag the selected row work order item task record to be permanently deleted. When clicked the work order item task 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 will appear at the top of this work order item task's edit form.
Flag the selected row work order item task record to be permanently deleted. When clicked the work order item task 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 at the top of this work order item task's edit form.
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.
@@ -657,7 +657,7 @@ Until the work order is saved it's not actually deleted.
#### Mark ALL for deletion
Flag all work order item tasks, in this work order item only, to be permanently deleted when the work order is saved. When clicked, all the work order item tasks 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 will appear at the top of each work order item task's edit forms.
Flag all work order item tasks, in this work order item only, to be permanently deleted when the work order is saved. When clicked, all the work order item tasks 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 at the top of each work order item task's edit forms.
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.
@@ -719,6 +719,46 @@ If this work order item part record is later deleted and the work order saved, O
Serial numbers entered here do not **have** to match the existing serial number collection, serial numbers are not controlled like inventory levels are.
### Part context menu
![Work order item part context menu](img/svc-wo-parts-context-menu.png)
#### New
Add a new work order item Part record to the collection and open it's record in the edit form.
#### Generate Unit from selected part
It's often the case that service companies will supply Parts to a customer during service which in turn are large enough units of equipment that they may also need to be serviced or maintained themselves in future and tracked in AyaNova as a [Customer unit](svc-units.md) which can be selected on work orders as the Unit under service.
This menu option is provided to easily create a new [Customer unit](svc-units.md) in AyaNova based on the selected Part. Clicking on this option will open a Unit form for entry and autoamtically select the Customer and fill in some fields based on the part selected in the work order. Once this new Unit record is saved it's immediately available to be selected as a Unit for this Customer.
#### Part assembly
The *Part assembly* feature is used to append a pre-made list of parts from a [Part assembly](inv-part-assemblies.md) into this work order item. This is ideal for common lists of parts that are always used as a group together but need to be tracked individually.
Clicking on this option will open a dialog box for selecting an existing Part assembly:
![Work order item part assembly dialog](img/svc-wo-parts-assembly-dialog.png)
Select the desired part assembly and part warehouse and click _Add_ to append them all to the current work order item part section.
#### Mark for deletion
Flag the selected row work order item part record to be permanently deleted. When clicked the work order item part 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 at the top of this work order item part's edit form.
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 parts, in this work order item only, to be permanently deleted when the work order is saved. When clicked, all the work order item parts 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 at the top of each work order item part's edit forms.
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.
## Extras info that may or may not be added later
## OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO