feat(F-187): completed feature

This commit is contained in:
chattie
2026-08-22 22:23:44 +02:00
parent a3f6edd325
commit ca12f46bff
22 changed files with 1053 additions and 59 deletions

View File

@@ -0,0 +1,12 @@
# F-187 — Documentation
Updated `docs/pos/POS_CHECKOUT.md` with:
- cashier active/inactive/deleted semantics;
- session revocation and fresh-login behavior;
- irreversible soft deletion and historical-attribution guarantee;
- mandatory cash-session close before removal;
- admin lifecycle API endpoints and role restrictions;
- audit event behavior.
Removed F-187 from the future-work list now that the lifecycle is implemented.