Blame

6fb910 Hargata Softworks 2025-11-05 01:34:57 1
# Inspections
2
3
Inspection Records allow you to fill out inspection forms for your vehicles and create action items.
4
5
## Enabling Inspections
6
7
Inspections can be enabled in the Settings Tab.
8
9
![](/Records/Inspections/a/image-1762305685178.png)
10
11
## Creating a Template
12
13
To add an inspection record, you must first create a template.
14
15
![](/Records/Inspections/a/image-1762305788356.png)
16
17
### Adding Fields
18
19
Click "Add Field" to add a field to the form
20
21
![](/Records/Inspections/a/image-1762305835702.png)
22
23
### Field Types
24
25
- Text Field - A straightforward input field
26
27
![](/Records/Inspections/a/image-1762305919651.png)
28
29
- Radio Selections - Users must select only one option
30
31
![](/Records/Inspections/a/image-1762306001566.png)
32
33
- Check Selections - Users can select multiple or no options.
34
35
![](/Records/Inspections/a/image-1762306035311.png)
36
37
### Adding Options
38
39
Radio and Check Field Types require users to create at least one option. Click "Add Option" to add an option
40
41
![](/Records/Inspections/a/image-1762306197985.png)
42
43
To mark a selection as a failing criteria, check "Fail" next to the field.
44
45
![](/Records/Inspections/a/image-1762306273441.png)
46
aeb323 Hargata Softworks 2025-11-05 01:35:32 47
#### Field Evaluation
48
6fb910 Hargata Softworks 2025-11-05 01:34:57 49
For Radio Field, the item will be evaluated as "Fail" if the option marked as "Fail" is selected.
50
51
![](/Records/Inspections/a/image-1762306466797.png)
52
53
In this example with Front Tires, this item will be evaluated as "Fail" if "❌" is selected
54
55
For Check Fields, the item will be evaluated as "Fail" if the option marked as "Fail" is not selected.
56
57
![](/Records/Inspections/a/image-1762306394462.png)
58
ed64c6 Hargata Softworks 2025-11-05 01:38:31 59
In this example with Seatbelts, this item will be evaluated as "Fail" if none of the options are selected.
60
61
![](/Records/Inspections/a/image-1762306612889.png)
62
63
In this example with Exterior Lights, "High Beam" can be unselected and the item will still pass as long as all the other options are selected.