របាយការណ៍ជំពាក់ការលក់តាមវិក័យប័ត្រ Debt Sale Report By Invoice |
Date / កាលបរិច្ឆេទ: | {{ $date }} |
Customer / អតិថិជន: | {{ $customer }} |
Invoice / វិក័យប័ត្រ : | {{ $invoice }} |
ថ្ងៃធ្វើប្រតិបត្តិការ Transaction Date |
លេខវិក័យប័ត្រ Invoice Number |
អតិថិជន Customer Name |
ទំនាក់ទំនងអតិថិជន Customer Phone |
សរុបមុនបញ្ចុះតម្លៃ Total Before Discount |
ចំនួនបញ្ចុះតម្លៃ Discount Amount |
សរុបក្រាយបញ្ចុះតម្លៃ Total After Discount |
ចំនួនទឹកប្រាក់ដែលបានបង់ Paid Amount |
ចំនួនទឹកប្រាក់ដែលនៅសល់ Outstanding Amount |
---|---|---|---|---|---|---|---|---|
{{ $item->transaction_date }} | {{ $item->ref_no }} | @if ($item->customer_name == null) អតិថិជនទូទៅ @else {{ $item->customer_name }} @endif | {{ $item->customer_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->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) }} |
@endfor | សរុបមុនបញ្ចុះតម្លៃ: {{ $item->currency_symbol }} {{ $total_before_discount }} | ||||
@endfor | សរុបបញ្ចុះតម្លៃ: {{ $item->currency_symbol }} {{ $discount_amount }} | ||||
@endfor | សរុបក្រាយបញ្ចុះតម្លៃ: {{ $item->currency_symbol }} {{ $total_after_discount }} | ||||
@endfor | សរុបប្រាក់បានបង់: {{ $item->currency_symbol }} {{ $total_paid }} | ||||
@endfor | សរុបប្រាក់នៅសល់: {{ $item->currency_symbol }} {{ $outstanding_amount }} |