@extends('Reports.template') @if($trnType == "DC") @php $reportTitle = "Delivery Challan Register Report"; @endphp @elseif($trnType == "DCR") @php $reportTitle = "Delivery Challan Return Register Report"; @endphp @else @php $reportTitle = "Delivery Challan & Delivery Challan Return Register Report"; @endphp @endif @section('title') {{$reportTitle}} @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}}
|
|||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{$reportTitle." "}} | Store : {{$storeName}} | Period : {{ \Helper::getDisplayDate($fromDate) }} TO {{ \Helper::getDisplayDate($toDate) }} | ||||||||||||||||
Patient Category : @php $cat=""; foreach ($rate_card_master as $item) $cat.= $item->rate_card .'-'. $item->rate_type .', '; @endphp {{ rtrim($cat,', ') }} | ||||||||||||||||||
DC No | DC Date | Payment Received | Patient / Customer Name | Gross | Disc | Invoice | R.Off | Net Amount | ||||||||||
Sr | Medicine Name | HSN Code | Mfg | Category | Unit | Ref No. | Batch | Exp | Qty | MRP | Disc% | Disc | Amount | |||||
@if($remark != '') Remarks : {{$remark}} @endif | Total Qty : {{\Helper::zeroValueToDash($totalQty)}} | |||||||||||||||||
D.L NO : {{$businessEntityMasterData[0]->dl_no}} | GST NO : {{$businessEntityMasterData[0]->gsttin_no}} | {{"Created By : "}} @if($createdBy) {{$createdBy ." ".Carbon\Carbon::parse($datetime)->format('d-m-Y h:i:s')}} @endif | ||||||||||||||||
@if($productTransaction->is_credit_bill == 'Y')✱@endif {{ $productTransaction->trn_type."/".$productTransaction->trn_fyear."/".$productTransaction->ph_trn_id }} | {{ \Helper::getDisplayDate($productTransaction->trn_date) }} | {{ ($productTransaction->is_fully_paid == 'Y') ? 'Yes' : 'No' }} | {{ $patOrCustName }} | {{ \Helper::customAmountFormat($phGrossTotal) }} | {{ \Helper::customAmountFormat($phDiscountAmt) }} | {{ \Helper::customAmountFormat($phInvoiceAmt) }} | {{ \Helper::customAmountFormat($phRoundOff) }} | {{ \Helper::customAmountFormat($phTotal) }} | ||||||||||
{{$transactionSr++}} | {{ \Helper::zeroValueToDash($productTransaction->product_name) }} | {{ \Helper::zeroValueToDash($productTransaction->product_hsn_code) }} | {{ \Helper::zeroValueToDash($productTransaction->manufacturer_name) }} | {{ \Helper::zeroValueToDash($productTransaction->category_abbrev) }} | {{ \Helper::zeroValueToDash($productTransaction->unit_abbrev) }} | {{ \Helper::zeroValueToDash($refTrnNo) }} | {{ $productTransaction->batch_no }} | {{ \Helper::getMonthYearFromDate($productTransaction->batch_exp) }} | {{ $productTransaction->quantity }} | {{ \Helper::customAmountFormat($productTransaction->mrp) }} | {{ \Helper::customAmountFormat($productTransaction->discount) }} | {{ \Helper::customAmountFormat($productTransaction->discount_amt) }} | {{ \Helper::customAmountFormat($productTransaction->total) }} | |||||
@if($remark != '') Remarks : {{$remark}} @endif | Total Qty : {{\Helper::zeroValueToDash($totalQty)}} | |||||||||||||||||
D.L NO : {{$businessEntityMasterData[0]->dl_no}} | GST NO : {{$businessEntityMasterData[0]->gsttin_no}} | {{"Created By : "}} @if($createdBy) {{$createdBy ." ".Carbon\Carbon::parse($datetime)->format('d-m-Y h:i:s')}} @endif | ||||||||||||||||
{{$footerHeading." ".\Helper::zeroValueToNbspSpace($summary->Bills)}} | {{\Helper::customAmountFormat($summary->gross_total)}} | {{\Helper::customAmountFormat($summary->discount)}} | {{\Helper::customAmountFormat($summary->invoice_amt)}} | {{\Helper::customAmountFormat($summary->round_off)}} | {{\Helper::customAmountFormat($summary->total)}} | |||||||||||||
Total Bills : {{\Helper::zeroValueToNbspSpace($summaryBills)}} | {{\Helper::customAmountFormat($summaryGrossTotal)}} | {{\Helper::customAmountFormat($summaryDiscount)}} | {{\Helper::customAmountFormat($summaryInvoiceAmt)}} | {{\Helper::customAmountFormat($summaryRoundOff)}} | {{\Helper::customAmountFormat($summaryTotal)}} | ✱ {{Config::get('constants.asterisk.WALK_CUST')}}, ✱{{'Credit Bill'}} | {{ strtoupper(Session::get('userId'))." # ".$currentTime->format('d/m/Y H:i:s ')}} |