Backend NestJS para ERP Transportistas
Go to file
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
src [SPRINT-6] feat: Implement transport module controllers 2026-02-03 03:00:12 -06:00
.env.example feat: Initial backend structure for ERP Transportistas 2026-01-25 09:51:22 -06:00
.gitignore chore: Add .gitignore for node_modules and build artifacts 2026-01-30 12:10:57 -06:00
package-lock.json chore: Update tsconfig.json and add package-lock.json 2026-01-25 14:35:59 -06:00
package.json feat: Add base modules from erp-core following SIMCO-REUSE directive 2026-01-25 10:10:19 -06:00
tsconfig.json feat: P2+P3 - Tests y servicios faltantes (TASK-006) 2026-01-27 12:17:13 -06:00