Create Job Card Steps 1-2: Vehicle Reception & Initial Inspection
Back to Job Cards
11-Step Automotive Workflow Track progress through the complete service process
1
Vehicle
Reception
2
Initial
Inspection
3
Service
Assignment
4
Diagnosis
5
Estimate
6
Approval
7
Parts
Procurement
8
Repairs
9
Final
Inspection
10
Delivery
11
Archival
1
2
Vehicle Reception + Initial Inspection
Capture vehicle information, customer complaints, and perform incoming inspection
Customer & Vehicle Information
@if($customers && count($customers) > 0) @foreach($customers as $customer) @endforeach @endif @error('customer_id') {{ $message }} @enderror
@if($vehicles && count($vehicles) > 0) @foreach($vehicles as $vehicle) @endforeach @endif @error('vehicle_id') {{ $message }} @enderror
Service Assignment
@if($serviceAdvisors && count($serviceAdvisors) > 0) @foreach($serviceAdvisors as $advisor) @endforeach @endif @error('service_advisor_id') {{ $message }} @enderror
@if($branches && count($branches) > 0) @foreach($branches as $branch) @endforeach @endif @error('branch_code') {{ $message }} @enderror
@error('priority') {{ $message }} @enderror
Vehicle Reception Details
@error('arrival_datetime') {{ $message }} @enderror
@error('expected_completion_date') {{ $message }} @enderror
@error('mileage_in') {{ $message }} @enderror

Enter the current odometer reading

@error('fuel_level_in') {{ $message }} @enderror
@error('keys_location') {{ $message }} @enderror
@error('personal_items_removed') {{ $message }} @enderror
@error('photos_taken') {{ $message }} @enderror
Initial Vehicle Inspection Perform incoming inspection as part of vehicle reception

Recommended for quality control and customer protection

@if($perform_inspection)
@if($inspectors && count($inspectors) > 0) @foreach($inspectors as $inspector) @endforeach @endif @error('inspector_id') {{ $message }} @enderror
@error('overall_condition') {{ $message }} @enderror
Inspection Questionnaire Rate each vehicle component based on visual inspection

Exterior Condition

Interior Condition

Tire Condition

Fluid Levels

Lights & Electrical

@error('inspection_notes') {{ $message }} @enderror
@endif
Issues & Condition Assessment
@error('customer_reported_issues') {{ $message }} @enderror
@error('vehicle_condition_notes') {{ $message }} @enderror
@error('notes') {{ $message }} @enderror
Cancel Create Job Card Creating...