This commit is contained in:
@@ -1,12 +1,8 @@
|
||||
# Part inventory
|
||||
|
||||
The Inventory data table and edit form are used to overview the state of inventory for each part and warehouse.
|
||||
The Inventory data table and edit form are used to provide an overview the state of inventory for each part and warehouse.
|
||||
|
||||
- inventory on hand
|
||||
- minimum quantity required to be in stock setting
|
||||
- reorder quantity required to meet currrent needs
|
||||
- On order quantity showing amount ordered on purchase orders that is not yet received
|
||||
- Committed quantity showing the portion of each on order quantity that is committed to existing workorder part requests
|
||||
In addition it can be used to drive a variety of reports for inventory reconciliation / stock taking or other purposes.
|
||||
|
||||
## Authorization Roles required
|
||||
|
||||
@@ -45,6 +41,10 @@ The Inventory [data table](ay-start-form-data-tables.md) is an overview of the c
|
||||
|
||||
Inventory is listed by Part / Warehouse combination individually.
|
||||
|
||||
### Point in time snapshot
|
||||
|
||||
The values shown in this data table are a **snapshot**, that is, they represent the current values that were valid at the point in time that this table was last fetched / refreshed from the AyaNova server.
|
||||
|
||||
### Inventory data table columns
|
||||
|
||||
#### Part name
|
||||
@@ -119,9 +119,11 @@ The Tags selected for this [Part](inv-parts.md).
|
||||
|
||||
## Part inventory adjustment edit form
|
||||
|
||||
When a record is added from the inventory table the part inventory adjustment form opens for making a manual inventory adjustment.
|
||||
When a record is added from the inventory table the part inventory adjustment form opens for making a manual part inventory transaction adjustment.
|
||||
|
||||
The adjustment form contains all the [standard edit form](ay-start-edit-forms.md) functionality and contains the following fields:
|
||||
Adjustments made can be viewed in the [Inventory transactions](inv-part-inventory-transactions.md) form as well as updated in the values showing in this inventory table on refresh.
|
||||
|
||||
The adjustment form has all the [standard edit form](ay-start-edit-forms.md) functionality and contains the following fields:
|
||||
|
||||
#### Description
|
||||
|
||||
|
||||
Reference in New Issue
Block a user