Africa Conglomerate ← All Guides

🏭 Inventory Management

⏱ 20 min read 📋 14 steps 🎯 Intermediate 👥 B2B Sellers & Warehouse Managers

Learn how to manage your warehouses, organise stock locations, track inventory movements, handle inter-warehouse transfers, respond to stock alerts, and generate inventory reports on Africa Conglomerate.

Before you begin
  • Your company account must be approved (see Account Setup)
  • At least one product must exist in your catalog (see Catalog Management)
  • You must have a B2B account with Admin or Warehouse Manager role
  • Report exports require a Growth or Enterprise plan (Starter plan: reports are view-only)

Part 1 — Set Up a Warehouse

A warehouse is the physical location where your inventory is stored. You can have multiple warehouses (e.g. Kampala Main, Nairobi Branch) and track stock independently across each one.

1

Navigate to Inventory → Warehouses

From your dashboard, click Inventory in the left navigation, then select Warehouses. You will see a list of all existing warehouses with their item counts and active location counts.

📸 Screenshot: Warehouses List Shows the warehouses list page with warehouse cards displaying name, code, address, item count, and location count badges. /static/guides/images/inventory/01-warehouses-list.png Screenshot: Warehouses List
2

Create a New Warehouse

Click + New Warehouse. Fill in the warehouse details:

  • Name * — e.g. "Kampala Main Warehouse"
  • Code * — short unique identifier, e.g. "KLA-MAIN"
  • Address — full physical address of the facility
  • Active — tick to make this warehouse operational immediately

Click Save Warehouse when done.

📸 Screenshot: Create Warehouse Form Shows the warehouse creation form with name, code, address, and active checkbox fields. /static/guides/images/inventory/02-create-warehouse.png Screenshot: Create Warehouse
Tip Use a consistent naming convention for warehouse codes — for example, a 3-letter city code followed by a sequence number (KLA-001, NBI-001). This makes it easy to identify locations at a glance on stock labels and reports.
3

Set Up Stock Locations Inside the Warehouse

Locations let you pinpoint exactly where within a warehouse a product is stored. Click Manage Locations on the warehouse card, then click + New Location.

  • Name * — e.g. "Aisle A", "Zone 1", "Shelf B2"
  • Code * — short label used on stock labels, e.g. "A", "Z1", "B2"
  • Parent Location — leave blank for a top-level area; select an existing location to nest this one inside it (e.g. "Row 3" inside "Aisle A")
  • Active — tick to enable the location immediately
📸 Screenshot: Locations Tree View Shows the hierarchical location tree with top-level aisles and indented sub-locations (columns and rows), each with an Edit and Sub-location button. /static/guides/images/inventory/03-locations-tree.png Screenshot: Locations Tree
Sub-locations Locations can be nested to any depth. A typical hierarchy looks like: Aisle → Column → Row → Bin. Click the Sub button next to any location to quickly add a child location beneath it.
4

Use the Layout Wizard for large warehouses

Creating dozens of locations one-by-one is slow. The Layout Wizard generates your entire location hierarchy in one go by answering a few questions about your physical layout.

Click the green 🪄 Layout Wizard button on the Locations page. You will be asked for:

Field What it means Example
Floor label Name of the floor or building level (top-level location) Ground Floor, F1, Block A
Sections Major areas or aisles inside the floor A, B, C, D or Aisle-1, Aisle-2
Columns per section Number of racking columns in each section (auto-labeled A–Z) 4 → columns A, B, C, D
Rows per column Number of shelving rows stacked vertically in each column (auto-labeled 1–N) 4 → rows 1, 2, 3, 4

A live preview on the right shows the resulting location codes before you commit. Click Create Locations and the wizard creates every location in seconds. It is idempotent — running it twice on the same warehouse skips locations that already exist.

Example — section A514
Section A, 5 columns, 14 rows per column creates 5 × 14 = 70 bin locations named A-A1 through A-E14. Add four sections A, B, C, D and you get 280 locations in one click.
📸 Screenshot: Layout Wizard Shows the Layout Wizard form on the left with floor label, section names, column count, and row count fields. The right panel shows a live preview tree of the generated locations. /static/guides/images/inventory/03b-layout-wizard.png Screenshot: Layout Wizard

Part 2 — View and Adjust Stock

The Stock screen gives you a live overview of all inventory items, their on-hand quantities, reserved stock, and reorder status. You can manually adjust quantities and review movement history from here.

4

Browse Your Inventory

Go to Inventory → Stock. Use the filter controls at the top of the page to narrow by:

  • Warehouse — show stock for a specific warehouse only
  • Search — find by product name or SKU
  • Status — filter by In Stock, Low Stock, or Out of Stock

Each row shows the product name, SKU, warehouse, location, quantity on hand, quantity reserved, and reorder point. Items at or below the reorder point are highlighted in amber; out-of-stock items appear in red.

📸 Screenshot: Stock List Shows the stock list with filter bar, status badges (In Stock, Low Stock, Out of Stock), and quantity columns per inventory item. /static/guides/images/inventory/04-stock-list.png Screenshot: Stock List
5

View an Item's Movement History

Click any item row to open the Inventory Detail page. The bottom panel shows the last 50 stock movements — each entry shows the date, direction (IN / OUT), quantity, reference order or adjustment, and the user who recorded it.

📸 Screenshot: Inventory Item Detail Shows the item detail page with a KPI row (on-hand, reserved, available, reorder point) and the movement history table below. /static/guides/images/inventory/05-item-detail.png Screenshot: Item Detail
6

Make a Manual Stock Adjustment

