From a5d3ddf6d512bc459cfa450c6b449c2e7a245373 Mon Sep 17 00:00:00 2001 From: Anders Betts Date: Fri, 18 Sep 2026 14:32:23 +0200 Subject: reports: Kapitas-style TUI tables, corrected moms rules (schema v3) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The report views dumped JSON; they now render Saldobalans, Resultatrapport (previous-year column, 89xx bokfört/ej bokfört), Balansrapport (Ing balans/Ing saldo/Period/Utg balans, Beräknat resultat) and Momsrapport ruta för ruta, with Swedish amount formatting (1 234,56). The moms starter rules missed 33xx sales, sent reverse-charge VAT 2614 to box 10 instead of 30 and had box 48 positive. Rules may now share a box and report.vat sums them; box 49 is the sum of the moms boxes only. Schema v3 replaces the rules for existing orgs. Verified on a copy of the live DB: 05=703 200, 10=175 800, 20=1 453, 30=851, 48=-1 030, 49=175 621, matching the Kapitas 2027 export. Ctrl+R reload passes --socket and auto-login no longer rewrites tui.conf; pty tests now run through scripts/tui-sandbox.sh so they cannot touch the real config, cache or bw session. --- AGENTS.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'AGENTS.md') diff --git a/AGENTS.md b/AGENTS.md index e54f786..b82e119 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -73,5 +73,10 @@ forms behave the same everywhere, hints always visible, errors shown as - Server changes: `make test`. UI changes: also drive `bokftui` over a pty (`script -qec`) or against the demo daemon and check the real behaviour. +- Never run `bokftui` for tests without `scripts/tui-sandbox.sh`: it + isolates `XDG_CONFIG_HOME`/`XDG_CACHE_HOME` so a run cannot overwrite the + human's `~/.config/bokf/tui.conf`, `~/.cache/bokf/tui.log` or bw session. + The daemon/test database must likewise live in `/tmp`, never in + `~/bokf-demo` or the live NAS volume. - Never commit unless the human asks. When asked, keep the message short and in the repo's style. -- cgit v1.3