@extends('admin.layouts.admin') @section('style') @endsection @section('content')

Report

@if(session('alert-green'))
{{ session('alert-green') }}
@endif @if(session('alert-danger'))
{{ session('alert-danger') }}
@endif @if($errors->any())
@foreach ($errors->all() as $error)
* {{$error}}
@endforeach
@endif {{ session('status') }}

Filter

@csrf

@foreach($kpi_lists as $kpi)
slug, request('kpi_id'))) ? 'checked' : '' }} type="checkbox" value="{{ $kpi->slug }}" name="kpi_id[]" id="{{ $kpi->slug }}">
To
To
@endforeach
Clear

Lists

@if($performances) @php if($kpi_info != null){ foreach($kpi_info as $kpi_slug){ if($kpi_slug == "temporary_approved"){ if((!empty($weightage)) && (array_key_exists('temporary_approved',$weightage))){ echo ""; }else{ echo ""; } } if($kpi_slug == "secondery_reject"){ if((!empty($weightage)) && (array_key_exists('secondery_reject',$weightage))){ echo ""; }else{ echo ""; } } if($kpi_slug == "qr_deployment"){ if((!empty($weightage)) && (array_key_exists('qr_deployment',$weightage))){ echo ""; }else{ echo ""; } } if($kpi_slug == "finally_approved"){ if((!empty($weightage)) && (array_key_exists('finally_approved',$weightage))){ echo ""; }else{ echo ""; } } if($kpi_slug == "unique_merchant_transaction_count"){ if((!empty($weightage)) && (array_key_exists('unique_merchant_transaction_count',$weightage))){ echo ""; }else{ echo ""; } } if($kpi_slug == "high_volume_merchant_count"){ if((!empty($weightage)) && (array_key_exists('high_volume_merchant_count',$weightage))){ echo ""; }else{ echo ""; } } if($kpi_slug == "new_merchant_transaction_count"){ if((!empty($weightage)) && (array_key_exists('new_merchant_transaction_count',$weightage))){ echo ""; }else{ echo ""; } } if($kpi_slug == "total_transaction_amount"){ if((!empty($weightage)) && (array_key_exists('total_transaction_amount',$weightage))){ echo ""; }else{ echo ""; } } if($kpi_slug == "non_qr_total_transaction_amount"){ if((!empty($weightage)) && (array_key_exists('non_qr_total_transaction_amount',$weightage))){ echo ""; }else{ echo ""; } } if($kpi_slug == "subscription_pack_sales_count"){ if((!empty($weightage)) && (array_key_exists('subscription_pack_sales_count',$weightage))){ echo ""; }else{ echo ""; } } if($kpi_slug == "total_subscription_pack_sales_amount"){ if((!empty($weightage)) && (array_key_exists('total_subscription_pack_sales_amount',$weightage))){ echo ""; }else{ echo ""; } } if($kpi_slug == "npsb_qr_redeployment_count"){ if((!empty($weightage)) && (array_key_exists('npsb_qr_redeployment_count',$weightage))){ echo ""; }else{ echo ""; } } } } @endphp @php if($kpi_info != null){ foreach($kpi_info as $kpi_slug){ if($kpi_slug == "temporary_approved"){ echo ""; echo ""; echo ""; echo ""; echo ""; } if($kpi_slug == "secondery_reject"){ echo ""; echo ""; echo ""; echo ""; } if($kpi_slug == "qr_deployment"){ echo ""; echo ""; echo ""; echo ""; echo ""; } if($kpi_slug == "finally_approved"){ echo ""; echo ""; echo ""; echo ""; echo ""; } if($kpi_slug == "unique_merchant_transaction_count"){ echo ""; echo ""; echo ""; echo ""; echo ""; } if($kpi_slug == "high_volume_merchant_count"){ echo ""; echo ""; echo ""; echo ""; echo ""; } if($kpi_slug == "new_merchant_transaction_count"){ echo ""; echo ""; echo ""; echo ""; echo ""; } if($kpi_slug == "total_transaction_amount"){ echo ""; echo ""; echo ""; echo ""; echo ""; } if($kpi_slug == "non_qr_total_transaction_amount"){ echo ""; echo ""; echo ""; echo ""; echo ""; } if($kpi_slug == "subscription_pack_sales_count"){ echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; } if($kpi_slug == "total_subscription_pack_sales_amount"){ echo ""; echo ""; echo ""; echo ""; echo ""; } if($kpi_slug == "npsb_qr_redeployment_count"){ echo ""; echo ""; echo ""; echo ""; echo ""; } } } @endphp @foreach($performances as $performance) @php if($kpi_info != null){ $total_score = 0; foreach($kpi_info as $kpi_slug){ if($kpi_slug == "temporary_approved"){ echo ""; echo ""; echo ""; echo ""; echo ""; $total_score += $performance->ta_score; } if($kpi_slug == "secondery_reject"){ echo ""; echo ""; echo ""; echo ""; $total_score += $performance->sr_score; } if($kpi_slug == "qr_deployment"){ echo ""; echo ""; echo ""; echo ""; echo ""; //$total_score += $performance->qrd_score; } if($kpi_slug == "finally_approved"){ echo ""; echo ""; echo ""; echo ""; echo ""; $total_score += $performance->fa_score; } if($kpi_slug == "unique_merchant_transaction_count"){ echo ""; echo ""; echo ""; echo ""; echo ""; $total_score += $performance->umtc_score; } if($kpi_slug == "high_volume_merchant_count"){ echo ""; echo ""; echo ""; echo ""; echo ""; $total_score += $performance->hvmc_score; } if($kpi_slug == "new_merchant_transaction_count"){ echo ""; echo ""; echo ""; echo ""; echo ""; $total_score += $performance->nmtc_score; } if($kpi_slug == "total_transaction_amount"){ echo ""; echo ""; echo ""; echo ""; echo ""; $total_score += $performance->tta_score; } if($kpi_slug == "non_qr_total_transaction_amount"){ echo ""; echo ""; echo ""; echo ""; echo ""; $total_score += $performance->nqrtta_score; } if($kpi_slug == "subscription_pack_sales_count"){ echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; $total_score += $performance->spsc_score; } if($kpi_slug == "total_subscription_pack_sales_amount"){ echo ""; echo ""; echo ""; echo ""; echo ""; $total_score += $performance->tspsca_score; } if($kpi_slug == "npsb_qr_redeployment_count"){ echo ""; echo ""; echo ""; echo ""; echo ""; $total_score += $performance->npsb_qr_score; } //echo ""; } } @endphp @endforeach
Weightage".$weightage['temporary_approved'] ."0".$weightage['secondery_reject'] ."0".$weightage['qr_deployment']."0".$weightage['finally_approved']."0".$weightage['unique_merchant_transaction_count']."0".$weightage['high_volume_merchant_count']."0".$weightage['new_merchant_transaction_count']."0".$weightage['total_transaction_amount']."0".$weightage['non_qr_total_transaction_amount'] ?? '0'."0".$weightage['subscription_pack_sales_count'] ?? '0'."0".$weightage['total_subscription_pack_sales_amount'] ?? '0'."0".$weightage['npsb_qr_redeployment_count'] ?? '0'."0
SL No. MAS Team Lead MAS Team Lead ID MAS ID MAS Name Zone AreaTemporary Approved TargetAchievementAchievement PercentageMinScoreDocuments submittedSecondery rejectAchievement PercentageScoreQR Deployment TargetAchievementAchievement PercentageMinScoreFinally Approved TargetAchievementAchievement PercentageMinScoreUnique Merchant TargetAchievementAchievement PercentageMinScoreHigh Volume Merchant TargetAchievementAchievement PercentageMinScoreNew Merchant Transaction TargetAchievementAchievement PercentageMinScoreTotal Transaction TargetAchievementAchievement PercentageMinScoreNon QR Transaction TargetAchievementAchievement PercentageMinScoreSubscription Pack TargetAchievementAchievement PercentageMinScoreBronzeSilverGoldPlatinumSubscription Pack Sale AmountAchievementAchievement PercentageMinScoreNPSB QR Redeployment TargetAchievementAchievement PercentageMinScoreScore
{{ $loop->iteration }} {{ $performance->employee_info->reportingTo->employee->emp_id ?? '' }} {{ $performance->employee_info->reportingTo->name ?? '' }} {{ $performance->emp_id ?? ''}} {{ $performance->emp_name ?? ''}} {{ $performance->zone ?? ''}} {{ $performance->area ?? ''}}".$performance->ta_target ?? ''."".$performance->temporary_approved ?? ''."".$performance->ta_ach_percentage."%" ?? ''." ".$performance->ta_min." % " ?? ''."".$performance->ta_score." % " ?? ''."".$performance->sr_target ?? ''."".$performance->secondery_reject ?? ''."".$performance->sr_ach_percentage."%" ?? ''." ".$performance->sr_score." % " ?? ''."".$performance->qrd_target ?? ''."".$performance->qr_deployment ?? ''."".$performance->qrd_ach_percentage."%" ?? ''."".$performance->qrd_min." % " ?? ''."".$performance->qrd_score." % " ?? ''."".$performance->fa_target ?? ''."".$performance->finally_approved ?? ''."".$performance->fa_ach_percentage."%" ?? ''."".$performance->fa_min." % " ?? ''."".$performance->fa_score." % " ?? ''."".$performance->umtc_target ?? ''."".$performance->unique_merchant_transaction_count ?? ''."".$performance->umtc_ach_percentage."%" ?? ''."".$performance->umtc_min." % " ?? ''."".$performance->umtc_score." % " ?? ''."".$performance->hvmc_target ?? ''."".$performance->high_volume_merchant_count ?? ''."".$performance->hvmc_ach_percentage."%" ?? ''."".$performance->hvmc_min." % " ?? ''."".$performance->hvmc_score." % " ?? ''."".$performance->nmtc_target ?? ''."".$performance->new_merchant_transaction_count ?? ''."".$performance->nmtc_ach_percentage."%" ?? ''."".$performance->nmtc_min." % " ?? ''."".$performance->nmtc_score." % " ?? ''."".$performance->tta_target ?? ''."".$performance->total_transaction_amount ?? ''."".$performance->tta_ach_percentage."%" ?? ''."".$performance->tta_min." % " ?? ''."".$performance->tta_score." % " ?? ''."".$performance->nqrtta_target ?? ''."".$performance->non_qr_total_transaction_amount ?? ''."".$performance->nqrtta_ach_percentage."%" ?? ''."".$performance->nqrtta_min." % " ?? ''."".$performance->nqrtta_score." % " ?? ''."".$performance->spsc_target ?? ''."".$performance->subscription_pack_sales_count ?? ''."".$performance->spsc_ach_percentage."%" ?? ''."".$performance->spsc_min." % " ?? ''."".$performance->spsc_score." % " ?? ''."".$performance->bronze_count ?? ''."".$performance->silver_count ?? ''."".$performance->gold_count ?? ''."".$performance->platinum_count ?? ''."".$performance->tspsca_target ?? ''."".$performance->total_subscription_pack_sales_amount ?? ''."".$performance->tspsca_ach_percentage."%" ?? ''."".$performance->tspsca_min." % " ?? ''."".$performance->tspsca_score." % " ?? ''."".$performance->npsb_qr_target ?? ''."".$performance->npsb_qr_redeployment_count ?? ''."".$performance->npsb_qr_ach_percentage."%" ?? ''."".$performance->npsb_qr_min." % " ?? ''."".$performance->npsb_qr_score." % " ?? ''."". $total_score."%" ?? ''."{{$total_score ?? ''}} %
@endif
@include('admin.sections.footer')
@endsection @section('script') @endsection