Backend NestJS para ERP Transportistas
Go to file
Adrian Flores Cortes 06d79e1c52 fix(entities): Update transport entities and services for TypeScript compatibility
- Add missing fields to transport entities (tracking, viajes, ordenes-transporte)
- Update enums to match service expectations (EstadoOrdenTransporte, TipoEventoTracking)
- Add fiscal module from erp-core
- Create app.ts entry point
- Disable strictPropertyInitialization in tsconfig for TypeORM entities

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-25 14:46:02 -06:00
src fix(entities): Update transport entities and services for TypeScript compatibility 2026-01-25 14:46:02 -06:00
.env.example feat: Initial backend structure for ERP Transportistas 2026-01-25 09:51:22 -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 chore: Update tsconfig.json and add package-lock.json 2026-01-25 14:35:59 -06:00