99 lines
2.5 KiB
YAML
99 lines
2.5 KiB
YAML
# BACKEND INVENTORY - ERP Retail/POS (Vertical)
|
|
# Generado: 2025-12-08
|
|
# Sistema: NEXUS + SIMCO v2.2.0
|
|
|
|
proyecto:
|
|
nombre: ERP Retail / Punto de Venta
|
|
codigo: retail
|
|
nivel: 2B.2 (Vertical)
|
|
estado: Planificacion
|
|
|
|
herencia_core:
|
|
backend: erp-core
|
|
servicios_heredados: 45+
|
|
referencia: "apps/erp-core/backend/"
|
|
|
|
servicios_planificados:
|
|
pos:
|
|
- nombre: POSSessionService
|
|
modulo: RT-001
|
|
prioridad: P0
|
|
endpoints:
|
|
- POST /api/v1/retail/pos/sessions/open
|
|
- POST /api/v1/retail/pos/sessions/close
|
|
- GET /api/v1/retail/pos/sessions/current
|
|
|
|
- nombre: POSOrderService
|
|
modulo: RT-001
|
|
prioridad: P0
|
|
rendimiento: "<100ms"
|
|
endpoints:
|
|
- POST /api/v1/retail/pos/orders
|
|
- GET /api/v1/retail/pos/orders/:id
|
|
- POST /api/v1/retail/pos/orders/:id/pay
|
|
|
|
- nombre: CashRegisterService
|
|
modulo: RT-001
|
|
prioridad: P0
|
|
endpoints:
|
|
- GET /api/v1/retail/cash-registers
|
|
- POST /api/v1/retail/cash-registers/:id/movements
|
|
- POST /api/v1/retail/cash-registers/:id/close
|
|
|
|
inventario:
|
|
- nombre: BranchService
|
|
modulo: RT-002
|
|
prioridad: P0
|
|
endpoints:
|
|
- GET /api/v1/retail/branches
|
|
- GET /api/v1/retail/branches/:id/stock
|
|
|
|
- nombre: StockTransferService
|
|
modulo: RT-002
|
|
prioridad: P1
|
|
endpoints:
|
|
- POST /api/v1/retail/stock-transfers
|
|
- GET /api/v1/retail/stock-transfers
|
|
|
|
productos:
|
|
- nombre: RetailProductService
|
|
modulo: RT-003
|
|
prioridad: P0
|
|
endpoints:
|
|
- GET /api/v1/retail/products
|
|
- GET /api/v1/retail/products/barcode/:code
|
|
- GET /api/v1/retail/products/:id/price
|
|
|
|
- nombre: PromotionService
|
|
modulo: RT-003
|
|
prioridad: P1
|
|
endpoints:
|
|
- GET /api/v1/retail/promotions/active
|
|
- POST /api/v1/retail/promotions
|
|
|
|
clientes:
|
|
- nombre: RetailCustomerService
|
|
modulo: RT-004
|
|
prioridad: P1
|
|
endpoints:
|
|
- GET /api/v1/retail/customers
|
|
- GET /api/v1/retail/customers/:id/loyalty
|
|
|
|
facturacion:
|
|
- nombre: RetailInvoiceService
|
|
modulo: RT-007
|
|
prioridad: P0
|
|
endpoints:
|
|
- POST /api/v1/retail/invoices
|
|
- POST /api/v1/retail/invoices/:id/stamp-cfdi
|
|
|
|
resumen:
|
|
servicios_heredados: 45+
|
|
servicios_planificados: 9
|
|
endpoints_planificados: 22
|
|
estado_general: PLANIFICACION
|
|
ultima_actualizacion: 2025-12-08
|
|
|
|
referencias:
|
|
herencia_core: "../00-guidelines/HERENCIA-ERP-CORE.md"
|