| Team Sale | Số contact nhận (1) |
Tỉ lệ tiếp cận (2) |
Số đơn mới (3) |
Tỉ lệ chốt (3)/(1) |
Doanh số mới (4) |
Số đơn cũ (5) |
Doanh số cũ (6) |
Số đơn tổng (7) |
Doanh số tổng (8) |
|---|---|---|---|---|---|---|---|---|---|
| Tổng | {{$teams->sum('total_contact')}} | @if($teams->sum('total_contact')-$teams->sum('count_customers_new') > 0) {{round(((($teams->sum('total_contact') - $teams->sum('count_customers_abc'))/($teams->sum('total_contact')-$teams->sum('count_customers_new')) )*100),2)}} % @else 0 % @endif | {{$teams->sum('count_order_new')}} | {{$teams->sum('total_contact') > 0 ? round((($teams->sum('count_order_new')/$teams->sum('total_contact'))*100),2): 0}} % | {{number_format($teams->sum('total_new'))}} | {{$teams->sum('count_order_all') - $teams->sum('count_order_new')}} | {{number_format($teams->sum('total_all') - $teams->sum('total_new'))}} | {{$teams->sum('count_order_all')}} | {{number_format($teams->sum('total_all'))}} |
| {{$item->name}} | {{$item->total_contact}} | {{round(($item->ti_le_tiep_can*100),2)}} % | {{$item->count_order_new}} | {{$item->total_contact > 0 ? round((($item->count_order_new/$item->total_contact)*100),2): 0}} % | {{number_format($item->total_new)}} | {{$item->count_order_all - $item->count_order_new}} | {{number_format($item->total_all - $item->total_new)}} | {{$item->count_order_all}} | {{number_format($item->total_all)}} |