{{ App\Helpers\StringHelper::getNameByLocal($data['branch']->branch_name) }} |
---|
ទូរស័ព្ទ: {{ $data['branch']->phone }} |
{{ $data['branch']->address }} |
វិក្កយបត្រ
Invoice |
លេខវិក័យប័ត្រ/Invoice: {{ $data['transaction'][0]->ref_no }} | |
លេខតុ/Table : {{ $data['transaction'][0]->table_name }} | |
អតិថិជន/Customer: {{ $data['transaction'][0]->customer }} | |
ថ្ងៃ-ខែ-ឆ្នាំ/Date: {{ date('d/m/Y',strtotime($data['transaction'][0]->transaction_date)) }} | |
ចូល/In: {{ $data['transaction'][0]->clock_in }} | ចេញ/Out: {{ $data['transaction'][0]->clock_out }} |
បេឡាករ/Admin: {{ $data['transaction'][0]->username }} |
បរិយាយ Description |
បរិមាណ Quantity |
តម្លៃ Price |
សរុប Total |
{{ $item->name }}
@if($item->alt_name != null)
{{ $item->alt_name }} @endif @if($item->remark != null) {{ $item->remark }} @endif @if($item->concat_modifier != null) {{ $item->concat_modifier }} @endif |
{{ $item->quantity }} |
{{ $item->currency_symbol }}
{{
App\Helpers\StringHelper::currency(
floatval($item->price) +
floatval($item->total_additional_price) +
floatval($item->total_modifier_price)
)
}}
@if($item->discount_value > 0)
-{{ App\Helpers\StringHelper::currency($item->discount_value).'%' }} @endif |
{{ $item->currency_symbol }} {{ App\Helpers\StringHelper::currency($item->total_price) }} |
|
|||
{{ $deleted_item->name }}
@if($deleted_item->deleted_sale_list_concat_modifier != null)
{{ $deleted_item->deleted_sale_list_concat_modifier }} @endif @if($deleted_item->remark != null) {{ $deleted_item->remark }} @endif |
{{--qty--}}
{{ App\Helpers\StringHelper::currency($deleted_item->qty) }} | {{--price--}}{{ $deleted_item->currency_symbol }} {{ App\Helpers\StringHelper::currency($deleted_item->price) }} | {{--sub_total--}}{{ $deleted_item->currency_symbol }} {{ App\Helpers\StringHelper::currency( floatval($deleted_item->price) * floatval($deleted_item->qty) ) }} |
{{ $deleted_item->created_at }}
@if($deleted_item->event == 'after_paid')
({{ 'ក្រោយបង់ប្រាក់' }})
@elseif($deleted_item->event == 'before_print_pay')
({{ 'មុនPrintទាលុយ' }})
@elseif($deleted_item->event == 'after_print_pay')
({{ 'ក្រោយPrintទាលុយ' }})
@endif
{{ $deleted_item->reason }} |
|||
សរុប/Sub Total: | {{ $data['transaction'][0]->currency_symbol }} {{ App\Helpers\StringHelper::currency( floatval($data['transaction'][0]->total_payment) + floatval($data['transaction'][0]->discount_amount) ) }} | ||
បញ្ចុះតម្លៃ/Discount: @if($data['transaction'][0]->discount_type == 0 && $data['transaction'][0]->discount_value > 0) ({{ App\Helpers\StringHelper::currency($data['transaction'][0]->discount_value).'%' }}) @endif | {{ $data['transaction'][0]->currency_symbol }} {{ App\Helpers\StringHelper::currency($data['transaction'][0]->discount_amount) }} | ||
គិតជា({{ $by_currency['currency_symbol'] }}): | {{ $by_currency['currency_symbol'] }} {{ App\Helpers\StringHelper::currency($by_currency['total_payment']) }} | ||
---|---|---|---|
ប្រាក់ទទួល/Receive ({{ $data['transaction'][0]->currency_symbol }}): | {{ $data['transaction'][0]->currency_symbol }} {{ App\Helpers\StringHelper::currency($data['transaction'][0]->total_paid) }} | ||
ប្រាក់អាប់/Change ({{ $data['transaction'][0]->currency_symbol }}): | {{ $data['transaction'][0]->currency_symbol }} {{ App\Helpers\StringHelper::currency($data['transaction'][0]->total_paid - $data['transaction'][0]->total_payment) }} | ||
ទូទាត់តាម/Method: | @if($data['transaction'][0]->payment_method_id == 0) សាច់ប្រាក់ @endif @if($data['transaction'][0]->payment_method_id != 0) {{ $data['transaction'][0]->bank_name }} @endif | ||
** ចំណាំ: | {{ $data['transaction'][0]->remark }} | ||
Wifi: {{ $data['wifi']->value }} | |||
សូមអគុណ! សូមអញ្ជើញមកម្ដងទៀត | |||
Thank You, Please come again | |||
{{ $data['transaction'][0]->waiting_number }} |