Skip to main content

Move vehicle and plate

Use this flow to move a vehicle to a new organization and/or change plate registration fields.

Assumes: you are signed in with vehicle-edit, and the vehicle is not in a lot with lot_status = in_progress.

1. Open the dialog

From the detail page:

  1. Open /assets/vehicle/$vehicleId
  2. Click
  3. Choose Move Vehicle

Or from the list: row Move Vehicle

Active lot

If lot_status = in_progress, the menu item is disabled: Cannot move vehicle while in an active lot.

Move plate dialog

The dialog title is Move Vehicle and Plate Registration, with the current organization (code - ministry).

2. New organization

Update OrganizationalFields:

FieldNotes
levelCENTER / PROVINCE / DISTRICT
ministry_idministry
maindepart_idmain department
depart_iddepartment
province_id / district_iddepending on level

Defaults are pre-filled from the current vehicle.

3. New plate registration

FieldNotes
plate_province_idselecting a province auto-fills plate_address
plate_textmax 2 characters
plate_nomax 4 characters
used_atplace of use

4. Additional information

FieldNotes
reasonreason for the move (max 500)
Supporting documentupload → file_s3_key / file_url

5. Save

  1. Click Move Vehicle
  2. On success the dialog closes and data refreshes
  3. Re-check plate / organization on the detail page

Common problems

SymptomCauseFix
Menu disabledlot_status = in_progressWait for the lot to finish or cancel it
Save failsvalidation / networkCheck required fields and the error toast

Next steps