This commit is contained in:
@@ -145,3 +145,41 @@ This notification will be sent once only every 90 days per subscription as it re
|
||||
|
||||
This is a Tag filterable notification so the notification subscription can have tags set so that only PM's with matching tags are checked for insufficient inventory.
|
||||
|
||||
|
||||
## PM edit form unique fields
|
||||
|
||||
The PM edit form provides all the [standard edit form](ay-start-edit-forms.md) functionality and the following fields that are not found on a [service work order](svc-workorders.md)
|
||||
|
||||
|
||||
#### Repeat interval
|
||||
|
||||
This field is used to set the length of time between service work orders being generated from the PM by selecting a time period and quantity.
|
||||
This value *must* be larger than the Generate before field value to pass validation when saved.
|
||||
|
||||
So, for example, if you wish to service a customer once per year then the Repeat interval should be set to 1 year.
|
||||
|
||||
#### Generate beforehand
|
||||
|
||||
This field is used to set how far in advance of the Service date the service work order should be created. This value *must* be smaller than the duration set for Repeat interval or the server will not allow the record to be saved.
|
||||
|
||||
This should be set taking into consideration how much advance notice is required to ensure sufficient inventory and scheduling before service needs to be performed. There is no harm in setting this earlier than you expect to need, it will appear in the schedule for the appropriate time and gives staff time to be ready for service.
|
||||
|
||||
#### Exclude days of week
|
||||
|
||||
Here you can control which day of the week you **don't** want the next service date to fall when it is calculated. AyaNova will automatically advance the next service date it calculates one day at a time until it hits on a day that is *not* excluded. Selecting all days of the week is not valid here or nothing would be generated. Typically this is used to exclude weekends.
|
||||
|
||||
#### Next service date
|
||||
|
||||
When you first create a PM this is the date that will first be used to set the service work order's Service date field. Subsequently the AyaNova server will [automatically advance this date](#pm-dates-moved-forward) for you each time it generates a new service work order.
|
||||
|
||||
#### Stop generating date
|
||||
|
||||
This optional field is used to set a limit to how long this PM will generate work orders. When it detects that a new work order would be generated beyond this date it automatically sets the PM to inactive and stops processing it.
|
||||
|
||||
#### Copy wiki
|
||||
|
||||
When checked the PM will copy it's WIKI over to the service work order generated.
|
||||
|
||||
#### Copy attachments
|
||||
|
||||
When checked the PM will copy any attached files over to the service work order generated.
|
||||
Reference in New Issue
Block a user