របាយការណ៍ភ្នាក់ងាលក់ |
|
Sale Agent Report |
|
ឈ្មោះ/Sale Agent Name: | {{ $filter['sale_agent_name'] == null ? 'ទាំងអស់' : $filter['sale_agent_name'] }} |
ថ្ងៃលក់/Sale Date: | {{ $filter['date_range']['startDate'] }} - {{ $filter['date_range']['endDate'] }} |
កុម្មសុងសរុប/Total Sale Commission: | {{ App\Helpers\StringHelper::currency($filter['total_commission']) }} {{ $filter['total_commission_symbol'] }} |
# | ឈ្មោះភ្នាក់ងារលក់ | លេខទូរស័ព្ទ | អាសយដ្ឋាន | កុម្មសុងសរុប | សាខា |
---|---|---|---|---|---|
{{ $loop->iteration }} | {{ $item['name'] }} | {{ $item['phone'] }} | {{ $item['address'] }} | {{ App\Helpers\StringHelper::calculateTotalCommissionBySaleAgent($item->Transactions) }} | {{ App\Models\Branch::getByName($item['branch_id']) }} |