វិក័យប័ត្រ / Invoice No: | {{ $sale['ref_no'] }} |
អតិថិជន / Customer: | {{ $sale['customer_name'] }} |
កាលបរិច្ឆេត / Date: | {{ $sale['transaction_date'] }} |
បេឡា / Cashier: | {{ $user }} |
អ្នកទីផ្សារ | {{ $sale['seller'] }} | @endif
ល.រ No | --}}
បរិយាយ Description |
បរិមាណ Qty |
តម្លៃ Price |
សរុប Total |
---|---|---|---|---|
{{ $row['product_variation_name'] }}
@if ($row['alt_name'] != null)
- {{ $row['alt_name'] }}
@endif
@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']) }} | {{ $row['currency_symbol'] }} {{ App\Helpers\StringHelper::currency($row['total_price']) }} |
ទិញអស់:
Sub Total:
|
@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 |
---|---|
បញ្ចុះតម្លៃ:
Discount:
|
@if ($sale['discount_type'] == 1) {{ $sale['currency_symbol'] }} @endif {{ App\Helpers\StringHelper::currency($sale['discount_value']) }} @if ($sale['discount_type'] == 0) % @endif |
ជំពាក់ចាស់:
Debt:
|
{{ $sale['currency_code'] == 'THB' ? 'B' : $sale['currency_symbol'] }} {{ App\Helpers\StringHelper::currency($sale['outstanding_amount']) }} |
ប្រាក់បង់:
Payment:
|
{{ $sale['currency_code'] == 'THB' ? 'B' : $sale['currency_symbol'] }} {{ App\Helpers\StringHelper::currency($sale['total_payment']) }} |
ទិញហើយមិនអាចដូរលុយវិញបានទេ !
ទំនាក់ទំនងតម្លើងប្រព័ន្ធ POS: 015 555 321