Warehouse & Inventory
This domain tracks every physical unit from the moment it enters the building to the moment it ships. Logistics handles inbound receipts and shipments; Stock holds the truth — lots at locations with a full ledger; Warehouse Outbound allocates and dispatches finished goods; and Delivery Notes document what left the dock. Every posting reflects into the Finindex GL.Flow
Inbound to outbound
Logistics
Inbound receipts bring goods in; shipments and deliveries move them out. Locations are the warehouse map.Post an inbound receipt
Posting is what turns a draft receipt into real stock — it creates lots and writes the inventory GL entry.Stock
Stock is the inventory system of record: lots (a quantity of a material/SKU with provenance) live at locations, and every change appends to the ledger.The source lot for a movement.
Destination location (omit for an issue/consumption).
Quantity to move; must not exceed the lot’s available balance.
Warehouse Outbound
Outbound orders pull finished goods, allocate them against available lots, then dispatch.Allocate an outbound order
Allocate reserves specific lots; dispatch commits the movement, decrements stock, and triggers the COGS / accounts-receivable posting in Finindex.
Delivery Notes
A delivery note is the document of record for goods leaving the dock, usually generated from a dispatched outbound order.Inventory Reconciliation
A read-only report comparing on-hand stock against the ledger to surface drift before a stock-take.Discrepancies flagged here are corrected with
POST /api/v1/stock/stock-take, which posts the adjusting movement and its gain/loss entry to the GL.