Generated on: {{ $report_date }}
Analyzing inventory movement patterns and aging status
| Age Category | Item Count | Total Quantity | Total Value | % of Total Value | Visual |
|---|---|---|---|---|---|
| {{ $category['category'] }} | {{ number_format($category['item_count']) }} | {{ number_format($category['total_quantity']) }} | ${{ number_format($category['total_value'], 2) }} | {{ $category['percentage_of_value'] }}% |
| Product ID | Supplier | Warehouse | Location | Quantity | Available | Unit Price | Total Value | Last Movement | Age (Days) |
|---|---|---|---|---|---|---|---|---|---|
| {{ $item['product_id'] }} | {{ $item['supplier'] }} | {{ $item['warehouse'] }} | {{ $item['location'] }} | {{ number_format($item['quantity']) }} | {{ number_format($item['available_quantity']) }} | ${{ number_format($item['unit_price'], 2) }} | ${{ number_format($item['total_value'], 2) }} | {{ $item['last_movement_date'] }} | {{ number_format($item['age_in_days']) }} |
| Product ID | Supplier | Warehouse | Location | Qty | Available | Reserved | Unit Price | Total Value | Last Movement | Age | Category |
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $item['product_id'] }} | {{ $item['supplier'] }} | {{ $item['warehouse'] }} | {{ $item['location'] }} | {{ number_format($item['quantity']) }} | {{ number_format($item['available_quantity']) }} | {{ number_format($item['reserved_quantity']) }} | ${{ number_format($item['unit_price'], 2) }} | ${{ number_format($item['total_value'], 2) }} | {{ $item['last_movement_date'] }} | {{ number_format($item['age_in_days']) }} | {{ $item['aging_category'] }} |
No aging data available for analysis.