Inventory
This course covers the full Inventory module in Quickenerp. Learn how to set up warehouses, manage stock operations (receipts, deliveries, internal transfers), track products with lots/serials, configure replenishment rules, run physical counts, and understand inventory valuation methods.
| Responsible | System |
|---|---|
| Last Update | 07/21/2026 |
| Completion Time | 5 days 8 hours |
| Members | 1 |
Inventory Overview
View allWarehouses
Go to Inventory > Configuration > Warehouses. A default warehouse (WH) is created automatically.
Creating a Warehouse
- Click Create.
- Warehouse Name - e.g. "Main Warehouse", "East Coast DC", "Returns Center".
- Short Name - Abbreviation (e.g. MAIN, EAST, RET). Used in location names.
- Address - Physical address of the warehouse.
- Company - In multi-company setups.
- Routes - Default supply routes for this warehouse.
- Save. The warehouse automatically creates a location hierarchy: WH/Stock, WH/Input, WH/Output, WH/Scrap.
Location Types
| Type | Purpose |
|---|---|
| Physical (Internal) | Actual storage locations. Stock is tracked here. |
| View | Parent locations that group children. No stock directly at view locations. |
| Vendor Location | Virtual location representing goods not yet received. |
| Customer Location | Virtual location for delivered goods. |
| Production | Virtual location for goods in manufacturing. |
| Inventory Loss | Virtual location for inventory adjustments and scrap. |
Location Hierarchy Example
- WH (Warehouse, View)
- WH/Stock (Physical - main stock area)
- WH/Stock/Aisle-A (View)
- WH/Stock/Aisle-A/Shelf-01 (Physical)
- WH/Stock/Aisle-A/Shelf-02 (Physical)
- WH/Stock/Aisle-B (View)
- WH/Input (Physical - goods awaiting put-away)
- WH/Output (Physical - goods ready for dispatch)
- WH/Scrap (Physical - damaged/waste goods)
Multi-Warehouse Setup
Multiple warehouses share the same product catalog but track stock independently. Use routes to transfer stock between warehouses. Enable in Settings → "Multi-Warehouse".
Lot & Serial Numbers
Enable on the product form. Go to Inventory > Products, edit product, set Tracking field:
- By Lots - For batch items (chemicals, food, non-unique goods).
- By Unique Serial Number - Each unit is unique (electronics, appliances).
Assigning Lots/Serials on Receipt
- Create or open a receipt for a tracked product.
- On the "Lot/Serial Numbers" tab, click Create.
- Enter the lot/serial number and quantity (for lots).
- Validate the receipt. The lots are now tracked in inventory.
On-Demand Serial Numbers
In Settings, enable "On-Demand Serial Number Creation". Quickenerp auto-generates serial numbers when you validate the receipt if not entered manually. Configure the pattern in Inventory → Configuration → Sequences.
Traceability Reports
Inventory > Traceability > Lots/Serial Numbers - Search by lot/serial. See where it came from (vendor, PO, receipt date) and where it went (delivery, customer).
Product Moves Traceability
Open a product → Traceability smart button. See every move for that product. Filter by lot, date range, operation type. Useful for recalls and audits.
Reordering Rules
Go to Inventory > Master Data > Reordering Rules. Auto-trigger replenishment when stock drops below a threshold.
Creating a Reordering Rule
- Click Create.
- Product - Select the product to replenish.
- Location - The warehouse location (typically WH/Stock).
- Minimum Quantity - When stock reaches this level, trigger reorder.
- Maximum Quantity - Replenish up to this level.
- Multiple Quantity - Order in multiples (e.g. case of 12).
- Lead Time - Days from order to receipt (overrides product lead time).
- Route - Buy, Manufacture, or Internal Transfer.
- Save.
How the Replenishment Engine Works
- The scheduled action "Reordering Rules" runs (every few hours or daily).
- For each rule where virtual stock (forecasted) < minimum, a replenishment is created.
- The replenishment follows the product's route (Buy → PO, Manufacture → MO).
- The order quantity is max - forecasted (rounded to multiple quantity).
Virtual / Forecasted Stock
Quantity On Hand (QOH) - Physically in stock.
Forecasted Quantity - QOH + incoming - outgoing. This is what triggers reordering.
Manual Replenishment
Go to Inventory > Operations > Replenishment. View all products needing replenishment. You can:
- Click Order Once to create an immediate order.
- Click Create Reordering Rule for ongoing automation.