ERP Vertical para empresas de transporte de carga y logistica
Go to file
Adrian Flores Cortes 4f8bccfbc3 [SPRINT-5] chore: Update backend submodule reference
Updated to include Sprint 5 services:
- Carta Porte, Tracking, GPS, Fleet Documents

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-03 02:53:53 -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@2134ff98e5 [SPRINT-5] chore: Update backend submodule reference 2026-02-03 02:53:53 -06:00
database@8de39831dc chore: Update submodule references 2026-01-30 12:11:27 -06:00
docs [PROPAGACION] docs: Herencia erp-core con MGN-023, MGN-024 2026-02-02 23:55:24 -06:00
frontend@0bc16b52bf [SPRINT-0] chore: Update frontend submodule reference 2026-02-03 02:32:23 -06:00
mobile [BACKUP] Pre-restructure workspace backup 2026-01-29 2026-01-29 17:35:54 -06:00
orchestration [TASK-2026-02-02] docs: Add PROJECT-STATUS.md for consistency 2026-02-02 18:26:59 -06:00
.gitignore feat: Initial project structure for ERP Transportistas 2026-01-25 09:53:54 -06:00
.gitmodules [erp-transportistas] chore: Normalize submodule URLs to SSH protocol 2026-02-02 16:20:21 -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 [BACKUP] Pre-restructure workspace backup 2026-01-29 2026-01-29 17:35:54 -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