workspace/projects/erp-suite/apps/verticales/mecanicas-diesel/docs/02-definicion-modulos/MMD-006-cotizaciones
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
..
historias-usuario feat: Initial workspace structure with multi-level Git configuration 2025-12-08 10:44:23 -06:00
README.md feat: Initial workspace structure with multi-level Git configuration 2025-12-08 10:44:23 -06:00

MMD-006: Cotizaciones

Version: 1.1.0 Fecha: 2025-12-06 Estado: Backlog Story Points: 26


Descripcion

Modulo de generacion y gestion de cotizaciones para servicios de reparacion. Permite crear cotizaciones basadas en diagnosticos, con desglose de mano de obra, refacciones, y tiempos estimados.


Historias de Usuario

ID Historia SP Sprint Estado
US-MMD006-001 Crear cotizacion desde diagnostico 5 S5 Backlog
US-MMD006-002 Agregar lineas de servicio y refaccion 5 S5 Backlog
US-MMD006-003 Aplicar descuentos a cotizacion 3 S5 Backlog
US-MMD006-004 Enviar cotizacion al cliente 3 S6 Backlog
US-MMD006-005 Generar PDF de cotizacion 5 S6 Backlog
US-MMD006-006 Convertir cotizacion en orden 3 S6 Backlog
US-MMD006-007 Consultar historial de cotizaciones 2 S6 Backlog

Total: 26 SP


Archivos de Historias de Usuario

historias-usuario/
├── US-MMD006-001-crear-cotizacion.md
├── US-MMD006-002-agregar-lineas.md
├── US-MMD006-003-aplicar-descuentos.md
├── US-MMD006-004-enviar-cotizacion.md
├── US-MMD006-005-generar-pdf.md
├── US-MMD006-006-convertir-orden.md
└── US-MMD006-007-historial-cotizaciones.md

Flujo de Cotizacion

DIAGNOSTICO → BORRADOR → ENVIADA → APROBADA → ORDEN
                            ↓
                        RECHAZADA
                            ↓
                         EXPIRADA

Estados de Cotizacion

Estado Descripcion
draft Borrador en edicion
sent Enviada al cliente
viewed Cliente abrio el link
approved Aprobada por cliente
rejected Rechazada por cliente
expired Vencida sin respuesta
converted Convertida en orden

Dependencias

Depende de:

  • MMD-001: Fundamentos
  • MMD-003: Diagnosticos
  • MMD-004: Inventario
  • MMD-005: Vehiculos

Bloquea:

  • MMD-002: Ordenes (cotizacion puede generar orden)

Distribucion por Sprint

Sprint Historias SP
S5 US-001 a US-003 13
S6 US-004 a US-007 13

Creado por: Requirements-Analyst Fecha: 2025-12-06 Actualizado: 2025-12-06 (Sincronizacion con archivos US)