Skip to main content

List and filter vehicles

Use this page when you need to find vehicles, apply filters, or use row actions (view, edit, move plate).

Assumes: you are signed in to Admin and have vehicle-index.

1. Open the list

  1. Go to Assets → Vehicles (/assets/vehicle)
  2. You see the vehicle table and a filter accordion

Vehicle list

2. Open filters

  1. Click the Filters accordion header to expand the panel
  2. Fill in the conditions you need
  3. Click Search — the app updates URL search params and resets to page 1
  4. Click Reset to clear all filters

Vehicle filters panel

3. Filter groups

Field search — free-text search across multiple fields.

Vehicle attributes

FieldNotes
asset_type_idAsset type (scoped to registration_category_id = 1)
category_idCategory — select asset type first
brand_idBrand — select asset type first
model_idModel — select brand first
color_idColor

Organization

Uses OrganizationFilter with level:

  • levelCENTER / PROVINCE / DISTRICT
  • ministry_id, maindepart_id, depart_id
  • province_id, district_id

Plate information

FieldNotes
plate_province_idPlate province
plate_textPlate letters
plate_noPlate number

Plate filters

Additional filters

FieldNotes
registration_numberRegistration number
tank_numberTank / engine number
codeVehicle code
vehicle_kindgovernment or government_project
retiredActive / retired
status (Export switch)When on → only exported vehicles (export)
start_date / end_dateCreated-date range
export_start_date / export_end_dateExport-date range

4. Row actions

Click the icon on a row to open the menu:

Row actions menu

ActionPermissionResult
View detailvehicle-indexGoes to /assets/vehicle/$vehicleId
Editvehicle-editGoes to /assets/vehicle/$vehicleId/edit
Move platevehicle-editOpens move-plate dialog
Movement historyvehicle-indexGoes to movement-logs
note

If lot_status = in_progress, the vehicle is in an active sticker lot — some actions may be limited.

5. Table toolbar

When multiple rows are selected you can:

  • Batch export — export selected vehicles with export category, date, and attachment
  • Export Excel — download the list as Excel
  • Create / add Lot sticker — when in lot-sticker mode

Verify it worked

  • After Search: the URL contains search params matching your filters
  • The table shows rows that match the conditions
  • After Reset: filters clear and the full list returns

Next steps