| CREDIT NOTE | {{ $copyLabel }} |
|
{{-- Company Details --}}
@if(!empty($logoBase64))
{{-- Buyer Details (the customer who returned goods) --}}
{{ $company->legal_name ?? $company->name }}
{{ $company->billing_address }}
GSTIN: {{ $company->gstin }} | State: {{ $company->state ?? 'Maharashtra' }}
Ph: {{ $company->phone }} | {{ $company->email }}@if($company->website) | {{ $company->website }}@endif
@if($company->msme_number)
MSME/Udyam : {{ $company->msme_number }}
@endif
Issued to (Buyer)
{{ $saleReturn->party->name ?? '—' }}
{{ $saleReturn->party->billing_address ?? '' }}
{{ $saleReturn->party->state ?? '' }}@if($saleReturn->party && $saleReturn->party->pincode) - {{ $saleReturn->party->pincode }}@endif, India
GSTIN/UIN : {{ $saleReturn->party->gst_number ?? 'Unregistered' }} State Name : {{ $saleReturn->party->state ?? '' }}
Contact : {{ $saleReturn->party->mobile ?? '' }}@if($saleReturn->party && $saleReturn->party->contact_person) Contact Person : {{ $saleReturn->party->contact_person }}@endif
@if($saleReturn->party && $saleReturn->party->msme_number)
MSME/Udyam No. : {{ $saleReturn->party->msme_number }}
@endif
|
|
| Sl | Description of Goods | HSN/SAC | GST% | Quantity | Rate | Rate (Incl. Tax) |
Amount |
|---|---|---|---|---|---|---|---|
| {{ $startIndex + $loop->iteration }} | {{ $item->product->name ?? 'Product' }} | {{ $itemHsn }} | {{ function_exists('indian_number') ? indian_number($itemTaxPercent, 0) : number_format($itemTaxPercent, 0) }}% | {{ function_exists('indian_number') ? indian_number($item->qty, 0) : number_format($item->qty, 0) }} {{ $itemUnit }} | {{ function_exists('indian_number') ? indian_number($item->rate, 2) : number_format($item->rate, 2) }} | {{ function_exists('indian_number') ? indian_number($rateInclTax, 2) : number_format($rateInclTax, 2) }} | {{ function_exists('indian_number') ? indian_number($item->line_amount, 2) : number_format($item->line_amount, 2) }} |
| Continued on next page... | {{ function_exists('indian_number') ? indian_number($pageItems->sum('line_amount'), 2) : number_format($pageItems->sum('line_amount'), 2) }} | ||||||
| Sub Total | {{ function_exists('indian_number') ? indian_number($saleReturn->amount_total, 2) : number_format($saleReturn->amount_total, 2) }} | ||||||
| IGST | {{ function_exists('indian_number') ? indian_number($saleReturn->tax_total, 2) : number_format($saleReturn->tax_total, 2) }} | ||||||
| CGST | {{ function_exists('indian_number') ? indian_number($saleReturn->tax_total / 2, 2) : number_format($saleReturn->tax_total / 2, 2) }} | ||||||
| SGST | {{ function_exists('indian_number') ? indian_number($saleReturn->tax_total / 2, 2) : number_format($saleReturn->tax_total / 2, 2) }} | ||||||
| P&F | {{ function_exists('indian_number') ? indian_number($saleReturn->pf_amount, 2) : number_format($saleReturn->pf_amount, 2) }} | ||||||
| P&F Tax ({{ $saleReturn->pf_tax_percent }}%) | {{ function_exists('indian_number') ? indian_number($saleReturn->pf_tax_amount, 2) : number_format($saleReturn->pf_tax_amount, 2) }} | ||||||
| R.Off | {{ $saleReturn->roundoff < 0 ? '(-)' : '' }}{{ function_exists('indian_number') ? indian_number(abs($saleReturn->roundoff), 2) : number_format(abs($saleReturn->roundoff), 2) }} | ||||||
| Credit Amount | {{ function_exists('indian_number') ? indian_number($saleReturn->items->sum('qty'), 0) : number_format($saleReturn->items->sum('qty'), 0) }} {{ $totalUnit }} | ₹ {{ function_exists('indian_number') ? indian_number($saleReturn->grand_total, 2) : number_format($saleReturn->grand_total, 2) }} | |||||
|
Amount Chargeable (in words) Indian Rupees {{ $amountInWords }} Only |
E. & O.E |
|
@if(!empty($qrBase64))
Scan to pay
@elseif($company->qr_code_path)
Scan to pay
@else
QR
@endif
|
|
||||||||||||||||||||||||||||||||||
|
Declaration
This credit note {{ $saleReturn->return_no ?: 'CR-'.$saleReturn->id }} is issued against Invoice @if($saleReturn->bill_no){{ $saleReturn->bill_no }}@elseN/A@endif dated {{ optional($saleReturn->invoice_date)->format('d-M-y') }} for ₹ {{ function_exists('indian_number') ? indian_number($saleReturn->grand_total, 2) : number_format($saleReturn->grand_total, 2) }}. Goods returned are accepted as per the reason indicated above. |
@if($bankAccount)
Company's Bank Details
@endif
for {{ $company->name }}
Authorised Signatory |