| TC number | Client | QA raised | Days to Resolve | Job Name | Material | Sheets | Cause | Additional Notes |
|---|---|---|---|---|---|---|---|---|
| {{ $job->internal_id }} | {{ $job->user->company_name }} | {{ $job->recutQa->created_at->format('Y-m-d') }} | {{ $job->recutQa->resolved_in }} | {{ $job->name }} | @if($job->job_type == "Carcase") {{ $job->material_type == 'other' ? $job->other_material : $job->material_type }} @else @if ($job->painted == 'No') @if ( !is_null($job->supplier) ) {{ $job->supplier }} - @endif @if ( !is_null($job->colour) ) {{ $job->colour }} - @endif @if ( !is_null($job->thickness) ) {{ $job->thickness }} @endif @if (!is_null($job->edge_tape)) ({{ $job->edge_tape }}m) @endif @else White Satin @endif @endif |
@if($job->job_type == "Carcase")
@if (is_null($job->white_sheet_24) && is_null($job->white_sheet_36))
-
@else
@if ($job->white_sheet_24 > 0)
2412: {{ $job->white_sheet_24 }} @endif @if ($job->white_sheet_36 > 0) 3618: {{ $job->white_sheet_36 }} @endif @endif @if($job->white_offcut) 1 Offcut @endif @else @if (!is_null($job->supplier) || !is_null($job->colour) || !is_null($job->thickness)) @if (!is_null($job->colour_sheets_size) && $job->colour_sheets_size) @foreach ($job->colour_sheets_size ?? [] as $size) {{ $size['qty'] }}:{{ $size['length'] ?? 0 }}x{{ $size['width'] ?? 0 }} @if (!$loop->last) @endif @endforeach @else - @endif @else @if (is_null($job->white_satin_24) && is_null($job->white_satin_36)) - @else @if ($job->white_satin_24 > 0) 2412: {{ $job->white_satin_24 }} @endif @if ($job->white_satin_36 > 0) 3618: {{ $job->white_satin_36 }} @endif @if (!is_null($job->colour_sheets_size) && $job->colour_sheets_size) @foreach ($job->colour_sheets_size ?? [] as $size) {{ $size['qty'] }}:{{ $size['length'] ?? 0 }}x{{ $size['width'] ?? 0 }} @if (!$loop->last) @endif @endforeach @endif @endif @if($job->colour_offcut) 1 Offcut @endif @endif @endif |
@if ($job->recutQa->caused_by == 'Customer') Customer @elseif ($job->recutQa->caused_by == 'Design') Design: {{ $job->recutQa->design_cause == 'Other' ? $job->recutQa->other_design_cause : $job->recutQa->design_cause }} @elseif ($job->recutQa->caused_by == 'Production') Design: {{ $job->recutQa->production_cause == 'Other' ? $job->recutQa->other_production_cause : $job->recutQa->production_cause }} @elseif ($job->recutQa->caused_by == 'other') {{ $job->recutQa->other_cause }} @else Not Sure @endif | {{ $job->recutQa->notes }} |
| No Qa Found! | ||||||||
| Total HMR White sheets | {{ $total_hmr_sheets }} | |||||||
| Total Colour Sheets | {{ $total_colour_sheets }} | |||||||
| Average Days To Respond | {{ $avg_resolved_days }} | |||||||
| Median Days To Respond | {{ $median }} | |||||||