| # | Item Details | Paid Qty | Free Qty | Cost | Retail | Discount | Subtotal |
|---|---|---|---|---|---|---|---|
| {{ $index + 1 }} |
{{ $item->product->name }}
{{ $item->productVariation->variation_id ? ($item->productVariation->variationType->name ?? 'N/A') : 'Default' }}
|
{{ floatval($item->received_qty) }} | {{ floatval($item->free_qty) }} | {{ number_format($item->unit_cost, 2) }} | {{ number_format($item->price_retail, 2) }} |
-{{ number_format($item->discount_amount, 2) }}
@if($item->discount_type == 'percentage')
({{ floatval($item->discount_value) }}%)
@endif
|
{{ number_format($line_total, 2) }} |
{{ $grn->notes }}
| Reference | Date | Adjustment Amount |
|---|---|---|
{{ $ret->pr_code }}
|
{{ $ret->return_date }} | - Rs {{ number_format($ret->total_amount, 2) }} |
| Date | Method | Notes | Amount |
|---|---|---|---|
| {{ \Carbon\Carbon::parse($payment->payment_date)->format('d M Y') }} | {{ $payment->payment_method }} | {{ $payment->notes ?? '-' }} | Rs {{ number_format($payment->amount, 2) }} |
| No payments recorded for this GRN. | |||