@extends('layouts.master') @section('header-title') Supplier Quality - Concepts of Charge @endsection @section('content')
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 |
---|
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.
Plant | $ USD Cost |
---|---|
{{$plant->name }} | {{ $plant->fee }} |
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.
Plant | Week Days | $ USD Cost |
---|---|---|
{{$plant->name }} | {{ $plant->delay['days'] }} | {{ $plant->delay['cost'] }} |