Commit Graph

1 Commits

Author SHA1 Message Date
Adrian Flores Cortes
a4b1b2fd34 [SPRINT-6] feat: Implement transport module controllers
Carta Porte Module (4 controllers):
- mercancia.controller.ts: Cargo management endpoints
- ubicacion-carta-porte.controller.ts: Location endpoints
- figura-transporte.controller.ts: Transport figures endpoints
- inspeccion-pre-viaje.controller.ts: Pre-trip inspection endpoints

Gestion Flota Module (2 controllers):
- documento-flota.controller.ts: Fleet document management
- asignacion.controller.ts: Unit-operator assignment endpoints

Tarifas Transporte Module (2 controllers):
- factura-transporte.controller.ts: Invoice endpoints with IVA 16%
- recargos.controller.ts: Surcharge catalog and fuel surcharge endpoints

GPS Module (1 controller):
- evento-geocerca.controller.ts: Geofence event endpoints

Total: 9 new controllers following Express Router pattern

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-03 03:00:12 -06:00