Debt Purchase Report By Date
កាលបរិច្ឆេទ / Date: | {{ $date }} |
---|---|
អ្នកផ្គត់ផ្គង់ / Supplier: | {{ $supplier }} |
វិក័យបត្រ / Invoice: | {{ $invoice }} |
ថ្ងៃធ្វើប្រតិបត្តិការ Transaction Date |
សរុបមុនបញ្ចុះតម្លៃ Total Before Discount |
ចំនួនបញ្ចុះតម្លៃ Discount Amount |
សរុបក្រាយបញ្ចុះតម្លៃ Total After Discount |
ចំនួនទឹកប្រាក់ដែលបានបង់ Paid Amount |
ចំនួនទឹកប្រាក់ដែលនៅសល់ Outstanding Amount |
---|---|---|---|---|---|
{{ $item->transaction_date}} | {{ $item->currency_symbol }} {{ App\Helpers\StringHelper::currency($item->total_before_discount ) }} | {{ $item->currency_symbol }} {{ App\Helpers\StringHelper::currency($item->discount_amount) }} | {{ $item->currency_symbol }} {{ App\Helpers\StringHelper::currency($item->total_after_discount) }} | {{ $item->currency_symbol }} {{ App\Helpers\StringHelper::currency($item->total_paid) }} | {{ $item->currency_symbol }} {{ App\Helpers\StringHelper::currency($item->outstanding_amount) }} |