Backend NestJS para ERP Transportistas
Go to file
Adrian Flores Cortes 5d0db6d5fc [SPRINT-4] feat: Transport and fleet management services
erp-transportistas:
- Add OrdenesTransporteService (960 lines, 18 methods)
  - Full OT lifecycle management
  - Cost calculation with Haversine distance
  - OTIF rate and statistics
- Add ViajesService (1200 lines, 28 methods)
  - Complete trip lifecycle (BORRADOR to COBRADO)
  - Multi-stop management with POD support
  - ETA calculation and availability checking
- Add UnidadService (725 lines, 17 methods)
  - Vehicle unit management
  - GPS tracking and maintenance status
  - Driver assignment management
- Add OperadorService (843 lines, 17 methods)
  - Driver profile management
  - HOS (Hours of Service) tracking
  - Performance metrics and certifications
- Add DocumentoFlota and Asignacion entities
- Backward compatibility aliases for existing controllers

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-03 01:36:00 -06:00
src [SPRINT-4] feat: Transport and fleet management services 2026-02-03 01:36:00 -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