@extends('layouts.master') @section('header-title') Supplier Quality - Concepts of Charge @endsection @section('content')

Concepts of Charge Configuration

{{-- More Info --}}

Here you can see the concepts of charge items available for QPRs.

{{--
--}}

• If a concept is updated, it will apply only for new QPRs.
• Editable column means that the column 'Charge USD' of the this concept can not be edited in the QPR.

{{--
--}}
  Concept Unit Charge USD Editable Plant

Non-Conformance Report Administrative Fee

{{-- More Info --}}

Here you can see the cost added to the QPR due to Non-Conformance Report Administrative Fee.

{{--
--}}

• If something is changed, the effects will apply only to the new QPRs.

{{--
--}}
@foreach($plants as $plant) @endforeach
Plant $ USD Cost
{{$plant->name }} {{ $plant->fee }}

1D-3D delay  penalty configuration

{{-- More Info --}}

Here you can see the cost added to the QPR after x week days of not having filled 3D section in 8D Report.

{{--
--}}

• If days is 0, no action will be performed.
• If something is changed, the effects will apply to the 8D Reports that still have its 3D uncompleted.

{{--
--}}
@foreach($plants as $plant) @endforeach
Plant Week Days $ USD Cost
{{$plant->name }} {{ $plant->delay['days'] }} {{ $plant->delay['cost'] }}
@endsection @section('plugin-scripts') @include('scripts.datatablesjs') @endsection @section('app-scripts') @endsection