ល.រ | រាយមុខទំនិញ | ចំនួន | តម្លៃ | សរុប |
{{ $index + 1 }} |
{{ $row['product_variation_name'] }}
@if ($row['alt_name'] != null)
- {{ $row['alt_name'] }}
@endif
{{ $row['price'] == 0 ? '(ថែម)' : '' }}
@if ($row['remark'] != null) {{ $row['remark'] }} @endif |
{{ App\Helpers\StringHelper::currency($row['qty']) }} {{ $row['unit_type_name'] }} | {{ $row['currency_symbol'] }} {{ App\Helpers\StringHelper::currency($row['price']) }} | @foreach ($currencies as $index => $item) @if ($item['symbol'] == $row['currency_symbol']){{ $row['currency_symbol'] }} {{ App\Helpers\StringHelper::currency($row['total_price']) }} | @endif @endforeach
{{ $sale['remark'] }} {!! $invoice_template['term_and_condition'] !!} | សរុប: |
@foreach ($currencies as $index => $item)
{{ $item['pdf_symbol'] }}
@if ($item['is_ceil'] == 1)
{{ App\Helpers\StringHelper::currency(ceil((($sale['total_payment'] + $sale['discount_amount']) * $item['buy_in_price']) / 100) * 100) }}
@else
{{ App\Helpers\StringHelper::currency(($sale['total_payment'] + $sale['discount_amount']) * $item['buy_in_price']) }}
@endif
@endforeach |
||
បញ្ចុះតម្លៃ: | @foreach ($currencies as $index => $item) @if ($item['symbol'] == $row['currency_symbol']) {{ $row['currency_symbol'] }} {{ App\Helpers\StringHelper::currency($sale['discount_amount']) }} @endif @endforeach | |||
សរុបចុងក្រោយ: | @foreach ($currencies as $index => $item) @if ($item['symbol'] == $row['currency_symbol']){{ $row['currency_symbol'] }} {{ App\Helpers\StringHelper::currency($sale['total_payment']) }} | @endif @endforeach