Skip to main content

Overview

Integrated Operations (Operativos Integrales) are large-scale, coordinated police operations that involve multiple units, sectors, or departments working together. This module provides specialized tracking for complex operations with detailed personnel assignments, comprehensive seizure records, and extensive detention statistics.
Integrated operations differ from standard operations by providing more detailed tracking of personnel, resources, demographics, and outcomes across multiple sectors.

Key Features

Multi-Sector Coordination

Track operations involving multiple sectors from UR-I, UR-X, and Vehicle Control units

Detailed Demographics

Record comprehensive demographic data on detained persons (age, gender, legal status)

Resource Tracking

Document all vehicles, weapons, drugs, and other items seized during operations

Personnel Management

Track sector chiefs, support chiefs, and all personnel involved in operations

Accessing Integrated Operations

Navigate to the integrated operations registration:
  • Path: registrar_operativo_integral.php
  • Form: Loaded from form/form_operativo_integral.php
  • Required Role: Operations coordinator or authorized supervisor

Registration Form

Operation Header Information

fecha_operativo
date
required
FECHA OPERATIVO (Operation Date)Date when the operation was conducted (format: DD-MM-YYYY)
hora_operativo
time
required
HORA (Time)Time when operation commenced (format: HH:MM)
sector
select
required
SECTORSelect the sector where operation was conducted:
  • UR-I Sectors: 01-22 (Regional Unit I)
  • UR-X Sectors: 01-15 (Regional Unit X)
  • CV Sectors: 01-05 (Control Vehicular / Vehicle Control)
jefe_sector
string
required
JEFE DE SECTOR (Sector Chief)Name and rank of the sector chief leading the operation
personal_actuante
string
required
JER. NOM. Y AP. PERSONAL ACTUANTE (Acting Personnel)Hierarchy, names, and surnames of all personnel involved in the operation
chacra_barrio
string
required
CHACRA O BARRIO (District or Neighborhood)Name of the district, neighborhood, or rural area
lugar_operativo
string
required
LUGAR (Location)Specific location or address where operation took place

Seizures & Confiscations

Vehicle Seizures

Record detailed information about vehicles seized during the operation:
secuestro_autovehiculo
integer
required
SECUESTRO/S AUTOVEHICULOS - Number of automobiles seized
secuestro_motovehiculo
integer
required
SECUESTRO/S MOTOCICLETAS - Number of motorcycles seized
secuestro_otros
integer
required
SECUESTRO/S OTROS - Number of other vehicles/items seized
For multiple seized vehicles, enter details of the primary or most significant vehicle. Additional vehicles can be documented in operation notes.

Vehicle Retentions

Track temporary vehicle retentions (different from seizures):

Automobiles

RETENCION AUTOVEHICULO/SNumber of automobiles temporarily retained

Motorcycles

RETENCION MOTOCICLETA/SNumber of motorcycles temporarily retained

Others

RETENCION OTRO/SNumber of other vehicles temporarily retained

Controlled Substances

Enter drug quantities as decimal numbers using a period (.) as the decimal separator, not a comma.
secuestro_marihuana
decimal
required
SECUESTRO/S MARIHUANA (KG)Quantity of marijuana seized in kilograms (decimal format: e.g., 2.5)
secuestro_otras_sustancias
decimal
required
SECUESTRO/S OTRAS SUSTANCIAS (KG)Quantity of other controlled substances seized in kilograms

Weapons Seizures

secuestro_arma_blanca
integer
required
SECUESTRO/S ARMA BLANCANumber of white weapons (knives, blades) seized
secuestro_arma_fuego
integer
required
SECUESTRO/S ARMA DE FUEGONumber of firearms seized

Detention Statistics

Detained persons are classified by their legal status:
1

Prosecuted

DETENIDOS PROCESADOS - Persons detained who are currently being prosecuted
2

Contraventors

DETENIDOS CONTRAVENTORES - Persons detained for contraventions (minor offenses)
3

With Records

DETENIDOS ANTECEDENTES - Persons detained with prior criminal records
4

Family Disposition

DETENIDOS DISP. FAMILIAR - Persons detained and released to family custody

Demographic Breakdown

Male

DETENIDO/S MASCULINOSNumber of male persons detained

Female

DETENIDO/S FEMENINOSNumber of female persons detained

Personal Information

detenido_datos_filiatorios
string
required
DATOS FILIATORIOS (Personal Data)Personal identification data of detained persons (names, ID numbers, addresses)
For multiple detained persons, enter primary subjects’ information or use format: “Name1 (ID1), Name2 (ID2), etc.”

Traffic Enforcement Actions

