@if( !empty($user_branch['letter_head']))
|
របាយការណ៍ទិញតាមវិក័យប័ត្រ Purchase Report By Invoice |
||||||
{{ App\Helpers\StringHelper::dateTimeFormat($start_date) }} ~ {{ App\Helpers\StringHelper::dateTimeFormat($end_date) }} |
warehouse / ឃ្លាំង: {{ $warehouse_name }} | |
customer / អតិថិជន: {{ $supplier_name }} | |
Product / ផលិតផល: {{ $product_name }} |
កាលបរិច្ឆេទ Transaction Date |
អ្នកបង្កើត Created By |
លេខយោង Ref No |
អ្នកផ្គត់ផ្គង់ Supplier Name |
ទឹកប្រាក់សរុប Total Payment |
ទូទាត់សរុប Total Paid |
ជំពាក់សរុប Total Dept |
---|---|---|---|---|---|---|
{{ App\Helpers\StringHelper::dateTimeFormat($item->transaction_date) }} | {{ $item->created_by }} | {{ $item->ref_no }} | {{ $item->supplier_name }} | {{ $item->currency_symbol }} {{ App\Helpers\StringHelper::currency($item->total_payment) }} | {{$item->currency_symbol}} {{ App\Helpers\StringHelper::currency($item->total_paid) }} | {{ $item->currency_symbol }} {{ App\Helpers\StringHelper::currency($item->total_payment-$item->total_paid) }} |
@endfor | Total / សរុបចុងក្រោយ : {{ $default }} {{App\Helpers\StringHelper::currency( $total_payment ) }} | ||
@endfor | Total Paid / ទូទាត់សរុប : {{ $default }} {{App\Helpers\StringHelper::currency( $total_paid ) }} | ||
@endfor | Total Dept / ជំពាក់សរុប : {{ $default }} {{App\Helpers\StringHelper::currency( $total_dept ) }} |