Current on-hand by item and location. Export items CSV · Export movements CSV
{% if rows %}| Location | GTIN | Name | Brand | On hand | Last movement | |
|---|---|---|---|---|---|---|
| {{ row.location_name }} | {{ row.gtin }} |
{{ row.name or "—" }} {% if row.needs_review %} needs review {% endif %} | {{ row.brand or "—" }} | {{ row.on_hand }} | {% if row.last_movement_at %} {{ row.last_movement_at }} {% else %} — {% endif %} | Enrich |
No inventory yet. Scan some items to get started.
{% endif %}