@include('pdfs._partials.header', $report)
| Manufacturer: {{ $report['snapshot']['manufacturer']['name'] }} | Model Number: {{ $report['snapshot']['model']['name'] }} | Serial Number: {{ $report['snapshot']['serial_number'] }} |
| Scale ID: {{ $report['snapshot']['custom_name'] == null ? 'N/A' : $report['snapshot']['custom_name'] }} | Capacity x Graduation: {{ $report['snapshot']['capacity'] }} x {{ $report['snapshot']['graduation'] }} {{ $report['snapshot']['measureUnit']['abbreviation'] }} | Tolerance: {{ $report['snapshot']['tolerance'] }} {{ $report['snapshot']['passFailMethod']['name'] }} |
| Location: {{ $report['snapshot']['location'] == null ? 'N/A' : $report['snapshot']['location'] }} | Status of Scale: {{ $report['scale_status'] == null ? 'N/A' : $report['scale_status'] }} | |
| Next Due Date: {{date_format(date_create($report['due_date']),"m/d/Y")}} | Job No: {{$report['rail_job_number']}} | Purchase Order: {{$report['po_number']}} |
| Customer: {{$report['contract']['name']}} | Weather: {{$report['rail_weather']}} | |
| Location: {{$report['snapshot']['group']['rail_customer_name'] ? $report['snapshot']['group']['rail_customer_name'] : $report['contract']['name']}} {{$report['snapshot']['customer_scale_id']}} | Wind: {{$report['rail_wind']}} | |
| Address: @if($report['snapshot']['group']['rail_customer_address']) {{$report['snapshot']['group']['rail_customer_address']}} @else {{$report['contract']['address_line_1']}}{{$report['contract']['address_line_2'] ? ', '.$report['contract']['address_line_2'] : ''}}{{$report['contract']['address_line_3'] ? ', '.$report['contract']['address_line_3'] : ''}} @endif | Temperature: {{$report['rail_temperature']}} | |
| City/State/Zip: {{$report['snapshot']['group']['rail_customer_city'] ? $report['snapshot']['group']['rail_customer_city'] : $report['contract']['city']}}, {{$report['snapshot']['group']['rail_customer_state'] ? $report['snapshot']['group']['rail_customer_state'] : $report['contract']['state']}} {{$report['snapshot']['group']['rail_customer_zip'] ? $report['snapshot']['group']['rail_customer_zip'] : $report['contract']['zip']}} | Seal/Cal: {{$report['snapshot']['rail_seal_cal']}} | |
| Railroad: {{$report['snapshot']['rail_name']}} | Reason for Test: {{$report['rail_reason_for_test']}} | |
| Indicator | Weighbridge | Load Receiving Elements | ||||
| Mfg. Code: | {{$report['snapshot']['manufacturer']['name']}} | Mfg. Code: | {{$report['snapshot']['rail_weighbridge_mfg_code']}} | Mfg. Code: | {{$report['snapshot']['rail_load_receive_mfg_code']}} | |
| Type: | {{$report['snapshot']['rail_indicator_type']}} | Model: | {{$report['snapshot']['rail_weighbridge_model']}} | Type: | {{$report['snapshot']['rail_load_receive_type']}} | |
| Model: | {{$report['snapshot']['model']['name']}} | NTEP No: | {{$report['snapshot']['rail_weighbridge_ntep_no']}} | Model: | {{$report['snapshot']['rail_load_receive_model']}} | |
| NTEP No: | {{$report['snapshot']['rail_indicator_ntep_no']}} | S/N: | {{$report['snapshot']['rail_weighbridge_sn']}} | NTEP No: | {{$report['snapshot']['rail_load_receive_ntep_no']}} | |
| S/N: | {{$report['snapshot']['serial_number']}} | Sect. Cap: | @if($report['snapshot']['rail_weighbridge_sect_cap']) {{number_format($report['snapshot']['rail_weighbridge_sect_cap'])}} {{$report['snapshot']['measureUnit']['abbreviation']}} @endif | Cell Cap: | @if($report['snapshot']['rail_load_receive_cell_cap']) {{number_format($report['snapshot']['rail_load_receive_cell_cap'])}} {{$report['snapshot']['measureUnit']['abbreviation']}} @endif | |
| Capacity/Div: | {{number_format($report['snapshot']['capacity'])}} {{$report['snapshot']['measureUnit']['abbreviation']}} | {{number_format($report['snapshot']['graduation'])}} {{$report['snapshot']['measureUnit']['abbreviation']}} | No. of Sections: | {{$report['snapshot']['rail_load_receive_sect_no']}} | ||
| Static Test in lbs | Sec 1 | Sec 2 | Sec 3 | Sec 4 | Sec 5 | Sec 6 | Sec 7 | Sec 8 | Sec 9 | Sec 10 |
| Load Applied | @foreach($report->answers->where('rail_reading_type', 'reading_forward') as $answer){{$answer->weight_applied}} | @endforeach @for($i = 0;$i < (10 - $report['snapshot']['test']['railroad_section_count'] ?? 0); $i++)n/a | @endfor||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| As Found -> | @foreach($report->answers->where('rail_reading_type', 'reading_forward') as $answer){{$answer->as_found_reading}} | @endforeach @for($i = 0;$i < (10 - $report['snapshot']['test']['railroad_section_count'] ?? 0); $i++)n/a | @endfor||||||||
| As Found <- | @foreach($report->answers->where('rail_reading_type', 'reading_backward') as $answer){{$answer->as_found_reading}} | @endforeach @for($i = 0;$i < (10 - $report['snapshot']['test']['railroad_section_count'] ?? 0); $i++)n/a | @endfor||||||||
| As Left -> | @foreach($report->answers->where('rail_reading_type', 'reading_forward') as $answer){{$answer->as_left_reading}} | @endforeach @for($i = 0;$i < (10 - $report['snapshot']['test']['railroad_section_count'] ?? 0); $i++)n/a | @endfor||||||||
| As Left <- | @foreach($report->answers->where('rail_reading_type', 'reading_backward') as $answer){{$answer->as_left_reading}} | @endforeach @for($i = 0;$i < (10 - $report['snapshot']['test']['railroad_section_count'] ?? 0); $i++)n/a | @endfor
| Static Test in lbs | Zero Change | Direction Error | Range Error |
| As Found -> | {{number_format($report['rail_af_zero_change_forth'])}} | {{number_format($report['rail_af_direction_error_forth'])}} | {{number_format($report['rail_af_range_error_forth'])}} |
| As Found <- | {{number_format($report['rail_af_zero_change_back'])}} | {{number_format($report['rail_af_direction_error_back'])}} | {{number_format($report['rail_af_range_error_back'])}} |
| As Left -> | {{number_format($report['rail_al_zero_change_forth'])}} | {{number_format($report['rail_al_direction_error_forth'])}} | {{number_format($report['rail_al_range_error_forth'])}} |
| As Left <- | {{number_format($report['rail_al_zero_change_back'])}} | {{number_format($report['rail_al_direction_error_back'])}} | {{number_format($report['rail_al_range_error_back'])}} |
| As Found Tolerance: | as_found_pass_status == 'Passed' && $report['scale_status'] == 'in_use') ? 'checked' : ''}}> Acceptable | as_found_pass_status == 'Failed' && $report['scale_status'] == 'in_use') ? 'checked' : ''}}> Not Acceptable | As Left Tolerance: | as_left_pass_status == 'Passed' && $report['scale_status'] == 'in_use') ? 'checked' : ''}}> Acceptable | as_left_pass_status == 'Failed' && $report['scale_status'] == 'in_use') ? 'checked' : ''}}> Not Acceptable |
| NIST Traceable Calibration Standards Used: Set {{$report->weightKit->name}} |
| Comments: {{$report->note}} |
| {{$report->tech->name}} | {{date('m/d/Y', strtotime($report->completed_date))}} | {{$report['snapshot']['frequency']}} {{$report['snapshot']['frequencyType']['name']}}{{$report['snapshot']['frequency'] === 1 ? '' : 's'}} | {{$report['scale_status'] == 'in_use' ? (($report->due_date == 'Non-Conformant' || $report->due_date == 'N/A') ? $report->due_date : date('m/d/Y', strtotime($report->due_date))) : 'N/A'}} |
| Signature of Certified Technician | Date | Interval | Next Due Date |