របាយការណ៍ជំពាក់ការលក់តាមអ្នកទីផ្សារ
Debt Sale Report By Sale Agent
Date / កាលបរិច្ឆេទ: {{ $date }}
Customer / អតិថិជន: {{ $customer }}
Invoice / ​វិក័យប័ត្រ : {{ $invoice }}
@foreach ($data as $item) @endforeach
អ្នកទីផ្សារ
Sale Agent Name
ទំនាក់ទំនងអ្នកទីផ្សារ
Sale Agent Phone
សរុបមុនបញ្ចុះតម្លៃ
Total Before Discount
ចំនួនបញ្ចុះតម្លៃ
Discount Amount
សរុបក្រាយបញ្ចុះតម្លៃ
Total After Discount
ចំនួនទឹកប្រាក់ដែលបានបង់
Paid Amount
ចំនួនទឹកប្រាក់ដែលនៅសល់
Outstanding Amount
@if ($item->sale_agent_name == null) អ្នកទីផ្សារទូទៅ @else {{ $item->sale_agent_name }} @endif {{ $item->sale_agent_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) }}
@for ($i = 1; $i <= 3; $i++) @endfor @for ($i = 1; $i <= 3; $i++) @endfor @for ($i = 1; $i <= 3; $i++) @endfor @for ($i = 1; $i <= 3; $i++) @endfor @for ($i = 1; $i <= 3; $i++) @endfor
សរុបមុនបញ្ចុះតម្លៃ:   {{ $item->currency_symbol }} {{ $total_before_discount }}
សរុបបញ្ចុះតម្លៃ:   {{ $item->currency_symbol }} {{ $total_discount_amount }}
សរុបក្រាយបញ្ចុះតម្លៃ:   {{ $item->currency_symbol }} {{ $total_after_discount }}
សរុបប្រាក់បានបង់:   {{ $item->currency_symbol }} {{ $total_paid }}
សរុបប្រាក់នៅសល់:   {{ $item->currency_symbol }} {{ $outstanding_amount }}