@extends('layouts.master') @section('header-title') Supplier Quality - Scorecard @endsection @section('styles') @endsection @section('content')

Ranking and Evaluation Information

Total Evaluation
Color Description
If the supplier has 75% (or more) or if it is ranked like "2 or 1".
If the supplier has less than 75% or if it is ranked like "3"
Ranking
Number Description
1 Good level of performance (100% - 90%)
2 Medium level of performance (89.9% - 75%)
3 Low level of performance (less than 74.9%)

Supplier Scorecard

{{-- More Info --}}

Here you can see the scorecard of the selected supplier



{{ $scorecard->supplier->name }}
Quality Contacts
@foreach($external_contacts as $contact) @endforeach
{{$contact->full_name}} {{$contact->email}}
Katcon {{ $scorecard->plant->name }}
Quality Contacts
@foreach($internal_contacts as $contact) @endforeach
{{$contact->full_name}} {{$contact->email}}
@foreach($scorecard->scorecards as $month) @php $class_row = ''; if( $month->final_score >= 75) $class_row = 'alpha-success text-success-800'; elseif($month->final_score != null) //When is greater than 0, and the value is set $class_row = 'alpha-danger text-danger-800'; @endphp @endforeach
Year {{$scorecard->year}}
_
Month
Parts Deliveries Quality Service Evaluation 100% Katcon Ranking Comments
Total Ordered PPMs Deliveries
on Time
15%
Premium
Freights
10%
Order Qty vs
Received Qty
10%
Correct and Ontime
Documentation
10%
PPMs
20%
1D-3D
Answer time
5%
Full 8D's Report
Answer Time
25%
Answer in case
of emergency
5%
{{$month->month_short_name}} {{$month->total_ordered}} {{$month->ppms}} {{$month->deliveries_score}} {{$month->premium_freights_score}} {{$month->ordered_score}} {{$month->correct_score}} {{$month->ppms_score}} {{$month->first_d_answer_time_score}} @if($user->is_internal) @if($month->first_d_answer_time_score !== null) @endif @endif {{$month->full_8d_answer_time_score}} @if($user->is_internal) @if($month->full_8d_answer_time_score !== null) @endif @endif {{$month->answer_score}}{{$month->final_score}} {{$month->ranking}} {{$month->comments}} @if($user->is_internal) @endif
YTD {{$scorecard->ytd->total_ordered}} {{$scorecard->ytd->ppms}} {{$scorecard->ytd->deliveries_score}} {{$scorecard->ytd->premium_freights_score}} {{$scorecard->ytd->ordered_score}} {{$scorecard->ytd->correct_score}} {{$scorecard->ytd->ppms_score}} {{$scorecard->ytd->first_d_answer_time_score}} {{$scorecard->ytd->full_8d_answer_time_score}} {{$scorecard->ytd->answer_score}} {{$scorecard->ytd->final_score}} {{$scorecard->ytd->ranking}}

Scorecard Chart {{$scorecard->year}}

@endsection @section('plugin-scripts') @include('scripts.datatablesjs') @endsection @section('app-scripts') @endsection