@extends('Reports.template') @section('title') Consignment DC Transactions @endsection @section('ExternalCss') @parent @endsection @section('Content')
@php $currentTime = \Carbon\Carbon::now(); @endphp @php $patientId = 0; foreach ($reportData as $reportDataKey => $reportDataValue) { echo ""; echo ""; echo ""; echo ""; if($patientId != $reportDataValue->patient_id){ echo ""; }else{ echo ""; } echo ""; echo ""; echo ""; echo ""; if($reportDataValue->trn_status == 'C'){ echo ""; }else if($reportDataValue->trn_status == 'P'){ echo ""; }else if($reportDataValue->trn_status == 'T'){ echo ""; }else{ echo ""; } echo ""; $patientId = $reportDataValue->patient_id; } @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 DC Transactions
Period : {{\Helper::getDisplayDate($fromDate)}} To: {{\Helper::getDisplayDate($toDate)}} Store : {{$storeName}} As On : {{$currentTime->format('d/m/Y H:i:s ')}}
Tran Date Tran ID UH ID Patient Name Product Name Batch No Expiry PO No Status
".date("d-m-Y", strtotime($reportDataValue->trn_date))."".$reportDataValue->trn_type." / ".$reportDataValue->trn_fyear." / ".$reportDataValue->trn_id."".$reportDataValue->patient_id."".$reportDataValue->patient_name."".$reportDataValue->product_name."".$reportDataValue->batch_no."".date("d-m-Y", strtotime($reportDataValue->batch_exp))."".$reportDataValue->ref_trn_id."CompletedPartialTurned DownCancelled
Back
@endsection @section('BootstrapModals') @endsection @section('ExternalJs') @endsection