Inventory
Manage products, monitor stock levels, and track operational metrics
Total Catalog
{{ metrics.totalProducts }}
Units Sold
{{ metrics.totalSold }}
Stock Alerts
{{ metrics.lowStock }}
Returned Units
{{ metrics.totalReturned }}
| Product & SKU | Pricing | Stock Level | Operations (Sold/Ret) | Status | Actions |
|---|---|---|---|---|---|
|
{{ product.name }}
{{ product.sku }}
{{ product.category }}
|
{{ formatCurrency(product.price) }}
Cost: {{ formatCurrency(product.cost) }}
|
{{ product.stock }} units
Out of Stock
Low Stock
In Stock
|
Sold
{{ product.sold }}
Ret
{{ product.returned }}
|
{{ product.status }} | |
| No products found matching your current filters. | |||||
Showing {{ filteredProducts.length ? startIndex + 1 : 0 }} to {{ Math.min(endIndex, filteredProducts.length) }} of {{ filteredProducts.length }} products