Generated on: {{ $report_date }}
Stock Threshold: {{ $threshold }} units or less
| Product ID | Supplier | Supplier P/N | Warehouse | Location | Available | Reserved | Status |
|---|---|---|---|---|---|---|---|
| {{ $item['product_id'] }} | {{ $item['supplier'] }} | {{ $item['supplier_part_number'] ?? 'N/A' }} | {{ $item['warehouse'] }} | {{ $item['location'] }} | {{ $item['available'] }} | {{ $item['reserved'] }} | OUT OF STOCK |
| Product ID | Supplier | Supplier P/N | Warehouse | Location | Quantity | Available | Reserved | Value |
|---|---|---|---|---|---|---|---|---|
| {{ $item['product_id'] }} | {{ $item['supplier'] }} | {{ $item['supplier_part_number'] ?? 'N/A' }} | {{ $item['warehouse'] }} | {{ $item['location'] }} | {{ $item['quantity'] }} | {{ $item['available'] }} | {{ $item['reserved'] }} | ${{ number_format($item['value'], 2) }} |
| Product ID | Supplier | Supplier P/N | Warehouse | Location | Quantity | Available | Reserved | Value |
|---|---|---|---|---|---|---|---|---|
| {{ $item['product_id'] }} | {{ $item['supplier'] }} | {{ $item['supplier_part_number'] ?? 'N/A' }} | {{ $item['warehouse'] }} | {{ $item['location'] }} | {{ $item['quantity'] }} | {{ $item['available'] }} | {{ $item['reserved'] }} | ${{ number_format($item['value'], 2) }} |
| Product ID | Supplier | Warehouse | Current | Available | Daily Usage | Days Left | Reorder Point | Order Qty | Est. Value | Priority |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ $item['product_id'] }} | {{ $item['supplier'] }} | {{ $item['warehouse'] }} | {{ $item['current_quantity'] }} | {{ $item['available_quantity'] }} | {{ $item['avg_daily_usage'] }} | {{ $item['days_until_stockout'] < 999 ? $item['days_until_stockout'] : 'N/A' }} | {{ $item['reorder_point'] }} | {{ $item['suggested_quantity'] }} | ${{ number_format($item['estimated_value'], 2) }} | @switch($item['priority']) @case(1) CRITICAL @break @case(2) VERY URGENT @break @case(3) URGENT @break @case(4) LOW @break @default MONITOR @endswitch |
| Product ID | Supplier P/N | Current Qty | Order Qty | Est. Value | Priority |
|---|---|---|---|---|---|
| {{ $item['product_id'] }} | {{ $item['supplier_part_number'] ?? 'N/A' }} | {{ $item['current_quantity'] }} | {{ $item['suggested_quantity'] }} | ${{ number_format($item['estimated_value'], 2) }} | @switch($item['priority']) @case(1) CRITICAL @break @case(2) VERY URGENT @break @case(3) URGENT @break @default LOW @endswitch |
No items found below the specified threshold of {{ $threshold }} units.
All inventory levels are currently adequate.