ERP Vertical para empresas de transporte de carga y logistica
Go to file
Adrian Flores Cortes 82e7ff6f83 feat: Complete Phase 0-1 of SIMCO-REUSE development plan
- Update PROJECT-STATUS.md with backend progress (25% overall)
- Add PLAN-DESARROLLO-REUTILIZACION.md with code reuse strategy
- Update backend submodule reference (419 files, ~69k lines copied)

Phases completed:
- Phase 0: Base modules (100% copy) - auth, users, tenants, ai, etc.
- Phase 1: Modules for adaptation - partners, inventory, financial
- Phase 2: Pattern modules created - ordenes-transporte, gestion-flota, viajes
- Phase 3: Transport-specific structure - tracking, tarifas, combustible, carta-porte

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-25 10:12:16 -06:00
.claude feat: Initial project structure for ERP Transportistas 2026-01-25 09:53:54 -06:00
.trae/rules feat: Initial project structure for ERP Transportistas 2026-01-25 09:53:54 -06:00
.windsurf/rules feat: Initial project structure for ERP Transportistas 2026-01-25 09:53:54 -06:00
backend@95c6b58449 feat: Complete Phase 0-1 of SIMCO-REUSE development plan 2026-01-25 10:12:16 -06:00
database@c93e2b1e0e feat: Initial project structure for ERP Transportistas 2026-01-25 09:53:54 -06:00
docs feat: Initial project structure for ERP Transportistas 2026-01-25 09:53:54 -06:00
frontend@efc8cef4cd feat: Initial project structure for ERP Transportistas 2026-01-25 09:53:54 -06:00
orchestration feat: Complete Phase 0-1 of SIMCO-REUSE development plan 2026-01-25 10:12:16 -06:00
.gitignore feat: Initial project structure for ERP Transportistas 2026-01-25 09:53:54 -06:00
.gitmodules feat: Initial project structure for ERP Transportistas 2026-01-25 09:53:54 -06:00
CLAUDE.md feat: Initial project structure for ERP Transportistas 2026-01-25 09:53:54 -06:00
INVENTARIO.yml feat: Initial project structure for ERP Transportistas 2026-01-25 09:53:54 -06:00
PROJECT-STATUS.md feat: Complete Phase 0-1 of SIMCO-REUSE development plan 2026-01-25 10:12:16 -06:00
README.md feat: Initial project structure for ERP Transportistas 2026-01-25 09:53:54 -06:00

ERP Transportistas

Vertical ERP para empresas de transporte de carga, logistica y 3PL

Version Status License


Descripcion

ERP Transportistas es una solucion integral para la gestion de empresas de autotransporte de carga. Implementa todas las funcionalidades necesarias para operar una empresa de logistica, desde la captura de ordenes de transporte hasta la facturacion con CFDI y Carta Porte.

Funcionalidades Principales

  • Gestion de Flota: Control de unidades tractoras, remolques, cajas y operadores
  • Ordenes de Transporte: Captura de OTs con restricciones logisticas y multi-paradas
  • Planeacion TMS: Consolidacion, capacidad y asignacion de recursos
  • Tracking en Tiempo Real: GPS, eventos, alertas y ETA dinamico
  • POD Digital: Proof of Delivery con firma electronica y evidencias
  • CFDI Carta Porte: Cumplimiento fiscal con complemento 3.1
  • Control de Costos: Combustible, peajes, viaticos, mantenimiento
  • Portal de Clientes: Autoservicio para tracking y documentos

Stack Tecnologico

Capa Tecnologia
Backend NestJS 10.x + TypeScript
Frontend React 18.x + Vite + TailwindCSS
Database PostgreSQL 15 + PostGIS
Cache Redis 7.x
Mobile React Native / Expo

Estructura del Proyecto

erp-transportistas/
├── backend/           # API NestJS
├── frontend/          # SPA React
├── database/          # DDL PostgreSQL
├── docs/              # Documentacion
├── orchestration/     # Sistema SIMCO
└── .claude/           # Configuracion Claude Code

Requisitos

  • Node.js 20.x
  • PostgreSQL 15+
  • Redis 7.x
  • Git

Instalacion

# Clonar repositorio
git clone https://github.com/rckrdmrd/erp-transportistas-v2.git
cd erp-transportistas

# Inicializar submodulos
git submodule update --init --recursive

# Backend
cd backend
npm install
cp .env.example .env
npm run dev

# Frontend (otra terminal)
cd frontend
npm install
npm run dev

Documentacion


Contribuir

Este proyecto sigue el sistema SIMCO de desarrollo. Consultar CLAUDE.md para directivas de implementacion.


Licencia

Propietario - ISEM 2026