docs(wiki): catch concept pages up to the booth-UX/shift/font-scale work

Bring three queryable pages current with the booth-UX commit (cce99aa) whose
breadth hadn't propagated:
- booth-console: Active Sessions as a real table, dropped status column/filter,
  inline live-feed rows, removed TARGE via-badge + redundant Direction filter,
  plate now searchable + backfilled via plate-recognized WS push, per-user font scale.
- shift: Z-report display simplified (shitje dropped, opening cash added) while
  the signed payload is untouched.
- i18n: users.font_scale recorded alongside language/theme as the matching
  per-user server-stored pref (migration 0014).

Claude-Session: https://claude.ai/code/session_01Xcm6ikLgGoCxxHrxtjkk5V
This commit is contained in:
2026-06-29 11:43:12 +02:00
parent f6e35bbebf
commit 11567a417f
3 changed files with 31 additions and 0 deletions
+8
View File
@@ -89,6 +89,14 @@ no variance gate, no manager override.
> (`ticketTotalMinor`/`subscriptionTotalMinor`/`subscriptionSalesMinor`/`subscriptionWindowMinor`),
> shown in the X-report, the close modal, the history detail, and the printed Z-report; old reports
> that predate the fields default subscription to 0 (ticket absorbs the whole take).
>
> **Display simplified (2026-06-28).** All four figures stay in the SIGNED payload (audit data —
> untouched), but the operator-facing breakdown was trimmed: the `shitje` (subscription-sales)
> sub-line was **removed** from the close modal, the X/Z-report views, and the printed slip —
> `Abonime` is the subscription total, with only the out-of-window part broken out under it (it
> was confusing to show both halves under a total). The **opening cash** (`openingFloatMinor`,
> labelled "Arka fillestare") was **added** to the drawer block so `opening + cash-taken = expected
> drawer` reads explicitly.
> 2. The **header shift button no longer closes directly** — a stray click would sign an irreversible
> Z-report. It opens a **confirm modal showing the live X-report** (the source split + expected
> drawer) with Cancel / End-shift. Opening a shift stays immediate (no such risk).