@extends('Reports.template') @section('title') {{__('IP Medicine Issue Lead Time Report')}} @endsection @section('ExternalCss') @parent @endsection @section('Content')
|
@if($businessEntityMasterData[0]->logo != null)
|
{{ $businessEntityMasterData[0]->name }}
{{$businessEntityMasterData[0]->add1. " " .$businessEntityMasterData[0]->add2 ." ".$businessEntityMasterData[0]->city." : " .$businessEntityMasterData[0]->pincode }}
{{"Phone : ".$businessEntityMasterData[0]->tel1}}
|
||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{__('IP Medicine Issue Lead Time Report')}} | {{__('Period')}} : {{\Helper::getDisplayDate($fromDate)}} {{__('TO')}} {{\Helper::getDisplayDate($toDate)}} | ||||||||||||||
| {{__('Sr.')}} | {{__('Indent No.')}} | {{__('IP ID')}} | {{__('Patient Details')}} | ||||||||||||
| {{__('Sr.')}} | {{__('Medicine Name')}} | {{__('Requested Qty')}} | {{__('Issued Qty')}} | {{__('Indent By')}} | {{__('Issued By')}} | {{__('Indent DateTime')}} | {{__('Issued DateTime')}} | {{__('Lead Time')}} | |||||||
| {{__('Sr.')}} | {{__('Indent No.')}} | {{__('IP ID')}} | {{__('Patient Details')}} | {{__('Indent By')}} | {{__('Issued By')}} | {{__('Min Indent DateTime')}} | {{__('Max Issued DateTime')}} | {{__('Avg Lead Time')}} | |||||||
| {{__('Avg Lead Time')}} : | {{$avgLeadTime}} | ||||||||||||||
| {{$srHeader++}} | {{$indentID}} | {{$ipID}} | {{$patName}} | ||||||||||||
| {{$sr++}} | {{$medicineTransaction->product_name}} | {{$medicineTransaction->loose_quantity}} | {{$medicineTransaction->issue_qty}} | {{$medicineTransaction->createdBy}} | {{$medicineTransaction->issuedBy}} | {{$createdDateFormated}} | {{$issuedDateFormated}} | {{$leadTime}} | |||||||
| {{__('Avg Lead Time')}} : | {{$avgLeadTime}} | ||||||||||||||
| {{__('Overall Lead Time')}} : | {{$totalAvgLeadTime}} | ||||||||||||||
| {{$srHeader++}} | {{$indentID}} | {{$ipID}} | {{$patName}} | {{$medicineTransaction->createdBy}} | {{$medicineTransaction->issuedBy}} | {{$minCreatedDateFormated}} | {{$maxIssuedDateFormated}} | {{$avgLeadTime}} | |||||||
| {{__('Overall Lead Time')}} : | {{$totalAvgLeadTime}} | {{ strtoupper(Session::get('userId'))." # ".$currentTime->format('d/m/Y H:i:s ')}} | |||||||||||||