របាយការណ៍ប្រតិបត្តិការរបស់ភ្នាក់ងារលក់ |
|
Sale Agent Report |
|
ឈ្មោះ/Sale Agent Name: | {{ $filter['sale_agent_name'] == null ? 'ទាំងអស់' : $filter['sale_agent_name'] }} |
ថ្ងៃលក់/Sale Date: | {{ $data['transaction_date'] }} |
លេខយោង/Invoice Number: | {{ $data['ref_no'] }} |
# | ផលិតផល | ចំនួន | ចំនួនកុម្មសុង | ថ្ងៃលក់ |
---|---|---|---|---|
{{ $loop->iteration }} | {{ $item['product_variation_name'] }} | {{ App\Helpers\StringHelper::roundUp($item['qty'], 3) }} {{ $item['unit_type_name'] }} | {{ App\Helpers\StringHelper::currency($item['total_commission']) }} {{ App\Models\Currency::getSymbol($item['currency_id']) }} | {{ $data['transaction_date'] }} |