@extends('Reports.template') @section('title') Consignment DC Transactions @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}}
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
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))." | "; echo "".$reportDataValue->trn_type." / ".$reportDataValue->trn_fyear." / ".$reportDataValue->trn_id." | "; echo "".$reportDataValue->patient_id." | "; if($patientId != $reportDataValue->patient_id){ echo "".$reportDataValue->patient_name." | "; }else{ echo ""; } echo " | ".$reportDataValue->product_name." | "; echo "".$reportDataValue->batch_no." | "; echo "".date("d-m-Y", strtotime($reportDataValue->batch_exp))." | "; echo "".$reportDataValue->ref_trn_id." | "; if($reportDataValue->trn_status == 'C'){ echo "Completed | "; }else if($reportDataValue->trn_status == 'P'){ echo "Partial | "; }else if($reportDataValue->trn_status == 'T'){ echo "Turned Down | "; }else{ echo "Cancelled | "; } echo "