@if(isset($data->bannerUrl) && $data->bannerUrl != "") @endif
INVENTORY LEDGER REPORT - {{$data->product->name}} ({{$data->product->productSKU}})
Branch Name : {{$data->branchName}} Warehouse : {{$data->warehouse->nameEn}}
Duration : {{$Controller::dateFormatter($data->formValue->fromDate)}} To {{$Controller::dateFormatter($data->formValue->toDate)}}
@foreach($data->reportData as $index => $obj) @endforeach @if($size > 0) @endif
SL Date Transaction Type Opening Balance In Qty Out Qty Balance List Price
(BDT)
Amount
(BDT)
{{$index + 1}} {{$Controller::dateTimeFormatter($obj->createdDate)}} @if($obj->referenceType == 'SALE') Sale @elseif($obj->referenceType == 'PURCHASE_ORDER_GRN') GRN @elseif($obj->referenceType == 'TRANSFER_GRN') Transfer @elseif($obj->referenceType == 'TRANSFER_RETURN') Transfer Return @elseif($obj->referenceType == 'REFUND') Refund @endif {{$obj->openStock}} {{$obj->inQty}} {{$obj->outQty}} {{$obj->currentStock}} {{number_format($obj->listPrice, 2), 2}} {{number_format($obj->currentStock * $obj->listPrice, 2), 2}}
Total {{number_format($data->reportData[count($data->reportData) - 1]->currentStock, 2), 2}} {{number_format($data->reportData[count($data->reportData) - 1]->listPrice, 2), 2}} {{number_format($data->reportData[count($data->reportData) - 1]->listPrice * $data->reportData[count($data->reportData) - 1]->currentStock, 2), 2}}