This commit is contained in:
2022-04-01 23:41:43 +00:00
parent 6c9755bb38
commit ba2cf7caa7
2 changed files with 168 additions and 4 deletions

View File

@@ -28,7 +28,7 @@ Part assemblies are accessed in the following ways:
## How part assemblies work
Part assemblies are used to select a group of Parts at once. The parts selected are inserted into the form as if they had been selected individually, no link is required to the original Part assembly record so Part assemblies can be edited or removed at any time without affecting existing records.
Part assemblies are used to select a group of Parts at once. The parts selected are inserted into the form as if they had been selected individually, no link is required to the original Part assembly record so Part assemblies can be edited or removed at any time without affecting existing records.
## Part assemblies data table
@@ -44,4 +44,31 @@ The descriptive name used for this part assembly that Users will be looking for
#### Parts
This area is a collection of the selected parts for this part assembly. Clicking on the `+` icon above the list opens a dialog entry box to add a part.
This area is a collection of the selected parts for this part assembly.
Clicking on the `+` icon above the list opens a dialog entry box to add a part.
Click on the edit icon at the far right of any part line to change or remove that part.
#### Active
Part assemblies set to active can be selected by Users on work orders, quotes and pm's.
Part assemblies not active remain in the system but are not offered for selection in work orders, quotes and pm's.
#### Notes
Notes about this record for internal staff use. Notes can also be reported on if desired.
These notes are only visible in this form.
#### Tags
Optional [tags control](ay-start-form-tags.md) for categorizing and filtering in the data table.
#### Wiki
Optional [wiki control](ay-start-form-wiki.md).
#### Attached files
Optional [attachments control](ay-start-form-attachments.md).

View File

@@ -1,3 +1,140 @@
# INV-PART-INVENTORY
# Part inventory
![THIS PAGE UNDER CONSTRUCTION](img/underconstruction.svg)
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.