Overview
This module enables law enforcement to:- Register stolen vehicle reports
- Track vehicle recovery status
- Search by license plate, chassis, or engine number
- Monitor vehicle theft patterns
- Document vehicle and owner information
- Update recovery status and location
Vehicle Registration System
Stolen Vehicle Report
When a vehicle theft is reported, comprehensive information is captured:Jurisdictional Information
- Regional Unit (Unidad): Select from UR-1 through UR-12
- Dependency (Dependencia): Select the specific police station
- Auto-populated based on Regional Unit selection
Report Details
- Date (Fecha): Date of theft report
- Preventive Number (NRO PREV): Case number
- Preventive Year (AÑO PREV): Report year
- Location (Localidad): City or town where theft occurred
Vehicle Identification
- Vehicle Type
- Identification Numbers
- Vehicle Description
Tipo de Rodado (Vehicle Class):
AUTOMOTOR
Standard automobiles
MOTOVEHICULO
Motorcycles and motorbikes
CAMION
Trucks and commercial vehicles
TRACTOR
Tractors and agricultural vehicles
Duplicate Prevention
The system validates each vehicle registration:If a license plate is already registered as stolen, the system prevents duplicate entry and alerts the officer.
Recovery Tracking
Recovery Status
The system tracks whether stolen vehicles have been recovered:Recovery Status Field
Recovery Status Field
HABIDO (Located/Recovered):
- SELECCIONAR: Default/Not yet determined
- SI: Vehicle has been recovered
- NO: Vehicle still missing
Recovery Details
Recovery Details
When a vehicle is recovered (HABIDO = SI), additional fields capture:These fields document:
- Exact date of recovery
- Precise location where vehicle was found
- Can be updated after initial report
Database Storage
Complete vehicle records are stored with all details:Vehicle Search System
The search interface (buscar_dominio.php) provides multiple search methods:Search Options
License Plate Search
NRO DE DOMINIOSearch by license plate number
- Format: XXX123
- Case-insensitive
- Partial matching supported
Chassis Number Search
NRO DE CHASISSearch by chassis/VIN
- Up to 30 characters
- Partial matching supported
- Exact identification
Engine Number Search
NRO DE MOTORSearch by engine number
- Up to 30 characters
- Partial matching supported
- Alternative identification
Brand Search
MARCASearch by vehicle brand
- Make/model matching
- Partial text search
- Broad category search
Search Implementation
Each search method uses pattern matching:Search Results Display
Results are presented in a comprehensive table format:Results Table Columns
| Column | Description |
|---|---|
| FECHA | Date theft was reported |
| UNIDAD | Regional Unit handling case |
| NRO PREVENTIVO | Case number (NRO/AÑO format) |
| DEPENDENCIA | Specific police station |
| DNI | Owner identification |
| APELLIDO Y NOMBRES | Owner full name |
| DOMINIO | License plate |
| MARCA | Vehicle make/model/characteristics |
| CHASIS | Chassis number |
| MOTOR | Engine number |
| HABIDO | Recovery status (SI/NO) |
| FECHA HABIDO | Recovery date (if found) |
| LUGAR HABIDO | Recovery location (if found) |
No Results Handling
The system provides clear feedback when searches return no results, allowing officers to refine their search criteria.
Workflow Examples
Registering a Stolen Vehicle
Vehicle Information
- Select vehicle type
- Enter license plate (format: XXX123)
- Enter chassis number
- Enter engine number
- Describe make, model, and characteristics
Initial Recovery Status
- Set HABIDO to “NO” (not yet recovered)
- Leave recovery date and location blank
Updating Recovery Status
Update Recovery Fields
- Change HABIDO to “SI”
- Enter recovery date (FECHA UBICACION)
- Enter recovery location (LUGAR HABIDO)
Best Practices
Accurate Identification Numbers
Accurate Identification Numbers
Always verify chassis and engine numbers carefully as these are primary identifiers for vehicle recovery.
Detailed Descriptions
Detailed Descriptions
Include as much detail as possible in the vehicle characteristics field:
- Exact color
- Distinctive marks or damage
- Aftermarket modifications
- Special features or accessories
Prompt Registration
Prompt Registration
Register stolen vehicles immediately to maximize chances of recovery and enable rapid database checks.
Recovery Updates
Recovery Updates
Update recovery status promptly to maintain database accuracy and prevent unnecessary searches.
Data Integrity
Validation
- License plate uniqueness check
- Required field validation
- Date format verification
- Regional unit assignment
Data Quality
- Standardized vehicle types
- Consistent date formats
- Normalized location data
- Complete identification numbers
Related Modules
- Traffic Accidents - Cross-reference stolen vehicles in accidents
- Statistics Dashboard - Analyze vehicle theft patterns
- Reports - Generate stolen vehicle reports by jurisdiction