របាយការណ៍ជំពាក់ការលក់តាមអ្នកទីផ្សារ

Dept Sale Report By Sale Agent

កាលបរិច្ឆេទ / Date: {{ $date }}
អតិថិជន / Customer: {{ $customer }}
វិក័យបត្រ / Invoice: {{ $invoice }}
@foreach ($data as $item) @endforeach
ល.រ.
No.
អ្នកទីផ្សារ
Sale Agent Name
ទំនាក់ទំនងអ្នកទីផ្សារ
Sale Agent Phone
សរុបមុនបញ្ចុះតម្លៃ
Total Before Discount
ចំនួនបញ្ចុះតម្លៃ
Discount Amount
សរុបក្រាយបញ្ចុះតម្លៃ
Total After Discount
ចំនួនទឹកប្រាក់ដែលបានបង់
Paid Amount
ចំនួនទឹកប្រាក់ដែលនៅសល់
Outstanding Amount
{{ $loop->iteration }} @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_before_discount) }} {{ $item->currency_symbol }} {{ App\Helpers\StringHelper::currency($item->total_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) }}
Total Before Discount / សរុបមុនបញ្ចុះតម្លៃ : {{ $total_before_discount['symbol_for_pdf'] }} {{ $total_before_discount['total'] }}
Discount Amount / ចំនួនបញ្ចុះតម្លៃ : {{ $total_discount_amount['symbol_for_pdf'] }} {{ $total_discount_amount['total'] }}
Total After Discount / សរុបក្រាយបញ្ចុះតម្លៃ : {{ $total_after_discount['symbol_for_pdf'] }} {{ $total_after_discount['total'] }}
Paid Amount / ចំនួនទឹកប្រាក់ដែលបានបង់ : {{ $total_paid['symbol_for_pdf'] }} {{ $total_paid['total'] }}
Outstanding Amount / ចំនួនទឹកប្រាក់ដែលនៅសល់ : {{ $outstanding_amount['symbol_for_pdf'] }} {{ $outstanding_amount['total'] }}