|
|
Customer | Customer Type | Location | Agent | LG Date | Fulfilment Date | LG Commission | Sales Date | Product Information | Customer Information | Branch Information | Headquarter Information | After Sales | Commission Information | Action | ||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Client | Product | Reference Number | Sales Amount | TIN Number | ID Type | ID Number | CI Commission | SC Commission | Branch Sent Date | Branch Submitted By | Received Date | Received By | Submission Status | Branch Commission | HQ Sent Date | HQ Submitted By | HQ Received Date | HQ Received By | HQ Status | HQ Commission | Completion Date | Completion Status | Completed By | Commission | Total Commission | Status | |||||||||||
|
|
@{{ item.lead_type == 'business' ? (item.business_name) ? item.business_name[0].toUpperCase() + item.business_name.slice(1) : '-' : (item.kua_customer && item.kua_customer.full_name != null) ? item.kua_customer.full_name[0].toUpperCase() + item.kua_customer.full_name.slice(1) : item.customer_name}}
@{{ (item.lead_type == 'business' && item.kua_customer && item.kua_customer.kua_customer_primary_contact) ? (item.kua_customer.kua_customer_primary_contact.phone_number) ? item.kua_customer.kua_customer_primary_contact.phone_number: '-' : (item.kua_customer && item.kua_customer.phone_number) ? item.kua_customer.phone_number : '-' }} |
@{{ item.lead_type == 'business' ? (item.business_name) ? item.business_name[0].toUpperCase() + item.business_name.slice(1) : '-' : (item.customer_name) ? item.customer_name[0].toUpperCase() + item.customer_name.slice(1) : '-' }} @{{ item.phone_number ? item.phone_number : '-' }} |
@{{ item.lead_type ? item.lead_type[0].toUpperCase() + item.lead_type.slice(1) : '-' }} | @{{ item.kua_region ? item.kua_region.region_name : '-' }} | @{{ (item.kua_agent && item.kua_agent.full_name != null) ? item.kua_agent.full_name[0].toUpperCase() + item.kua_agent.full_name.slice(1) : '-' }} | @{{ item.formatted_created_at ? item.formatted_created_at : '-' }} | @{{ item.formatted_expected_closure_date ? item.formatted_expected_closure_date : '-' }} | @{{ commissionCalculation(item, 'lead_generation') }} | @{{ getSalesDate(item) }} | @{{ (item.kua_company && item.kua_company.name != null) ? item.kua_company.name[0].toUpperCase() + item.kua_company.name.slice(1) : '-' }} | @{{ (item.kua_product && item.kua_product.product_name != null) ? item.kua_product.product_name[0].toUpperCase() + item.kua_product.product_name.slice(1) : '-' }} | @{{ getReferenceNumber(item) }} | @{{ item.sales_amount ? item.sales_amount : 0 }} | @{{ (item.kua_customer && item.kua_customer.tin != null) ? item.kua_customer.tin : '-' }} | @{{ getCustomerIdType(item) }} | @{{ getCustomerIdNumber(item) }} | @{{ commissionCalculation(item, 'customer_identification') }} | @{{ commissionCalculation(item, 'sales_completion') }} | @{{ getDispatchBranchDate(item) }} | @{{ getDispatchBranchBy(item) }} | @{{ getBranchReceivedDate(item) }} | @{{ getBranchReceivedBy(item) }} | @{{ item.branch_status ? item.branch_status : '-' }} | @{{ commissionCalculation(item, 'outlet_process') }} | @{{ getDispatchHQDate(item) }} | @{{ getDispatchHQBy(item) }} | @{{ getHQReceivedDate(item) }} | @{{ getHQReceivedBy(item) }} | @{{ item.hq_status ? item.hq_status : '-' }} | @{{ commissionCalculation(item, 'hq_process') }} | @{{ getCompletionDate(item) }} | @{{ item.completion_status ? item.completion_status : '-' }} | @{{ getCompletionBy(item) }} | @{{ commissionCalculation(item, 'after_sales_activity') }} | @{{ item.total_commission }} |
@{{ getCommissionStatus(item) }} |
remove_red_eye |
{{ @trans('kua_agent.no_records_to_show') }}