The Bodycam Deliveries system allows you to track the assignment and return of body-worn cameras to police personnel, maintaining a complete audit trail of all bodycam movements.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/exechoko/dashboard_roles/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Similar to equipment deliveries, the bodycam system manages the lifecycle of bodycam assignments including:- Checkout documentation with personnel details
- Automatic status updates for bodycam inventory
- Partial and full returns
- Supporting documentation (images and files)
- Official delivery document generation
Bodycams are tracked separately from radio equipment with their own inventory system including IMEI, serial numbers, and battery tracking.
Creating a Bodycam Delivery
Complete delivery information
Enter the required details:
- Delivery date and time
- Department (dependencia) - Receiving police unit
- Operational reason - Purpose of assignment
- Personnel details - Names and badge numbers for both receiver and deliverer
Select available bodycams
Choose from bodycams with status “disponible” (available):
- Code - Internal identifier
- IMEI - Device unique identifier
- Serial number
- Battery number
Code Example: Bodycam Delivery Creation
Viewing Delivery Details
The delivery detail page shows:Delivery Information
Date, time, department, operational reason
Personnel Records
Names and badge numbers of receiver and deliverer
Bodycam List
All assigned bodycams with IMEI and serial numbers
Return History
All partial and full returns linked to this delivery
Document Generation
The system generates standardized Word documents for bodycam deliveries using the templatetemplate_entrega_bodycams.docx.
Template Variables
The document includes:- Header - Date (day/month/year), time, department name
- Quantity - Number of bodycams (numeric and written)
- Device details - Brand, model
- Equipment table - Code, IMEI, serial number, battery number for each bodycam
- Personnel - Receiver and deliverer information
- Operational reason - Purpose of assignment
Documents are automatically saved to:
\\193.169.1.247\Comp_Tecnica$\01-Técnica 911 Doc\01-Documentos\U.M. - Acontecimientos - Eventos\Entregas Bodycams CAR911Processing Returns
Bodycams can be returned individually or in groups while maintaining the connection to the original delivery.Return Workflow
Enter return details
Provide:
- Return date and time
- Person returning (name and badge)
- Observations
- Supporting images or documents
Searching Deliveries
Filter bodycam deliveries using multiple criteria:| Filter | Description |
|---|---|
| Código | Search by bodycam code |
| Número de Serie | Find by serial number |
| Fecha | Filter by delivery date |
| Dependencia | Filter by department |
Editing Deliveries
You can modify delivery details before or after bodycams are returned:Routes
The bodycam delivery system uses these routes:| Route | Method | Purpose |
|---|---|---|
/entrega-bodycams | GET | List all bodycam deliveries |
/entrega-bodycams/create | GET | Show delivery creation form |
/entrega-bodycams | POST | Store new delivery |
/entrega-bodycams/{id} | GET | View delivery details |
/entrega-bodycams/{id}/edit | GET | Edit delivery |
/entrega-bodycams/{id} | PUT/PATCH | Update delivery |
/entrega-bodycams/{id} | DELETE | Delete delivery |
/entrega-bodycams/{id}/documento | GET | Generate delivery document |
/entrega-bodycams/{id}/devolver | GET | Show return form |
/entrega-bodycams/{id}/procesar-devolucion | POST | Process bodycam return |
Routes require permissions:
crear-entrega-bodycams, ver-menu-entregas-bodycams, ver-reportes-entregas-bodycamsDeleting Deliveries
When deleting a delivery, the system automatically releases all bodycams back to available status:Best Practices
- Verify IMEI numbers - Confirm device identifiers before delivery
- Check battery condition - Note battery serial numbers and condition
- Use clear operational reasons - Document why bodycams are being assigned
- Process returns immediately - Update system as soon as devices come back
- Attach photos - Document device condition at both delivery and return
- Review pending returns - Regularly audit deliveries with unreturned bodycams
Related Features
Equipment Deliveries
Similar system for managing radio equipment loans
Bodycam Management
Main bodycam inventory and tracking system