របាយការណ៍ជំពាក់ការទិញតាមអ្នកផ្គត់ផ្គង់
Debt Purchase Report By Supplier
Date / កាលបរិច្ឆេទ: {{$date}}
Supplier / អ្នកផ្គត់ផ្គង់: {{$supplier}}
Invoice / ​វិក័យប័ត្រ : {{$invoice}}
@foreach ($data as $item) @endforeach
អ្នកផ្គត់ផ្គង់
Supplier
ទំនាក់ទំនងអ្នកផ្គត់ផ្គង់
Supplier Phone
សរុបមុនបញ្ចុះតម្លៃ
Total Before Discount
ចំនួនបញ្ចុះតម្លៃ
Discount Amount
សរុបក្រាយបញ្ចុះតម្លៃ
Total After Discount
ចំនួនទឹកប្រាក់ដែលបានបង់
Paid Amount
ចំនួនទឹកប្រាក់ដែលនៅសល់
Outstanding Amount
{{ $item->supplier_name }} {{ $item->supplier_phone }} {{ $item->currency_symbol }} {{ App\Helpers\StringHelper::currency($item->total_payment + $item->total_before_discount) }} {{ $item->currency_symbol }} {{ App\Helpers\StringHelper::currency($item->total_payment + $item->total_discount_amount) }} {{ $item->currency_symbol }} {{ App\Helpers\StringHelper::currency($item->total_payment + $item->total_after_discount) }} {{ $item->currency_symbol }} {{ App\Helpers\StringHelper::currency($item->total_payment + $item->total_paid) }} {{ $item->currency_symbol }} {{ App\Helpers\StringHelper::currency($item->total_payment + $item->outstanding_amount) }}