@includeIf('invoices.pdf.invoice_pdf_css')
# | @lang('modules.credit-notes.item') | @if ($invoiceSetting->hsn_sac_code_show)@lang('app.hsnSac') | @endif@lang('modules.invoices.qty') | @lang('modules.credit-notes.unitPrice') ({!! htmlentities($creditNote->currency->currency_code) !!}) | @lang('modules.invoices.tax') | @lang('modules.credit-notes.price') ({!! htmlentities($creditNote->currency->currency_code) !!}) |
---|---|---|---|---|---|---|
{{ ++$count }} |
{{ $item->item_name }}
@if (!is_null($item->item_summary))
{!! nl2br(pdfStripTags($item->item_summary)) !!} @endif @if ($item->creditNoteItemImage)@endif |
@if ($invoiceSetting->hsn_sac_code_show)
{{ $item->hsn_sac_code ? $item->hsn_sac_code : '--' }} | @endif{{ $item->quantity }}@if($item->unit) {{ $item->unit->unit_type }}@endif |
{{ number_format((float) $item->unit_price, 2, '.', '') }} | {{ $item->tax_list }} | {{ number_format((float) $item->amount, 2, '.', '') }} |
@lang('modules.credit-notes.subTotal'): | {{ number_format((float) $creditNote->sub_total, 2, '.', '') }} |
---|---|
@lang('modules.credit-note.discount'): | -{{ number_format((float) $discount, 2, '.', '') }} |
{{ $key }}: | {{ number_format((float) $tax, 2, '.', '') }} |
@lang('modules.invoices.total'): | {{ number_format((float) $creditNote->total, 2, '.', '') }} |
@lang('modules.credit-notes.creditAmountUsed'): | {{ number_format((float) $creditNote->creditAmountUsed(), 2, '.', '') }} |
@lang('app.adjustmentAmount') : | {{ number_format((float) $creditNote->adjustment_amount, 2, '.', '') }} |
@lang('modules.credit-notes.creditAmountRemaining'): | {{ number_format((float) $creditNote->creditAmountRemaining(), 2, '.', '') }} |