@extends('Reports.template') @section('title') Store Product Stock Statement @endsection @section('ExternalCss') @parent @endsection @section('Content')
@if ($businessEntityMasterData[0]->logo != null) @endif |
{{ $businessEntityMasterData[0]->name }}
{{ $businessEntityMasterData[0]->add1 . ' ' . $businessEntityMasterData[0]->add2 . ' ' . $businessEntityMasterData[0]->city . ' : ' . $businessEntityMasterData[0]->pincode }}
{{ 'Phone : ' . $businessEntityMasterData[0]->tel1 }}
|
||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
{{ $stockTitle }} | Store : {{ $storeName }} | As on: {{ $currentTime->format('d/m/Y H:i:s ') }} | |||||||||
Sr | @if($productRequestedBy == "Y")Req By | @else@endif | Pro. ID | Product Name | Mfg | Cat | Bin Location | UOM | Stock Qty | Stock Amt | Re-Order Qty |
{{ $srValue }} | @if($productRequestedBy == "Y"){{ $productRequestedByUser }} | @else@endif | {{ $productId }} | {{ $productNameValue }} | {{ $mfgValue }} | {{ $catValue }} | {{ \Helper::zeroValueToNbspSpace($stock->product_bin_location) }} | {{ $stock->unit_abbrev }} | {{ \Helper::zeroValueToNbspSpace($currentStockQty) }} | {{ \Helper::customAmountFormat4($currentStockAmt) }} | {{ \Helper::zeroValueToNbspSpace($stock->product_reorder_level) }} |
{{ 'Total : ' }} | {{ \Helper::customAmountFormat4($totalStocAmt) }} | {{ strtoupper(Session::get('userId')) . ' # ' . $currentTime->format('d/m/Y H:i:s ') }} |