@extends('Reports.template') @php $reportTitle = 'IP Bill Wise DC/DCR Report'; @endphp @section('title') {{ $reportTitle }} @endsection @section('ExternalCss') @parent @endsection @section('Content')
@if ($businessEntityMasterData[0]->logo != null) @endif |
{{ $businessEntityMasterData[0]->name }}
{{ $businessEntityMasterData[0]->add1 . ' ' . $businessEntityMasterData[0]->add2 . ' ' . $businessEntityMasterData[0]->city . ' : ' . $businessEntityMasterData[0]->pincode }}
{{ 'Phone : ' . $businessEntityMasterData[0]->tel1 }}
|
|||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ $reportTitle . ' ' }} | Period : {{ \Helper::getDisplayDate($fromDate) }} TO {{ \Helper::getDisplayDate($toDate) }} | |||||||||||||||||
IP Bill No: {{ $details->IPBIll_no }} | UH ID: {{ $details->UHID }} | IP ID: {{ $details->IPID }} | DOA: {{ \Helper::getDisplayDate($details->admit_date) }} | |||||||||||||||
IP Bill Date: {{ \Helper::getDisplayDate($details->BILL_DT) }} | Patient: {{ $details->Patient . " " . $details->patient_gender . "/" . $details->patient_age }} | Admitting Doc: {{ $details->doctor_fname }} | DOD: {{ \Helper::getDisplayDate($details->discharge_date) }} | |||||||||||||||
DC No | DC Date | Gross | Disc | Net Tax | CGST | SGST | Invoice | R.Off | Net Amt | Created By | ||||||||
Sr | Medicine Name | HSN Code | Category | P Size | Batch | Exp | Qty | MRP | Disc% | Disc | Taxable | GST% | GST Amt | Amount | ||||
{{ $header->trn_type . '/' . $header->trn_fyear . '/' . $header->trn_id }} | {{ $header->trn_date }} | {{ \Helper::customAmountFormat($header->gross_total) }} | {{ \Helper::customAmountFormat($header->discount) }} | {{ \Helper::customAmountFormat($header->net_taxable_amt) }} | {{ \Helper::customAmountFormat($header->cgst_amt) }} | {{ \Helper::customAmountFormat($header->sgst_amt) }} | {{ \Helper::customAmountFormat($header->invoice_amt) }} | {{ \Helper::customAmountFormat($header->round_off) }} | {{ \Helper::customAmountFormat($header->total) }} | {{ $header->created_by }} | ||||||||
{{ ++$sr }} | {{ $details->product_name }} | {{ $details->HSN_CODE }} | {{ $details->CATEGORY }} | {{ $details->Pack_size }} | {{ $details->batch_no }} | {{ \Helper::getMonthYearFromDate($details->batch_exp) }} | {{ $details->QTY }} | {{ \Helper::customAmountFormat($details->MRP) }} | {{ $details->disc_per }} | {{ \Helper::customAmountFormat($details->disc_amt) }} | {{ \Helper::customAmountFormat($details->taxable_amt) }} | {{ $details->GST_PERCENT }} | {{ \Helper::customAmountFormat($details->GST) }} | {{ \Helper::customAmountFormat($details->total) }} | {{ strtoupper(Session::get('userId')) . ' # ' . $currentTime->format('d/m/Y H:i:s ') }} |