To record a stock receipt, damage write-off, or count correction, click Adjust Stock on the item detail page.

  • DirectionAdd to increase stock; Remove to decrease it
  • Quantity * — number of units to add or remove
  • Reason — e.g. "Goods received", "Damaged — write off", "Stocktake correction"
  • Reference — optional purchase order or GRN number

Click Save Adjustment. The movement is recorded with your name and a timestamp in the history trail.

📸 Screenshot: Adjust Stock Form Shows the stock adjustment form with direction radio buttons (Add / Remove), quantity input, reason text field, and reference field. /static/guides/images/inventory/06-adjust-stock.png Screenshot: Adjust Stock
Audit Trail All adjustments are permanent and logged. There is no delete option — to reverse an entry, create an opposing adjustment with a clear explanation in the Reason field.

Part 3 — Transfer Stock Between Warehouses

Use stock transfers to move inventory from one warehouse to another. The platform deducts the quantity from the source warehouse and adds it to the destination in a single atomic operation.

7

Create a Transfer

Go to Inventory → Transfers and click + New Transfer. Fill in:

  • From Warehouse * — the warehouse you are moving stock out of
  • To Warehouse * — the receiving warehouse (must be different)
  • Inventory Item * — the specific product to transfer
  • Quantity * — must not exceed the available stock at the source
  • Notes — optional reason for the transfer
📸 Screenshot: Transfer Form Shows the transfer creation form with source/destination warehouse dropdowns, item selector, quantity input, and notes field. /static/guides/images/inventory/07-transfer-form.png Screenshot: Transfer Form
Tip The system validates that the source warehouse has enough available stock (on-hand minus reserved) before allowing the transfer. If the button stays disabled, check that you are not trying to move more units than are free.
8

Review the Transfer Log

The Transfers list shows the last 100 transfers with date, item, from/to warehouses, quantity, and the user who initiated it. Click any row to see the linked inventory movements at both ends.

📸 Screenshot: Transfer Log Shows the transfers list with columns for date, product, SKU, from warehouse, to warehouse, quantity, and initiated-by user. /static/guides/images/inventory/08-transfer-log.png Screenshot: Transfer Log

Part 4 — Manage Stock Alerts

The platform automatically raises alerts when an item falls below its reorder point or goes out of stock entirely. Acknowledging an alert marks it as reviewed and removes it from your active alert queue.

9

Review Active Alerts

Go to Inventory → Alerts. By default only unacknowledged alerts are shown. Toggle Show All to include previously acknowledged ones. Each alert shows:

  • Type — Low Stock or Out of Stock
  • Product & SKU
  • Warehouse — where the shortage is occurring
  • Current Qty — on-hand quantity at the time the alert fired
  • Reorder Point — the threshold that triggered the alert
📸 Screenshot: Stock Alerts List Shows the alerts page with coloured alert type badges (amber for Low Stock, red for Out of Stock) and an Acknowledge button on each row. /static/guides/images/inventory/09-alerts-list.png Screenshot: Alerts List
10

Acknowledge an Alert

Once you have taken action (e.g. ordered more stock or initiated a transfer), click Acknowledge on the alert row. The alert is marked as reviewed and moves out of the active queue. A new alert will fire automatically if the stock level drops again in the future.

Best Practice Review your alerts queue at the start of each working day. Pairing alerts with your reorder process ensures you never run out of fast-moving products during peak periods.

Part 5 — Inventory Reports

Inventory reports are available on Growth and Enterprise plans. They give you financial and operational insight into your stock — from total value to turnover speed and aging items.

11

Open the Reports Hub

Go to Inventory → Reports. The overview page shows summary KPIs: total SKUs, total units on hand, estimated total stock value, low-stock count, and out-of-stock count.

📸 Screenshot: Reports Overview Shows the reports landing page with five KPI cards (Total SKUs, Total Units, Total Value, Low Stock, Out of Stock) and three report links below. /static/guides/images/inventory/10-reports-overview.png Screenshot: Reports Overview
12

Valuation Report

Click Valuation. This report shows every inventory item with its quantity on hand × unit cost to give you the total monetary value tied up in each SKU. Filter by warehouse to see value per location. Click Export CSV to download the full report.

📸 Screenshot: Valuation Report Shows the valuation table with columns for SKU, product name, warehouse, unit cost, quantity on hand, and total value. Export CSV button in top-right. /static/guides/images/inventory/11-valuation-report.png Screenshot: Valuation Report
13

Turnover Report

Click Turnover. This report covers the last 30 days and shows inbound and outbound movements per product. Use it to identify your fast-moving (high turnover ratio) and slow-moving items that may be tying up capital.

📸 Screenshot: Turnover Report Shows the turnover table with inbound units, outbound units, and a turnover ratio column. Fast-moving items highlighted in green, slow-moving in amber. /static/guides/images/inventory/12-turnover-report.png Screenshot: Turnover Report
14

Aging Report

Click Aging. This report lists items that have had no outbound movement within a configurable window (default: 60 days). Use the Days filter to change the threshold. Items highlighted in red have been sitting unsold longest and may require action (promotion, clearance, or return to supplier).

📸 Screenshot: Aging Report Shows the aging report table with product name, SKU, last-movement date, and days-since-last-movement. Red highlighting on items over the threshold. /static/guides/images/inventory/13-aging-report.png Screenshot: Aging Report
Plan Requirement Inventory reports (Valuation, Turnover, Aging) require a Growth or Enterprise plan. On a Starter plan the Reports menu item is hidden. Visit Billing → Upgrade Plan to unlock reports.