This commit is contained in:
@@ -1,3 +1,140 @@
|
||||
# INV-PART-INVENTORY
|
||||
# Part inventory
|
||||
|
||||

|
||||
The Inventory data table and edit form are used to 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
|
||||
|
||||
## Authorization Roles required
|
||||
|
||||
This form is available to User's with the following [roles](ay-biz-admin-roles.md):
|
||||
|
||||
Full access
|
||||
|
||||
- Accounting
|
||||
- Business administration
|
||||
- Inventory
|
||||
|
||||
Read only access
|
||||
|
||||
- Business administration - restricted
|
||||
- Inventory - restricted
|
||||
- Service manager
|
||||
- Service manager - restricted
|
||||
|
||||
## How to access inventory
|
||||
|
||||
Inventory transactions are accessed in the following ways:
|
||||
|
||||
- From the `Inventory` navigation pane `Part Inventory` item to open the Inventory [data table](ay-start-form-data-tables.md)
|
||||
|
||||
## How inventory works
|
||||
|
||||
The inventory tracking system in AyaNova is documented in the [part inventory transactions](inv-part-inventory-transactions.md#how-inventory-works) manual page.
|
||||
|
||||
### Inventory is optional
|
||||
|
||||
AyaNova does not _require_ the use of inventory, if it is not something required for your business you can turn off inventory completely in the [global settings form](adm-global-settings.md#use-inventory)
|
||||
|
||||
## Inventory data table
|
||||
|
||||
The Inventory [data table](ay-start-form-data-tables.md) is an overview of the current state of inventory related data for each part / warehouse combination and access to common data table [menu options](ay-start-form-data-tables.md#common-menu-options).
|
||||
|
||||
Inventory is listed by Part / Warehouse combination individually.
|
||||
|
||||
### Inventory data table columns
|
||||
|
||||
#### Part name
|
||||
|
||||
The part name as entered in the Name field of the [Part](inv-parts.md) form.
|
||||
|
||||
#### Part warehouse name
|
||||
|
||||
The part warehouse name as entered in the Name field of the [Part warehouse](inv-part-warehouses.md) form.
|
||||
|
||||
#### On hand
|
||||
|
||||
The quantity on hand / in stock for this Part / Warehouse combination. This value is quantity available for use at the moment this data table was last refreshed.
|
||||
|
||||
#### Minimum quantity
|
||||
|
||||
This value is the re-order level for this part / warehouse combination that was entered in the [Part stocking level](inv-part-stock-levels.md) form for this Part.
|
||||
|
||||
It indicates the point at which parts should be ordered when the on-hand inventory level for this part / warehouse combination goes below this minimum quantity value.
|
||||
|
||||
Minimum quantity is used by the Purchase order [restock list](inv-purchase-orders.md#restock-list) feature to populate a new purchase order with the required quantity to bring the inventory level back to the minimum quantity specified.
|
||||
|
||||
A value of zero means there is no minimum quantity selected for this part / warehouse combination.
|
||||
|
||||
#### Re-order quantity
|
||||
|
||||
This value shows the quantity of this part / warehouse combination that would need to be ordered to bring this part / warehouse on hand quantity back to the [minimum quantity](#minimum-quantity) value set.
|
||||
|
||||
#### On order
|
||||
|
||||
The quantity of this part / warehouse combination that is currently un-received on purchase orders.
|
||||
|
||||
#### Quantity on order committed
|
||||
|
||||
The portion of each on order quantity that is committed to existing workorder [part requests](svc-workorders.md#part-requests) and unavailable for use elsewhere.
|
||||
|
||||
#### Active
|
||||
|
||||
This is the current Active setting for the [Part](inv-parts.md).
|
||||
|
||||
#### Inventory Id
|
||||
|
||||
Last inventory transaction ID for this part.
|
||||
|
||||
This data table doesn't have a natural Id value since it pulls in data from many locations so this field provides a unique id value in order to be able to select individual records for reporting and other bulk operations.
|
||||
|
||||
Clicking on this field will show the history of the transaction represented by this Id.
|
||||
|
||||
#### Part description
|
||||
|
||||
The value entered into the [Part's](inv-parts.md) `Description` field.
|
||||
|
||||
#### Cost
|
||||
|
||||
The value entered into the [Part's](inv-parts.md) `Cost` field.
|
||||
|
||||
#### Retail
|
||||
|
||||
The value entered into the [Part's](inv-parts.md) `Retail` field.
|
||||
|
||||
#### Wholesaler
|
||||
|
||||
The [Vendor](vendors.md) selected on the [Part's](inv-parts.md) `Wholesaler` field.
|
||||
|
||||
#### Alternative Wholesaler
|
||||
|
||||
The [Vendor](vendors.md) selected on the [Part's](inv-parts.md) `Alternative wholesaler` field.
|
||||
|
||||
#### Tags
|
||||
|
||||
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.
|
||||
|
||||
The adjustment form contains all the [standard edit form](ay-start-edit-forms.md) functionality and contains the following fields:
|
||||
|
||||
#### Description
|
||||
|
||||
A required description of the reason for the transaction.
|
||||
|
||||
#### Part
|
||||
|
||||
The [Part](inv-parts.md) being adjusted.
|
||||
|
||||
#### Part warehouse
|
||||
|
||||
The [Part warehouse](inv-part-warehouses.md) that needs it's inventory adjusted.
|
||||
|
||||
#### Quantity
|
||||
|
||||
Enter the quantity adjustment.
|
||||
|
||||
Reference in New Issue
Block a user