feat(F-178): completed feature

This commit is contained in:
chattie
2026-08-22 19:06:13 +02:00
parent 8c8c71d645
commit 95f1a9a973
11 changed files with 72 additions and 21 deletions

View File

@@ -1,3 +1,3 @@
# F-179Fix POS sale Internal Server Error
# F-178Exact EAN and Enter
Cause: POS writes payment status `COMPLETED`, but database accepts lowercase lifecycle values such as `succeeded`. Repair payment persistence, idempotent replay, and POS order source/session/store/customer snapshots so completed sales are valid and reportable.
Resolve exact numeric EAN through the unique endpoint before broad search. Enter adds one unit when the exact lookup or current result is unique, without submitting/reloading the page.