@if( !empty($user_branch['letter_head']))
|
អ្នកផ្គត់ផ្គង់ Supplier Report |
|||
{{ $start_date }} ~ {{ $end_date }} |
Supplier Name / អ្នកផ្គត់ផ្គង់: | {{$supplier_name}} |
ថ្ងៃសងប្រាក់ Purchase Date |
អ្នកផ្គត់ផ្គង់ Supplier |
របៀបបង់ប្រាក់ Payment Type |
ទូទាត់សរុប Total Paid |
---|---|---|---|
{{$item->payment_date}} | {{$item->supplier_name}} | @if ($item->payment_type==1) សងតាមទឹកប្រាក់ @elseif($item->payment_type==2) សងតាមវិក័យប័ត្រ @else សងទាំងអស់ @endif | {{ $item->total_paid_by_currency }} {{App\Helpers\StringHelper::currency( $item->total_paid )}} |
@endfor | Payment By Currency / ប្រាក់សរុបតាមរូបិយប័ណ្ណ | ||
@endfor |
@foreach($mycurrency as $item)
{{ $item['pdf_symbol'] }} {{ App\Helpers\StringHelper::currency( $item['total']) }}@endforeach |
||
@endfor | Total Payment / ប្រាក់សរុប: {{ $default }} {{ App\Helpers\StringHelper::currency( $total_default_currency) }} |