Inventory Report
Product Name | Category | Total Quantity | Total Available Quantity | Total Selling Quantity |
---|---|---|---|---|
{{ $item->name ?? '' }} | {{ ($item->category->name ?? '') . (isset($item->category->unitOfMass) ? ' (' . $item->category->unitOfMass->name . ')' : '') }} | {{ $item->total_qty ?? '' }} | {{ $item->qty ?? '' }} | {{ max(0, round($item->total_qty - $item->qty, 0)) ?? '' }} |