@extends('Reports.template') @section('title') @php $reportTitle = "Product Expiry Report"; @endphp {{$reportTitle}} @endsection @section('ExternalCss') @parent @endsection @section('Content')
@if($businessEntityMasterData[0]->logo != null) logo )}}"/> @endif |
{{ $businessEntityMasterData[0]->name }}
{{$businessEntityMasterData[0]->add1. " " .$businessEntityMasterData[0]->add2 ." ".$businessEntityMasterData[0]->city." : " .$businessEntityMasterData[0]->pincode }}
{{"Phone : ".$businessEntityMasterData[0]->tel1}}
|
||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{$reportTitle}} | Store : {{$storeName}} | @if($reportType == "all")As on : {{\Helper::getDisplayDate($toDate)}} | @elsePeriod : {{\Helper::getDisplayDate($fromDate)}} TO {{\Helper::getDisplayDate($toDate)}} | @endif||||||||||||
Sr No. | Item | Cat | Batch | Exp | SUOM | Stock Qty | Stock Rate (WO GST) | Stock Amt | |||||||
{{$sr++}} | {{$stock->product_name}} | @else@endif @if($stock->product_name != $tempProductName || $tempcatname != $stock->category_abbrev) | {{$stock->category_abbrev}} | @else@endif | {{strtoupper($stock->batch_no)}} | {{\Helper::getMonthYearFromDate($stock->batch_exp)}} | @if($stock->product_name != $tempProductName || $tempunit != $stock->unit_abbrev){{$stock->unit_abbrev}} | @else@endif | {{\Helper::zeroValueToNbspSpace($stock->current_stock_qty)}} | {{\Helper::customAmountFormat4($stock->price_per_unit_wo_gst)}} | {{\Helper::customAmountFormat($stockAmt)}} | ||||
Total : | {{\Helper::customAmountFormat($totalStockAmt)}} | {{ strtoupper(Session::get('userId'))." # ".$currentTime->format('d/m/Y H:i:s ')}} |