@extends('Reports.template') @section('ExternalCss') @parent @endsection @section('Content') @php $fromDate = \Carbon\Carbon::parse($fromDate); $fromDate = $fromDate->format('d/m/Y'); $toDate = \Carbon\Carbon::parse($toDate); $toDate = $toDate->format('d/m/Y'); if($trnType == 'I') { $reportTitle = 'Sales Amendment Report'; } elseif( $trnType == 'IR') { $reportTitle = 'Sale Return Amendment Report'; } elseif($trnType == 'P') { $reportTitle = 'Purchase Amendment Report'; } elseif($trnType == 'PR') { $reportTitle = 'Purchase Return Amendment Report'; } @endphp
@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 . ' ' }} | Report Type : {{ $reportType }} | Period : {{ $fromDate }} TO {{ $toDate }} | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
Store | Bill No | AmNo | Bill Date | Patient / Customer Name | Gross | Disc% | Net Taxable | CGST | SGST | R.Off | Net Amount | Created By | Created Date | |||||||||||||||||||||||||||||||||||||||||||
Store | Vou No | AmNo | Vou Date | Supp Bill No | Supp Bill Date | PO No | Supp Name | Gross | Disc% | Net Taxable | CGST | SGST | IGST | Sch Amt | R.Off | Net Amt | Created By | Created Date | ||||||||||||||||||||||||||||||||||||||
Sr | Medicine Name | Batch No | Qty | Disc% | Net Taxable | CGST | SGST | Total | ||||||||||||||||||||||||||||||||||||||||||||||||
Sr | Medicine Name | Qty | FQty | Batch No | Exp | Sch Amt | MRP | Rate | Disc% | Net Taxable | CGST | SGST | IGST | Total | ||||||||||||||||||||||||||||||||||||||||||
{{ $headerItem->gm_description }} | {{ $headerItem->trn_type."/".$headerItem->trn_fyear."/" . $headerItem->trn_id }} | @if($trnType == "I" || $trnType == "IR"){{ $headerItem->bill_amendment }} | {{ $headerDate }} | {{ $headerItem->patient_id }} / {{ $headerItem->patient_name }} | @elseif($trnType == "P" || $trnType == "PR"){{ $headerItem->bill_amendment }} | {{ $headerItem->trn_date }} | {{ $headerItem->purchase_bill_no }} | {{ $headerItem->purchase_bill_date }} | {{ $po ?? '' }} | {{ $headerItem->supplier_name }} | @endif{{ $headerItem->gross_total }} | {{ $headerItem->discount_amt }} | {{ $headerItem->net_taxable_amt }} | {{ $headerItem->cgst_amt }} | {{ $headerItem->sgst_amt }} | @if($trnType == "P" || $trnType == "PR"){{ $headerItem->igst_amt }} | {{ $headerItem->sch_amount }} | @endif{{ $headerItem->round_off }} | {{ $headerItem->total }} | {{ $headerItem->created_by }} | {{ $headerItem->created_date }} | @else@if($trnType == "I" || $trnType == "IR") | {{ $headerItem->bill_amendment }} | {{ $headerDate }} | @elseif($trnType == "P" || $trnType == "PR"){{ $headerItem->bill_amendment }} | {{ $headerItem->purchase_bill_date }} | @endif | {{ $headerItem->gross_total }} | {{ $headerItem->discount_amt }} | {{ $headerItem->net_taxable_amt }} | {{ $headerItem->cgst_amt }} | {{ $headerItem->sgst_amt }} | @if($trnType == "P" || $trnType == "PR"){{ $headerItem->igst_amt }} | {{ $headerItem->sch_amount }} | @endif{{ $headerItem->round_off }} | {{ $headerItem->total }} | {{ $headerItem->created_by }} | {{ $headerItem->created_date }} | @endif||||||||||||||||||
{{$trn_dataItem->trn_sr_no}} | {{$trn_dataItem->product_name}} | {{$trn_dataItem->batch_no}} | {{$trn_dataItem->quantity}} | {{$trn_dataItem->discount_amt}} | {{$trn_dataItem->taxable_amt}} | {{$trn_dataItem->cgst_value}} | {{$trn_dataItem->sgst_value}} | {{$trn_dataItem->total}} | ||||||||||||||||||||||||||||||||||||||||||||||||
{{$trn_dataItem->trn_sr_no}} | {{$trn_dataItem->product_name}} | {{$trn_dataItem->quantity}} | {{$trn_dataItem->free_quantity}} | {{$trn_dataItem->batch_no}} | {{ $trn_dataItem->batch_exp }} | {{$trn_dataItem->sch_amt}} | {{$trn_dataItem->mrp}} | {{$trn_dataItem->net_rate}} | {{$trn_dataItem->discount_amt}} | {{$trn_dataItem->taxable_amt}} | {{$trn_dataItem->cgst_value}} | {{$trn_dataItem->sgst_value}} | {{$trn_dataItem->igst_value}} | {{$trn_dataItem->total}} | {{ strtoupper(Session::get('userId')) . ' # ' . $currentTime->format('d/m/Y H:i:s ') }} |