@extends('Reports.template') @section('title') Pharmacy Sales Write Off Report @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}}
|
||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Pharmacy Sales Write Off Report | Period : {{\Helper::getDisplayDate($fromDate)}} TO {{\Helper::getDisplayDate($toDate)}} | ||||||||||||||
Sr No | Patient / Customer Details | IP ID | Write Off ID | Write Off DateTime | Remarks | Credit Amt | Debit Amt | Settled By | |||||||
{{$sr++}} | {{ $patOrCustName }} | {{ \Helper::zeroValueToSpace($ipId) }} | {{ $writeOff->bill_writeoff_id }} | {{ $writeOff->created_date }} | {{ $writeOff->remarks }} | {{\Helper::customAmountFormat($creditAmt)}} | {{\Helper::customAmountFormat($debitAmt)}} | {{$writeOff->created_by}} | |||||||
Total : | {{\Helper::customAmountFormat($totalCreditAmt)}} | {{\Helper::customAmountFormat($totalDebitAmt)}} | ✱ {{Config::get('constants.asterisk.WALK_CUST')}} | {{ strtoupper(Session::get('userId'))." # ".$currentTime->format('d/m/Y H:i:s ')}} |