Skip to content

Managing Items

Items exist at two levels: the global item catalog (shared across all warehouses) and warehouse items (an item enrolled in a specific warehouse with warehouse-specific settings).


The item catalog holds the master definition of every product. An item in the catalog is not yet tied to any warehouse — it is just a definition.

  1. In the sidebar, open Stock → Items and click ADD ITEM
  2. Enter the name
  3. Enter a code — a unique product or SKU code
  4. Enter the unit of measure (e.g., pcs, kg, box, m)
  5. Optionally assign a category
  6. Click Save

The item is now in the catalog but not yet available in any warehouse.

Categories help group items for filtering and reporting. Create them under Master Data → Categories (admin-only section) before assigning them to items.


Before stock of an item can be received at a warehouse, the item must be enrolled there as a warehouse item. (There is no “Enroll Item” screen — enrollment is just creating an Item Warehouse record.)

  1. In the sidebar, open Stock → Item Warehouse and click ADD ITEM WAREHOUSE

  2. Select the warehouse and the item from the catalog

  3. Set the tracking type — this is the most important decision:

    Tracking TypeChoose when…
    BULKYou only need to track total quantity
    LOTStock has batches, expiry dates, or traceability requirements
    SERIALEach unit has a unique serial number
    RFIDEach unit has a unique RFID tag

    See Tracking Types for full guidance.

  4. Optionally set Min Quantity — a low-stock threshold for this item in this warehouse

  5. Optionally set a Selling Price

  6. Add Notes if there are handling instructions specific to this location

  7. Click Save


The warehouse item detail view shows these fields, plus a per-bin breakdown of stock (or, for serialized items, a list of individual units):

FieldMeaning
On HandSum of all quant onHandQuantity values for this item
AvailableQuantity free to order. In the current implementation this equals On Hand — reserving relocates stock to a staging bin rather than reducing an available figure
Min QuantityThe low-stock threshold set at enrollment (if any)
BinsNumber of bins holding stock of this item

(The backend also computes totalQuantityAllocated and needsReorder, but the detail view does not display them. Allocated is always 0 — see Inventory Model.)


Lots are relevant for LOT (and optionally SERIAL/RFID) tracked items.

Lots can be created when adding an inbound order line, or in advance:

  1. In the sidebar, open Stock → Lots and click ADD LOT
  2. Select the warehouse item the lot belongs to
  3. Enter the lot number — must be unique for this warehouse item
  4. Optionally enter expiration date and manufacturing date
  5. Add notes if needed
  6. Click Save

Each lot shows its current on-hand quantity derived from the quants linked to it. You can see which bins hold stock for each lot.