# | @lang('form.item') | {{ $rec->show_quantity_as }} | @lang('form.rate') | @lang('form.tax') | @lang('form.amount') |
---|---|---|---|---|---|
{{ $key + 1 }} |
{{ $row->description }}
{{ $row->long_description }} |
{{ $row->quantity }} | {{ format_currency($row->rate) }} | {{ display_tax_rate_in_item_list($row->tax_id , $rec) }} | {{ format_currency($row->sub_total , TRUE, $rec->get_currency_symbol() ) }} |
@lang('form.sub_total') | {{ format_currency($rec->sub_total) }} |
@lang('form.discount') | {{ format_currency($rec->discount_total) }} |
{{ str_replace($t->rate.'%',"", $t->name) }} ({{ number_format($t->rate, 2) }}%) | {{ $t->amount }} |
@lang('form.adjustment') | {{ format_currency($rec->adjustment, true, $rec->get_currency_symbol()) }} |
@lang('form.total') | {{ format_currency($rec->total, TRUE, $rec->get_currency_symbol() ) }} |