This commit is contained in:
2021-10-16 18:43:36 +00:00
parent 7975fc5465
commit bab47964f3
2 changed files with 20 additions and 2 deletions

View File

@@ -108,9 +108,16 @@ Now nearly all fields and sections on the work order form can be removed or made
#### Custom fields / attachments / wiki
In v7 custom fields, attachments and wiki were supported only in the Work order Item part of the work order. We have now added those to the main Work order itself and the Work order item Unit record in addition to the work order item. So there are now three areas in a work order that support these features. Migrated data from v7 will go to the Work order item record the same as v7.
#### Inventory / serial numbers
#### Inventory
##### Serial numbers
When a work order has a part added / removed or changed, inventory and serial numbers are updated immediately upon save. There is no longer a "Used in service" checkbox to affect inventory; inventory is now considered immediately affected upon save of a work order item part record. This resolves a number of issues that could arise in the past.
Serial numbers can be edited directly from the Part record and are not tied to inventory in v8.
##### Part inventory adjustments
In v7 a part inventory adjustment was a separate type of object from the actual inventory itself. In v8 inventory is adjusted by making an inventory transaction entry directly into the inventory "blockchain". In v8 serial numbers are updated via the Part object, *not* the inventory adjustment / transaction as in v7.
#### Work order Items
The work order items now have a "Sequence" field and can be re-ordered as desired so that they are listed in the UI and print on work orders in a specific order. If no order is chosen it defaults to the v7 system of newer items appended to the bottom of the list.