This commit is contained in:
2022-04-02 00:28:24 +00:00
parent 507234af73
commit 478b5b3310
3 changed files with 11 additions and 9 deletions

View File

@@ -2,13 +2,15 @@
The Part requests data table shows [Work order part requests](svc-workorders.md#part-requests) in AyaNova.
Part requests are made on a work order when a service technician enters a part on a work order and selects a quantity greater than the amount currently in stock. They are prompted if they want to request the balance and if they choose a work order item part request record is made.
Part requests are created when a service technician enters a part on a work order and selects a quantity greater than the amount currently in stock.
Part requests are used by the Purchase order [Part requests](inv-purchase-orders.md#part-requests) feature to populate a new purchase order with the required quantity to fulfil the service technician's required quantity specified on each work order.
They are prompted if they want to request the balance and if they choose to do so, a work order item part request record is made.
Part requests are used by the Purchase order [Part requests](inv-purchase-orders.md#part-requests) feature to populate a new purchase order with the quantity needed to fulfil the service technician's required quantity specified on each work order.
This list is provided to give the Inventory users an overview of the state of requested parts and is also helpful when receiving inquiries about the state of parts requested.
Actual fulfillment is done via the Purchase order's [Part requests](inv-purchase-orders.md#part-requests) feature.
Part requests are fulfilled via the Purchase order's [Part requests](inv-purchase-orders.md#part-requests) feature.
## Authorization Roles required
@@ -105,4 +107,4 @@ The [Vendor](vendors.md) selected on the [Part's](inv-parts.md) `Manufacturer` f
#### Work order status
The [Work order status](svc-workorders.md#status) of the Work order that contains the [Work order item part request](svc-workorders.md#part-requests) for this record.
The [Work order status](svc-workorders.md#work-order-status) of the Work order that contains the [Work order item part request](svc-workorders.md#part-requests) for this record.