@include('inventory::reports.partials.styles')
Inventory classification by value (Pareto 80/20 principle)
| # | Class | Product | Category | Qty | Unit Price | Total Value | % of Total | Cumulative |
|---|---|---|---|---|---|---|---|---|
| {{ $i + 1 }} | {{ $item->abc_class }} |
{{ strtoupper(substr($item->product_name, 0, 2)) }}
{{ $item->product_name }}
{{ $item->sku }}
|
{{ $item->category_name }} | {{ number_format($item->total_qty, 2) }} {{ $item->unit_name }} | ₹{{ number_format($item->unit_price, 2) }} | ₹{{ number_format($item->total_value, 2) }} | {{ $item->value_percent }}% | {{ $item->cumulative_percent }}% |
No stock data found