The Vehicle module allows us to manage all the details of the vehicles in an institute. You can manage all the vehicle details like its documents, fuel records, service records, etc.
This module can be accessed by navigating Transport → Vehicle
and requires the vehicle:config
and vehicle:read
permissions.
To view the full details of a vehicle, double-click on it. You can edit the details by clicking the ‘Edit’ button on the bottom-right, and it requires the vehicle:edit
permission.
After editing the details, you can save it by clicking the ‘Update’ button.
To add a vehicle, click the ‘Add Vehicle’ button. For that, you’d require the vehicle:create
. You can enter the details as shown of a vehicle. After that, you can save it and the vehicle will be listed on the vehicle’s list.
You can also delete and export the vehicle details, it requires the vehicle:delete
and vehicle:export
permissions, respectively.