Overview
The equipment delivery system tracks portable radio equipment assignments to different police departments (dependencias). It generates official delivery documents, monitors active loans, and manages partial returns.The system automatically updates equipment status in the fleet database when items are delivered or returned.
Creating a New Delivery
Access the delivery form
Navigate to the equipment deliveries section and click “Create New Delivery”
Enter delivery information
Fill in the required fields:
- Delivery date and time - When the equipment is being handed over
- Department (dependencia) - The receiving police unit
- Operational reason - Purpose for the equipment assignment
- Receiving personnel - Name and badge number (legajo)
- Delivering personnel - Name and badge number
Select equipment
Choose equipment from the available portable units. The system shows:
- TEI (equipment identifier)
- ISSI (radio identifier)
- Battery serial numbers
- Current availability status
Add accessories (optional)
Include additional items:
- Charging cradles (cunas cargadoras) with brand and serial numbers
- Transformers (quantity only)
- Second batteries (if applicable)
Code Example: Creating a Delivery
The system validates and creates delivery records with database transactions:Generating Delivery Documents
The system automatically generates Word documents using templates based on the delivery configuration:Standard Template
Basic equipment delivery with one battery per unit
Two Battery Template
For equipment with primary and secondary batteries
Accessories Template
Includes charging cradles and transformers
Combined Template
Two batteries plus accessories
Document Generation Process
Documents are automatically saved to the network share at
\\193.169.1.247\Comp_Tecnica$\01-Técnica 911 Doc\ and downloaded locally.Managing Returns
The system supports partial returns, allowing equipment to be returned in batches while maintaining a complete audit trail.Processing a Return
Enter return details
Record:
- Return date and time
- Person returning the equipment
- Observations
- Supporting images or documents
Tracking Lost Equipment
Report equipment as lost when items are not returned or cannot be located.Reporting Lost Equipment
Use the “Report Lost” function from the delivery detail page:Searching and Filtering
Search deliveries using multiple criteria:- TEI - Equipment identifier
- ISSI - Radio identifier
- Date - Delivery date
- Department - Receiving unit
Routes
The equipment delivery system uses the following routes:| Route | Method | Purpose |
|---|---|---|
/entrega-equipos | GET | List all deliveries |
/entrega-equipos/create | GET | Show delivery creation form |
/entrega-equipos | POST | Store new delivery |
/entrega-equipos/{id} | GET | View delivery details |
/entrega-equipos/{id}/edit | GET | Edit delivery |
/entrega-equipos/{id}/documento | GET | Generate delivery document |
/entrega-equipos/{id}/devolver | GET | Show return form |
/entrega-equipos/{id}/procesar-devolucion | POST | Process equipment return |
/entrega-equipos/{id}/reportar-perdido | PATCH | Report equipment as lost |
All routes require authentication and appropriate permissions (
crear-entrega-equipos, ver-menu-entregas)Best Practices
- Always verify equipment - Confirm TEI and ISSI numbers match physical devices
- Document everything - Upload photos of equipment condition at delivery and return
- Use operational reasons - Provide clear justification for equipment assignments
- Track accessories - Record all charging cradles and transformers
- Process returns promptly - Update the system as soon as equipment is returned
- Regular audits - Review active deliveries to identify overdue equipment
Related Features
Bodycam Deliveries
Similar system for managing bodycam checkouts
Fleet Management
Main equipment inventory and tracking system