Monitor and manage your inventory stock levels
Total Items
{{ $totalItems }}
Healthy
{{ $healthyStockItems }}
Low Stock
{{ $lowStockItems }}
Critical
{{ $criticalStockItems }}
Out of Stock
{{ $outOfStockItems }}
Total Value
{{ currency($totalValue) }}
| Item | Stock Level | Status | Value |
|---|---|---|---|
|
{{ $item->name }}
{{ $item->sku }}
@if($item->category)
• {{ $item->category->name }}
@endif
|
{{ number_format($item->current_stock, 2) }} {{ $item->unit?->abbreviation }}
Min: {{ number_format($item->minimum_stock, 2) }}
@if($item->maximum_stock)
• Max: {{ number_format($item->maximum_stock, 2) }}
@endif
|
{{ $statusLabel }} |
{{ currency($item->getTotalValue()) }}
@ {{ currency($item->unit_cost) }}
|
No Items FoundTry adjusting your filters |
|||
Stock In
{{ number_format($movementStats->total_in ?? 0, 0) }}
Stock Out
{{ number_format($movementStats->total_out ?? 0, 0) }}
Purchases
{{ $movementStats->purchase_count ?? 0 }}
Adjustments
{{ $movementStats->adjustment_count ?? 0 }}
Wastage
{{ $movementStats->wastage_count ?? 0 }}
{{ $item->name }}
{{ number_format($item->current_stock, 2) }} / {{ number_format($item->reorder_point, 2) }} {{ $item->unit?->abbreviation }}
{{ $category->items_count }} items
{{ $movement->inventoryItem?->name ?? 'Unknown' }}
{{ $movement->quantity_change > 0 ? '+' : '' }}{{ number_format($movement->quantity_change, 2) }} {{ $movement->inventoryItem?->unit?->abbreviation }} • {{ ucfirst($movement->type) }}
{{ $order->order_number ?? 'PO-'.$order->id }}
{{ $order->supplier?->name ?? 'No supplier' }}