ស៊ីងស៊ីងម៉ាត (2)
鑫星中国超市 (2)
@if ($sale['seller'] != null) @endif
វិក័យប័ត្រ / Invoice No: {{ $sale['ref_no'] }}
អតិថិជន / Customer: {{ $sale['customer_name'] }}
កាលបរិច្ឆេត / Date: {{ $sale['transaction_date'] }}
បេឡា / Cashier: {{ $user }}
អ្នកទីផ្សារ {{ $sale['seller'] }}
@php $sortedSaleLists = collect($sale_lists)->sortBy('id')->values(); @endphp {{-- --}} @foreach ($sortedSaleLists as $index => $row) @endforeach
ល.រ
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']) }}
{{-- discount --}} {{-- Outstanding Amount --}} @if ($sale['outstanding_amount'] > 0) @endif {{-- Payment Amount --}} @if ($row['remark'] != null)
ផ្សេងៗ / Note:
{{ $sale['remark'] }}
@endif
ទិញអស់:
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

{{-- {{ $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'] }} x {{ $row['currency_symbol'] }} {{ App\Helpers\StringHelper::currency($row['price']) }}
{{ $row['currency_symbol'] }} {{ App\Helpers\StringHelper::currency($row['total_price']) }} --}} {{-- grand_total --}}