|
|
{{ Carbon::parse($currentEndDate)->format('d') == Carbon::parse($currentEndDate)->format('t') ? 'MONTHLY':'MTD' }} SALES REPORT {{Carbon::parse($currentStartDate)->format('jS M')}} - {{Carbon::parse($currentEndDate)->format('jS M, Y')}}
|
|
|
Hi {{ strtolower($employee->employee_gender) == 'female' ? 'Miss.':'Mr.' }} {{$employee->employee_first_name}} {{$employee->employee_last_name}},
Below is a brief snapshot of our monthly sales performance. For a comprehensive breakdown, please find the complete report attached in PDF format.
|
|
|
|
|
UNITs
{{$data->net_sale_units}}
|
|
Rs. {{$data->gross_sale_value}}
|
|
CTN/BNDLs
{{$data->ttl_ctns_sale}}
|
|
|
|
|
|
|
|
OVERALL ACH.
|
|
{{$data->target_achivement}}
|
|
|
|
TGT. TILL DATE
|
|
{{$data->target_till_date}}
|
|
|
|
ACH. TILL DATE
|
|
{{$data->ach_till_date}}
|
|
|
|
|
|
|
|
|
TOTAL SRs
|
|
{{$data->total_srs}}
|
|
|
|
ACTIVE SRs
|
|
{{$data->active_srs}}
|
|
|
|
ABSENT SRs
|
|
{{$data->absent_srs}}
|
|
|
|
|
|
| SCH. PRODUCTIVITY: |
{{$data->sch_productivity}}
|
|
|
| VISIT. PRODUCTIVITY: |
{{$data->visit_productivity}}
|
|
|
| STRIKE RATE: |
{{$data->strike_rate}}
|
|
|
| COVERAGE: |
{{$data->coverage}}
|
|
|
| AVG. REV/SHOP: |
{{$data->avg_rev_per_shops}}
|
|
|
| AVG. BILL VALUE |
Rs. {{$data->avg_bill_value}}
|
|
|
| AVG. SKU/BILL |
{{$data->avg_sku_per_order}}
|
|
|
| AVG. DROP SIZE |
{{$data->avg_drop_size}} UNITs
|
|
|
|
|