chore: update current.md/history.md after F-144 close

This commit is contained in:
chattie
2026-08-22 12:40:53 +02:00
parent 2ea628fd62
commit bf426e1a60
2 changed files with 17 additions and 1 deletions

View File

@@ -1,4 +1,12 @@
# Feature actual: F-143 (Reporting: contracts, filters and RBAC)
# Feature actual: F-145 (Reporting: payment lines and POS cash-safe capture)
## F-144 cerrada (2026-08-22) — Reporting snapshots: store/VAT/cost/shipping
- `048_reporting_store_shipping_snapshots.js`: `orders_orders.store_id` (uuid NOT NULL DEFAULT default-store + FK→pos_stores + idx), `orders_orders.shipping_cents` (integer NOT NULL DEFAULT 0), `orders_items.cost_at_sale_cents` (bigint nullable), `orders_items.vat_rate` (text nullable).
- `reporting-snapshots.itest.ts` 3/3 ✅ (DB real, migration 001→048 aplicada).
- tsc 0; boundaries 0 nuevas; verify.sh verde; commit `2ea628f`.
- Gates: reviewer ✅ / security ✅ / qa ✅ / document ✅ / leader-close ✅.
- **Siguiente**: F-145 (Reporting: payment lines and POS cash-safe capture).
## F-138 cerrada (2026-08-22) — auto-seed default price row on variant creation