@extends('Reports.template') @section('title') Consignment Store Stock with supplier @endsection @section('ExternalCss') @parent @endsection @section('Content')
@php $currentTime = \Carbon\Carbon::now(); @endphp @php foreach ($reportData as $reportDataKey => $reportDataValue) { echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; } @endphp
@if($businessEntityMasterData[0]->logo != null) Pharmacy Logologo )}}" /> @endif
{{ $businessEntityMasterData[0]->name }}
{{$businessEntityMasterData[0]->add1. " " .$businessEntityMasterData[0]->add2 ." ".$businessEntityMasterData[0]->city." : " .$businessEntityMasterData[0]->pincode }}
{{"Phone : ".$businessEntityMasterData[0]->tel1}}
Consignment Store Stock with supplier
From: {{date("d-m-Y", strtotime($fromDate))}} To: {{date("d-m-Y", strtotime($toDate))}} Store : {{$storeName}} As On : {{$currentTime->format('d/m/Y H:i:s ')}}
Supplier Name Tran. Id Tran. Date Product Id Product Name Batch No Batch Exp Price Per Unit Current Stock Qty Current Stock Amt
".$reportDataValue->supplier_name."".$reportDataValue->trn_type." / ".$reportDataValue->trn_fyear." / ".$reportDataValue->trn_id."".date("d-m-Y", strtotime($reportDataValue->trn_date))."".$reportDataValue->product_id."".$reportDataValue->product_name."".$reportDataValue->batch_no."".date("d-m-Y", strtotime($reportDataValue->batch_exp))."".$reportDataValue->price_per_unit."".$reportDataValue->current_stock_qty."".$reportDataValue->current_stock_amt."
Back
@endsection @section('BootstrapModals') @endsection @section('ExternalJs') @endsection