Backend NestJS para ERP Transportistas
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> |
||
|---|---|---|
| src | ||
| .env.example | ||
| .gitignore | ||
| package-lock.json | ||
| package.json | ||
| tsconfig.json | ||