Backend NestJS para ERP Transportistas
Go to file
Adrian Flores Cortes 2134ff98e5 [SPRINT-5] feat: Implement carta-porte, tracking, GPS and fleet services
Carta Porte Module:
- mercancia.service.ts: Cargo management for CFDI Carta Porte 3.1
- ubicacion-carta-porte.service.ts: Origin/destination locations
- figura-transporte.service.ts: Transportation figures (operators, owners)
- inspeccion-pre-viaje.service.ts: Pre-trip inspections per NOM-087

Gestion Flota Module:
- documento-flota.service.ts: Fleet document management with expiration alerts
- asignacion.service.ts: Unit-operator assignments with availability check

Tracking Module:
- evento-tracking.service.ts: Real-time tracking events and ETA calculation

GPS Module:
- evento-geocerca.service.ts: Geofence events (entry/exit/dwell)

Also includes backward compatibility fixes for ordenes-transporte module.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-03 02:52:40 -06:00
src [SPRINT-5] feat: Implement carta-porte, tracking, GPS and fleet services 2026-02-03 02:52:40 -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