feat(F-146): completed feature

This commit is contained in:
chattie
2026-08-22 12:52:13 +02:00
parent 62a3681657
commit 91044da178
17 changed files with 1182 additions and 37 deletions

View File

@@ -425,3 +425,10 @@
- Artefactos: `work/artifacts/F-144/` (architect.md, implementer.md, reviewer.json, security.json, qa.json, documenter.md, leader-close.json)
- Siguiente: F-145 (Reporting: payment lines and POS cash-safe capture)
## F-145 cerrada (2026-08-22) — Reporting: payment lines and POS cash-safe capture
- Gates: reviewer APPROVED, security APPROVED, qa APPROVED, verify.sh exit 0
- Entregable: migración node-pg-migrate 049 (idempotente/reversible) crea `reporting_payment_lines` (13 columnas: order_id+store_id+terminal_id+cash_session_id+payment_method_id+provider+amount_cents+EUR+status+provider_ref+created_at+updated_at, CHECKs nonzero/EUR/status, FK→orders_orders+pos_stores con DO$$ guard, 3 índices); itest `reporting-payment-lines.itest.ts` (DB real) 16/16
- Commit: `62a368f feat(F-145): completed feature`
- Artefactos: `work/artifacts/F-145/` (architect.md, implementer.md, reviewer.json, security.json, qa.json, documenter.md, leader-close.json)
- Siguiente: F-146 (Reporting: service summary and sales API)