@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 | Date : {{\Helper::getDisplayDate($date)}} | ||||||||||||||
Sr No | Bill No | Bill Date | Patient Name | Payment Details | NEFT / RTGS | Wallet | Cheque | Credit Card | Debit Card | Cash | User Id | ||||
{{$sr++}} | {{$bill->trn_type."".$bill->trn_id}} | {{\Helper::getDisplayDate($bill->bill_date)}} | {{$patOrCustName}} | {{$message}} | {{ \Helper::customAmountFormat($neftAmount) }} | {{ \Helper::customAmountFormat($walletAmount) }} | {{ \Helper::customAmountFormat($chqAmount) }} | {{ \Helper::customAmountFormat($crdAmount) }} | {{ \Helper::customAmountFormat($dbtAmount) }} | {{ \Helper::customAmountFormat($cshAmount) }} | {{ $bill->created_by }} | ||||
{{$sr++}} | {{$receipt->trn_receipt_no}} | {{$patOrCustName}} | {{$message}} | {{ \Helper::customAmountFormat($receiptNeft) }} | {{ \Helper::customAmountFormat($receiptWallet) }} | {{ \Helper::customAmountFormat($receiptCheque) }} | {{ \Helper::customAmountFormat($receiptCredit) }} | {{ \Helper::customAmountFormat($receiptDebit) }} | {{ \Helper::customAmountFormat($receiptCash) }} | {{ $receipt->created_by }} | |||||
Total : | {{ \Helper::customAmountFormat($totalNeftAmount) }} | {{ \Helper::customAmountFormat($totalWalletAmount) }} | {{ \Helper::customAmountFormat($totalChqAmount) }} | {{ \Helper::customAmountFormat($totalCrdAmount) }} | {{ \Helper::customAmountFormat($totalDbtAmount) }} | {{ \Helper::customAmountFormat($totalCshAmount) }} | ✱ {{Config::get('constants.asterisk.WALK_CUST')}} | {{ strtoupper(Session::get('userId'))." # ".$currentTime->format('d/m/Y H:i:s ')}} |