General Information QPR - {{$qpr->qpr_name}} | ||
---|---|---|
Supplier | Plant | Facility |
{{$qpr->supplier->name}} | {{$qpr->plant->name}} | {{$qpr->subPlant->name}} |
Creation Date | Department | Authorized By |
{{$qpr->created_at_dmy}} | {{$qpr->department_name}} | {{$qpr->authorizer->full_name}} |
Part Name | Part Number | Sample Quantity |
{{$qpr->part_name ?? ' '}} | {{$qpr->part_number ?? ' '}} | {{$qpr->sample_quantity ?? ' '}} |
Sample Quantity Defective | Total Quantity Suspect | {{ $qpr->is_quality ? 'Total Quantity Defective' : ''}} |
{{$qpr->sample_quantity_defective ?? ' '}} | {{$qpr->total_quantity_suspect ?? ' '}} | {{$qpr->is_quality ? $qpr->total_quantity_defective : ''}} |
Description | ||
{{$qpr->description ?? ' '}} | ||
URL | ||
id}")}}">{{url("/supqlity/qpr/show/{$qpr->id}")}} |
Defects Information | ||
---|---|---|
Part No | Defect | Quantity |
{{$defect->part_number}} | {{$defect->description}} | {{$defect->quantity}} |
Total Quantity Defective | {{$qpr->total_quantity_defective}} |
Concepts Of Charge | |||||
---|---|---|---|---|---|
Concept | Comment | Qty | Unit | Charge {{$qpr->plant->currency}} | Total |
Nonconformance Report Administrative Fee | {{$qpr->plant->currency_symbol . $qpr->report_fee_charge}} | ||||
One D Delay Penalty Charge | {{$qpr->plant->currency_symbol . $qpr->one_d_penalty_charge}} | ||||
{{$concept->name}} | {{$concept->comment}} | {{$concept->quantity}} | {{$concept->unit}} | {{$qpr->plant->currency_symbol . $concept->charge_usd}} | {{$qpr->plant->currency_symbol . $concept->pre_total_charge_usd}} |
Total Charged {{$qpr->plant->currency}} | {{$qpr->plant->currency_symbol . $qpr->total_charged_usd}} |
Attachments | ||
---|---|---|
File Name | Date | Download |
{{$attachment['name']}} | {{ \Carbon\Carbon::createFromFormat('d/M/Y',$attachment['created_at_dmy'])->timezone(App\Support\Timezone::local())->format('d/M/Y')}} | Click here |
Attached Images | |
---|---|
Title | Image |
{{$attachment['name']}} |
|
Policy | |
---|---|
{!! $qpr->policy->international !!} | {!! $qpr->policy->local !!} |