| DEBIT NOTE | {{ $copyLabel }} |
|
{{-- Company Details (issuer) --}}
@if(!empty($logoBase64))
{{-- Supplier Details (the party being debited) --}}
{{ $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 (Supplier)
{{ $purchaseReturn->party->name ?? '—' }}
{{ $purchaseReturn->party->billing_address ?? '' }}
{{ $purchaseReturn->party->state ?? '' }}@if($purchaseReturn->party && $purchaseReturn->party->pincode) - {{ $purchaseReturn->party->pincode }}@endif, India
GSTIN/UIN : {{ $purchaseReturn->party->gst_number ?? 'Unregistered' }} State Name : {{ $purchaseReturn->party->state ?? '' }}
Contact : {{ $purchaseReturn->party->mobile ?? '' }}@if($purchaseReturn->party && $purchaseReturn->party->contact_person) Contact Person : {{ $purchaseReturn->party->contact_person }}@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($purchaseReturn->amount_total, 2) : number_format($purchaseReturn->amount_total, 2) }} | ||||||
| IGST | {{ function_exists('indian_number') ? indian_number($purchaseReturn->tax_total, 2) : number_format($purchaseReturn->tax_total, 2) }} | ||||||
| CGST | {{ function_exists('indian_number') ? indian_number($purchaseReturn->tax_total / 2, 2) : number_format($purchaseReturn->tax_total / 2, 2) }} | ||||||
| SGST | {{ function_exists('indian_number') ? indian_number($purchaseReturn->tax_total / 2, 2) : number_format($purchaseReturn->tax_total / 2, 2) }} | ||||||
| P&F | {{ function_exists('indian_number') ? indian_number($pfAmt, 2) : number_format($pfAmt, 2) }} | ||||||
| R.Off | {{ $purchaseReturn->roundoff < 0 ? '(-)' : '' }}{{ function_exists('indian_number') ? indian_number(abs($purchaseReturn->roundoff), 2) : number_format(abs($purchaseReturn->roundoff), 2) }} | ||||||
| Debit Amount | {{ function_exists('indian_number') ? indian_number($purchaseReturn->items->sum('qty'), 0) : number_format($purchaseReturn->items->sum('qty'), 0) }} {{ $totalUnit }} | ₹ {{ function_exists('indian_number') ? indian_number($purchaseReturn->grand_total, 2) : number_format($purchaseReturn->grand_total, 2) }} | |||||
|
Amount Chargeable (in words) Indian Rupees {{ $amountInWords }} Only |
E. & O.E |
|
||||||||||||||||||||||||||||||||||
|
Declaration
This debit note {{ $purchaseReturn->return_no ?: 'DR-'.$purchaseReturn->id }} is issued against Purchase Invoice @if($purchaseReturn->bill_no){{ $purchaseReturn->bill_no }}@elseN/A@endif dated {{ optional($purchaseReturn->invoice_date)->format('d-M-y') }} for ₹ {{ function_exists('indian_number') ? indian_number($purchaseReturn->grand_total, 2) : number_format($purchaseReturn->grand_total, 2) }}. Goods are returned for the reason indicated above. Kindly pass the credit accordingly. |
for {{ $company->name }}
Authorised Signatory |