@extends('Reports.template') @section('title') {{__('Pharmacy User Wise Collection 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}}
|
|||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{__('Pharmacy User Wise Collection Report')}} | @if($fromTime != "" && $toTime != "") {{__('Period')}} : {{\Helper::getDisplayDateTime($fromDate." ".$fromTime)}} {{__('TO')}} {{\Helper::getDisplayDateTime($toDate." ".$toTime)}} @else {{__('Period')}} : {{\Helper::getDisplayDate($fromDate)}} {{__('TO')}} {{\Helper::getDisplayDate($toDate)}} @endif | |||||||||||||||
| {{__('Sr No')}} | {{__('Bill/Receipt No')}} | {{__('Bill/Receipt Date Time')}} | {{__('Patient / Supplier Name')}} | {{__('Payment Remark')}} | {{__('Payment Mode')}} | {{__('Amount')}} | {{__('User Id')}} | |||||||||
| {{ $sr++ }} | {{ $bill->trn_type }}/{{ $bill->trn_fyear }}/{{ $bill->trn_id }} | {{ \Helper::getDisplayDateTime($bill->trn_date ." ". $bill->ph_created_time) }} | {{ $patOrCustName }} | {{ $message }} | {{ $bill->gm_description }} | @php $val = \Helper::customAmountFormat($amount); $spaces = $maxLength - strlen($val); @endphp {!! str_repeat(' ', $spaces) !!}{{ $val }} @if($isLastRow && $billTotals[$billKey] != $amount) Total - {{ \Helper::customAmountFormat($billTotals[$billKey]) }} @endif | {{ $bill->created_by }} | |||||||||
| {{ $sr++ }} | {{ $receipt->trn_receipt_no }} | {{ \Helper::getDisplayDateTime($receipt->trn_receipt_date ." ". $receipt->created_time) }} | {{ $patOrCustName }} | {{ $message }} | {{ $receipt->gm_description }} | @php $val = \Helper::customAmountFormat($totalReceiptAmount); $spaces = $maxLength - strlen($val); @endphp {!! str_repeat(' ', $spaces) !!}{{ $val }} | {{ $receipt->created_by }} | |||||||||
| {{__('Grand Total')}} : | {{ \Helper::customAmountFormat($grandTotalAmount) }} | ✱ {{__(Config::get('constants.asterisk.WALK_CUST'))}} | {{ strtoupper(Session::get('userId'))." # ".$currentTime->format('d/m/Y H:i:s ')}} | |||||||||||||
| {{__('Payment Mode Wise Summary')}} | |
|---|---|
| {{__('Payment Mode')}} | {{__('Amount')}} |
| {{ $mode }} | {{ \Helper::customAmountFormat($amount) }} |
| {{__('Grand Total')}} : | {{ \Helper::customAmountFormat($grandSummaryTotal) }} |