workspace/projects/erp-suite/orchestration/inventarios/REFERENCIAS.yml
rckrdmrd ea1879f4ad feat: Initial workspace structure with multi-level Git configuration
- Configure workspace Git repository with comprehensive .gitignore
- Add Odoo as submodule for ERP reference code
- Include documentation: SETUP.md, GIT-STRUCTURE.md
- Add gitignore templates for projects (backend, frontend, database)
- Structure supports independent repos per project/subproject level

Workspace includes:
- core/ - Reusable patterns, modules, orchestration system
- projects/ - Active projects (erp-suite, gamilit, trading-platform, etc.)
- knowledge-base/ - Reference code and patterns (includes Odoo submodule)
- devtools/ - Development tools and templates
- customers/ - Client implementations template

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-08 10:44:23 -06:00

197 lines
5.8 KiB
YAML

# Referencias Inventory - ERP Suite
# Ultima actualizacion: 2025-12-08
# Punteros a artefactos en niveles inferiores (NO duplicar contenido)
# ============================================================================
# REFERENCIAS DESDE ERP-CORE (Nivel 2B.1)
# ============================================================================
referencias_erp_core:
# Especificaciones Transversales
especificaciones_transversales:
ubicacion_base: apps/erp-core/docs/04-modelado/especificaciones-tecnicas/transversal/
fecha_propagacion: 2025-12-08
total: 30
p0_funcionales:
- ref: SPEC-SISTEMA-SECUENCIAS.md
gap: "ir.sequence"
sp: 8
- ref: SPEC-VALORACION-INVENTARIO.md
gap: "FIFO/AVCO"
sp: 21
- ref: SPEC-SEGURIDAD-API-KEYS-PERMISOS.md
gap: "API Keys + ACL + RLS"
sp: 31
- ref: SPEC-REPORTES-FINANCIEROS.md
gap: "Balance/P&L SAT"
sp: 13
- ref: SPEC-PORTAL-PROVEEDORES.md
gap: "Portal RFQ"
sp: 13
- ref: SPEC-NOMINA-BASICA.md
gap: "hr_payroll"
sp: 21
- ref: SPEC-GASTOS-EMPLEADOS.md
gap: "hr_expense"
sp: 13
- ref: SPEC-TAREAS-RECURRENTES.md
gap: "project.task.recurrence"
sp: 13
- ref: SPEC-SCHEDULER-REPORTES.md
gap: "ir.cron + mail"
sp: 8
- ref: SPEC-INTEGRACION-CALENDAR.md
gap: "calendar integration"
sp: 8
p1:
- ref: SPEC-CONTABILIDAD-ANALITICA-MULTIDIMENSIONAL.md
sp: 21
- ref: SPEC-CONCILIACION-BANCARIA.md
sp: 21
- ref: SPEC-FIRMA-ELECTRONICA-NOM151.md
sp: 13
- ref: SPEC-TWO-FACTOR-AUTHENTICATION.md
sp: 13
- ref: SPEC-TRAZABILIDAD-LOTES-SERIES.md
sp: 13
- ref: SPEC-PRICING-RULES.md
sp: 8
- ref: SPEC-BLANKET-ORDERS.md
sp: 13
- ref: SPEC-OAUTH2-SOCIAL-LOGIN.md
sp: 8
- ref: SPEC-INVENTARIOS-CICLICOS.md
sp: 13
- ref: SPEC-IMPUESTOS-AVANZADOS.md
sp: 8
- ref: SPEC-PLANTILLAS-CUENTAS.md
sp: 8
- ref: SPEC-CONSOLIDACION-FINANCIERA.md
sp: 13
- ref: SPEC-TASAS-CAMBIO-AUTOMATICAS.md
sp: 5
- ref: SPEC-ALERTAS-PRESUPUESTO.md
sp: 8
- ref: SPEC-PRESUPUESTOS-REVISIONES.md
sp: 8
- ref: SPEC-RRHH-EVALUACIONES-SKILLS.md
sp: 26
- ref: SPEC-PROYECTOS-DEPENDENCIAS-BURNDOWN.md
sp: 13
- ref: SPEC-LOCALIZACION-PAISES.md
sp: 13
patrones_tecnicos:
- ref: SPEC-MAIL-THREAD-TRACKING.md
patron: "mail.thread mixin"
sp: 13
- ref: SPEC-WIZARD-TRANSIENT-MODEL.md
patron: "TransientModel"
sp: 8
# Workflows
workflows:
ubicacion_base: apps/erp-core/docs/04-modelado/workflows/
fecha_propagacion: 2025-12-08
total: 3
documentos:
- ref: WORKFLOW-CIERRE-PERIODO-CONTABLE.md
gap: "lock dates"
- ref: WORKFLOW-3-WAY-MATCH.md
gap: "3-way match"
- ref: WORKFLOW-PAGOS-ANTICIPADOS.md
gap: "down payments"
# Analisis
analisis:
- ref: apps/erp-core/orchestration/01-analisis/ANALISIS-GAPS-CONSOLIDADO.md
version: "10.0"
descripcion: "Gap Analysis completo vs Odoo 18"
- ref: apps/erp-core/orchestration/01-analisis/ANALISIS-PROPAGACION-ALINEAMIENTO.md
version: "1.0"
descripcion: "Analisis de propagacion y alineamiento SIMCO"
# Inventarios
inventarios:
- ref: apps/erp-core/orchestration/inventarios/MASTER_INVENTORY.yml
descripcion: "Inventario maestro de erp-core"
# ============================================================================
# REFERENCIAS DESDE VERTICALES (Nivel 2B.2)
# ============================================================================
referencias_verticales:
construccion:
ubicacion_base: apps/verticales/construccion/
documentacion: docs/
orchestration: orchestration/
total_archivos: 403
vidrio_templado:
ubicacion_base: apps/verticales/vidrio-templado/
documentacion: docs/
orchestration: orchestration/
estado: estructura_base
mecanicas_diesel:
ubicacion_base: apps/verticales/mecanicas-diesel/
documentacion: docs/
orchestration: orchestration/
estado: estructura_base
retail:
ubicacion_base: apps/verticales/retail/
documentacion: docs/
orchestration: orchestration/
estado: estructura_base
clinicas:
ubicacion_base: apps/verticales/clinicas/
documentacion: docs/
orchestration: orchestration/
estado: estructura_base
# ============================================================================
# MATRIZ DE HERENCIA (Verticales -> Core)
# ============================================================================
herencia_verticales:
descripcion: "Especificaciones del core que cada vertical debe heredar"
construccion:
specs_heredables:
- SPEC-PROYECTOS-DEPENDENCIAS-BURNDOWN.md
- SPEC-MAIL-THREAD-TRACKING.md
- SPEC-WIZARD-TRANSIENT-MODEL.md
- SPEC-VALORACION-INVENTARIO.md
- SPEC-TRAZABILIDAD-LOTES-SERIES.md
- SPEC-TAREAS-RECURRENTES.md
documentado: false
vidrio_templado:
specs_heredables:
- SPEC-VALORACION-INVENTARIO.md
- SPEC-TRAZABILIDAD-LOTES-SERIES.md
- SPEC-INVENTARIOS-CICLICOS.md
documentado: false
mecanicas_diesel:
specs_heredables:
- SPEC-VALORACION-INVENTARIO.md
- SPEC-TRAZABILIDAD-LOTES-SERIES.md
- SPEC-INVENTARIOS-CICLICOS.md
documentado: false
retail:
specs_heredables:
- SPEC-PRICING-RULES.md
- SPEC-INVENTARIOS-CICLICOS.md
- SPEC-TRAZABILIDAD-LOTES-SERIES.md
documentado: false
clinicas:
specs_heredables:
- SPEC-RRHH-EVALUACIONES-SKILLS.md
- SPEC-INTEGRACION-CALENDAR.md
- SPEC-MAIL-THREAD-TRACKING.md
documentado: false