| ORDER NO & DATE : | {{ $jobcard->jobcard_number }} & {{ \Carbon\Carbon::parse($jobcard->jobcard_date)->format('d/m/Y') }} |
| BILL NO & DATE : | {{ $jobcard->bill_no ?? '-' }} / {{ $jobcard->bill_date ? \Carbon\Carbon::parse($jobcard->bill_date)->format('d/m/Y') : '-' }} |
| Customer Name: | {{ $jobcard->customer_name }} |
| Tag Number: | {{ $jobcard->tag_no }} |
| Serial Number: | {{ $jobcard->serial_no }} |
| Date Received: | {{ $jobcard->reciving_date }} |
| Company: | {{ $jobcard->client->company ?? $jobcard->client->name }} |
| Model Number: | {{ $jobcard->model_no }} |
| Range: | {{ $jobcard->start_range }} to {{ $jobcard->end_range }} mmHg |
| Body Condition: | {{ $inspection->body_condition }} |
| Display Status: | {{ $inspection->display_status }} |
| Sensor: | {{ $inspection->sensor_status }} |
| Mother Board: | {{ $inspection->motherboard_status }} |
| Power Card: | {{ $inspection->power_card_status }} |
| Oil Type: | {{ $jobcard->oil_filling->oil_type }} |
| Filling Date: | {{ \Carbon\Carbon::parse($jobcard->oil_filling->filling_date)->format('d/m/Y') }} |
| Quantity: | {{ $jobcard->oil_filling->quantity }} |
| Filled By: | {{ $jobcard->oil_filling->filled_by }} |
| MOC : | {{ $jobcard->oil_filling->moc->name ?? 'N/A' }} | FLANGE : | {{-- @dd($jobcard->oil_filling) --}}{{ $jobcard->oil_filling->flange->name ?? 'N/A' }} |
| CAPILLARY : | {{ $jobcard->oil_filling->capillary->name ?? 'N/A' }} | ||
| Calibrated By: | {{ $jobcard->calibration->calibration_by }} |
| Certificate No: | {{ $jobcard->calibration->certificate_number }} |
| Temperature: | {{ $jobcard->calibration->temperature }} °C |
| Date: | {{ $jobcard->calibration->date }} |
| Instrument: | {{ $jobcard->calibration->instrument }} |
| Humidity: | {{ $jobcard->calibration->humidity }} % |
| Set Point % | Expected | As Found | As Left | Error |
|---|---|---|---|---|
| {{ $point->set_point_percentage }} | {{ number_format($point->expected, 4) }} | {{ number_format($point->as_found, 4) }} | {{ number_format($point->as_left, 4) }} | {{ number_format($point->error, 4) }} |