{!! $invoice_template['title'] !!} |
INVOICE |
អតិថិជន | {{ $sale['customer_name'] }} |
អាស័យដ្ឋាន | {{ $sale['customer_address'] }} |
លេខទូរស័ព្ទ | {{ $sale['customer_phone'] }} |
លេខវិក័យប័ត្រ | {{ $sale['ref_no'] }} |
កាលបរិច្ឆេទ | {{ $sale['transaction_date'] }} |
អ្នកគិតលុយ | {{ $sale['seller'] }} |
ល.រ | មុខទំនិញ | ចំនួន | តម្លៃរាយ | @foreach ($currencies as $index => $item){{ $item['name'] }} | @endforeach|
{{ $index + 1 }} |
{{ $row['product_variation_name'] }}
{{ $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 $item) @if ($item['symbol'] === $row['currency_symbol']){{ $row['currency_code'] == 'THB' ? 'B' : $row['currency_symbol'] }} {{ App\Helpers\StringHelper::currency($row['total_price']) }} | @endif @if ($item['symbol'] != $row['currency_symbol']){{ $item['code'] == 'THB' ? 'B' : $item['symbol'] }} 0 | @endif @endforeach
ផ្សេងៗ:{{ $sale['remark'] }}{!! $invoice_template['term_and_condition'] !!} |
សរុប: | @foreach ($currencies as $index => $item)@foreach ($get_sub_total_sum_by_currency as $i => $obj) @if ($obj['currency_id'] == $item['id']) {{ $item['pdf_symbol'] }} {{ App\Helpers\StringHelper::currency($obj['total_price']) }} @endif @endforeach | @endforeach|||
ជំពាក់ពីមុន: | @foreach ($currencies as $index => $item){{ $item['pdf_symbol'] }} {{ App\Helpers\StringHelper::currency( ($sale['outstanding_amount'] / $sale['sell_out_price']) * $item['sell_out_price'], ) }} | @endforeach||||
សង: | @foreach ($currencies as $index => $item){{ $item['pdf_symbol'] }} {{ App\Helpers\StringHelper::currency( ($sale['total_paid'] / $sale['sell_out_price']) * $item['sell_out_price'], ) }} | @endforeach||||
ជំពាក់: | @foreach ($currencies as $index => $item){{ $item['pdf_symbol'] }} {{ App\Helpers\StringHelper::currency( (($sale['total_payment'] - $sale['total_paid']) / $sale['sell_out_price']) * $item['sell_out_price'], ) }} | @endforeach
ហត្ថលេខា និង ឈ្មោះអ្នកអតិថិជន |
ហត្ថលេខា និង ឈ្មោះអ្នកដឹក |
ហត្ថលេខា និង ឈ្មោះអ្នកលក់ |
{!! $invoice_template['footer_text'] !!} |