No items found for the selected warehouse/Category
@else @if($opening) @endifPrintable Stock Overview
SL | Item Name | SKU | Attributes | Quantity | Cost Rate | Cost Amount |
---|---|---|---|---|---|---|
{{ $serial++ }} | {{ $item->name }} | @foreach($item->variations as $index => $variation) @if ($index === 0){{ $variation->sku }} | @foreach($variation->variationAttributes as $attribute) {{ $attribute->attributeValue->value }}@if(!$loop->last), @endif @endforeach | @php $stock = $variation->stocks->firstWhere('warehouse_id', $warehouse_id); @endphp {{ $stock ? $stock->available_stock : 0 }} | {{ $stock ? $stock->rate : 0 }} | {{ $stock ? $stock->amount : 0 }} | @else
{{ $variation->sku }} | @foreach($variation->variationAttributes as $attribute) {{ $attribute->attributeValue->value }}@if(!$loop->last), @endif @endforeach | @php $stock = $variation->stocks->firstWhere('warehouse_id', $warehouse_id); @endphp {{ $stock ? $stock->available_stock : 0 }} | {{ $stock ? $stock->rate : 0 }} | {{ $stock ? $stock->amount : 0 }} | ||
{{ $serial++ }} | {{ $item->name }} | {{ $item->unique_code }} | {{ $stock ? $stock->available_stock : 0 }} | {{ $stock ? $stock->rate : 0 }} | {{ $stock ? $stock->amount : 0 }} |