Contents
Inventory Pro uses transaction workflows to manage corrections, reservations, and returns after initial receiving. These workflows maintain data integrity while allowing authorized users to fix errors and manage committed inventory.
| Workflow | Access Path | Purpose |
|---|---|---|
| Amend | Inventory → Stock → Amend Archive/Active | Correct inventory attributes after receiving (cost, price, dates) |
| Return | Amend screen → Return button | Return archived (issued) inventory back to active stock |
| Commit Stock | Order Line Items → [Commit] button | Reserve specific inventory for order fulfillment |
The Amend function allows you to correct inventory record attributes without changing quantities. Use amend to fix receiving errors, update costs, or correct dates on previously received inventory.
Access: Inventory → Stock → Amend Archive (for issued items) or Amend Active (for on-hand items)
Security: Requires Security ID 199 (Amend permission)
| Use Amend For | Don’t Use Amend For |
|---|---|
| Correcting unit costs on receipts | Changing quantities (use Cycle Counts) |
| Fixing expiration dates | Moving inventory (use Move/Transfer) |
| Updating receiving status codes | Adding new inventory (use Receive Stock) |
| Correcting issue prices (archive only) | Removing inventory (use Issue Stock) |
| Adding notes and remarks |
The amend screen displays both read-only information and editable fields:
Display-Only Fields (reference information):
Editable Fields (what you can change):
| Field | Active Stock | Archive Stock | Purpose |
|---|---|---|---|
| Receive Cost | ✓ | ✓ | Unit cost when received |
| Issue Price | - | ✓ | Price charged when issued |
| Receiving Status | ✓ | ✓ | Status code for receiving |
| Out Status | - | ✓ | Status code for issuing |
| Receive Date | ✓ | ✓ | Date inventory was received |
| Issue Date | - | ✓ | Date inventory was issued |
| Expiration Date | ✓ | ✓ | Product expiration date |
| Job ID | - | ✓ | Associated job/project |
| Remark | - | ✓ | Notes about the transaction |
| Detailed Notes | ✓ | ✓ | Extended notes field |
| String Option 1 | - | ✓ | Custom attribute field |
Tip: Archived inventory has more editable fields because the item has already been issued-you can correct both receiving and issuing information.
The Return function moves archived (issued) inventory back to active stock. This reverses an issue transaction when items are returned unused or need to be restocked.
Access: Available from the Amend Archive screen when conditions are met
Security: Requires Security ID 199 (Amend/Return permission)
The Return button appears on the Amend Archive screen only when:
These conditions ensure you can only return items that were properly issued through normal workflows.
Result: The inventory moves from archive back to active stock at the original location. The system updates quantities and creates an audit trail entry.
| Return (via Amend) | Receive Stock |
|---|---|
| Reverses a previous issue | Creates new inventory |
| Maintains original record link | Creates new record |
| Used for issued items coming back | Used for new receipts |
| Preserves cost history | Applies current costs |
The Commit Stock function reserves specific inventory records for order line items before issuing. This ensures designated stock is allocated to a particular order and won’t be used for other purposes.
Access: From order line item grids via the [Commit] button, which opens the Locate/Move screen in commit mode
| Term | Definition |
|---|---|
| On Hand | Total physical inventory in the warehouse |
| Committed | Reserved for specific orders (marked with boolCommit flag) |
| Available | On Hand minus Committed-what can be allocated to new orders |
Formula: Available = On Hand - Committed
When issuing or assembling orders, committed stock is allocated first before other available inventory.
Commit stock works with three order types:
| Order Type | Access Path | Use Case |
|---|---|---|
| Shipping Orders | Orders → Shipping Orders → Line Items → [Commit] | Reserve inventory for customer shipments |
| Work Orders | Orders → Work Orders → Line Items → [Commit] | Reserve materials for assembly/production |
| Repair Orders | Orders → Repair Orders → Line Items → [Commit] | Reserve parts for repairs |
The system:
boolCommit = 1On the order line grid, committed stock information displays:
To remove a commitment and make inventory available again:
Note: Committed records that are issued or assembled are automatically processed with their commitment intact.
When processing an order (issuing or completing assembly):
| Report | Purpose |
|---|---|
| Amended Parts Report | View history of amendments made to inventory records |
| Audit Trail | Complete transaction history including amends and returns |
| Committed Stock Report | View inventory reserved for orders |
| Available Stock Report | On-hand minus committed quantities |
On this page