feat(F-150): completed feature

This commit is contained in:
chattie
2026-08-22 13:08:16 +02:00
parent 6a51d1ee74
commit 4a30f321a8
14 changed files with 296 additions and 24 deletions

View File

@@ -453,3 +453,10 @@
- Artefactos: `work/artifacts/F-148/`
- Siguiente: F-149 (Reporting: product category and brand reports)
## F-149 cerrada (2026-08-22) — Reporting: product category and brand reports
- Gates: reviewer APPROVED, security APPROVED, qa APPROVED, verify.sh exit 0
- Entregable: ReportingService.products() con CTE SQL (orders_items JOIN catalog_products + categories + brands); ruta GET /reporting/products (REPORTING_PRODUCTS RBAC); página admin Products con ranking por unidades/facturación. Navegación Reporting añadida (dashboard/sales/products)
- Commit: `6a51d1e feat(F-149): completed feature`
- Artefactos: `work/artifacts/F-149/`
- Siguiente: F-150 (Reporting: CSV export)