Infraction Documentation

Positive Tests

ALCOHOLEMIA/S POSITIVA/SNumber of positive breathalyzer tests

License Retention

LICENCIA/S RETENIDA/SNumber of driver’s licenses retained

Infraction Reports

ACTAS DE INFRACCION LABRADA/SNumber of infraction reports issued
All numerical fields require integer values (whole numbers) unless specifically marked as decimal.

Saving Integrated Operations

1

Complete Required Fields

Ensure all fields marked with * are completed
2

Verify Data Accuracy

Review all numerical values, dates, and personnel information
3

Click Guardar

Click the Guardar (Save) button to submit the operation
4

Confirmation

System will display confirmation message if successful
The operation is saved to the database via guardar_operativo_integral.php.

Viewing & Modifying Operations

Operations List

Integrated operations are displayed at the bottom of the registration form, showing:
  • Operation ID
  • Sector
  • Sector chief
  • Location details
  • All seizure and detention statistics
  • Modificar link to edit existing operations

Modification Process

  1. Click Modificar next to the operation you want to edit
  2. Form loads with existing data (form_operativo_integral_modificar.php)
  3. Update necessary fields
  4. Click Guardar to save changes

Database Structure

Integrated Operations Table (operativos_integrales)

operativos_integrales (
  id_operativo_intregral,      -- Primary key
  fecha_operativo,             -- Operation date
  fecha_carga,                 -- Record creation timestamp
  sector,                      -- Sector designation
  jefe_sector,                 -- Sector chief name
  chacra_barrio,               -- Neighborhood/district
  lugar,                       -- Specific location
  hora,                        -- Operation time
  personal_actuante,           -- Acting personnel
  
  -- Vehicle seizures
  secuestro_motovehiculo,
  secuestro_autovehiculo,
  secuestro_otros,
  secuestro_marca,
  secuestro_dominio,
  secuestro_chasis,
  secuestro_motor,
  
  -- Weapon seizures
  secuestro_arma_blanca,
  secuestro_arma_fuego,
  
  -- Drug seizures
  secuestro_marihuana,
  secuestro_otras_sustancias,
  
  -- Detentions
  detenidos_procesados,
  detenidos_contraventores,
  detenidos_antecedentes,
  detenidos_disposicion_familiar,
  detenido_datos_filiatorios,
  
  -- Demographics
  detenidos_masculinos,
  detenidos_femeninos,
  detenidos_mayor_18,
  detenidos_menor_18,
  
  -- Vehicle retentions
  actas_retencion_autovehiculo,
  actas_retencion_motovehiculo,
  actas_retencion_otros,
  
  -- Traffic enforcement
  actas_licencias_retenidas,
  actas_alcoholemia_positiva,
  actas_infraccion_labradas
)

Sector Organization

UR-I Sectors (Regional Unit I)

Sectors 01-22 covering the primary regional unit operations.

UR-X Sectors (Regional Unit X)

Sectors 01-15 covering Regional Unit X operations.

Control Vehicular (Vehicle Control)

Sectors 01-05 dedicated to vehicle control and traffic enforcement operations.
Each sector typically covers a specific geographic area or operational zone within the regional unit’s jurisdiction.

Statistical Analysis

Integrated operations data feeds into statistical reports:
  • Aggregate statistics by sector type (UR-I, UR-X, CV)
  • Total seizures across all operations
  • Detention demographics and trends
  • Traffic enforcement metrics
View comprehensive statistics via detalle_operativo_integral.php.

Best Practices

  • Verify all counts before entering (detentions, seizures, etc.)
  • Use exact vehicle identification numbers when available
  • Document all participating personnel completely
  • Enter decimal drug quantities with proper precision
  • Communicate with all participating sectors before registering
  • Consolidate information from all units involved
  • Designate one person to register the integrated operation
  • Share final operation record with all participating units
  • Register operations within 24 hours of completion
  • Update records promptly if additional information emerges
  • Ensure all seizures are properly documented before entry
  • Complete demographic data before subjects are released
  • Maintain supporting documentation for all seizures
  • Photograph seized vehicles and items
  • Complete detailed arrest reports for all detentions
  • Keep chain of custody records for evidence

Common Use Cases

Multi-Sector Sweeps

Large-scale operations covering multiple sectors simultaneously to target specific crime types or areas

Checkpoint Operations

Vehicle control operations involving multiple units at strategic locations

Narcotics Operations

Coordinated drug interdiction operations involving multiple agencies or units

Warrant Service

Coordinated operations to serve multiple arrest warrants across jurisdictions

Build docs developers (and LLMs) love