diff options
| author | Anders Betts <anders.betts@gmail.com> | 2026-09-18 09:50:29 +0200 |
|---|---|---|
| committer | Anders Betts <anders.betts@gmail.com> | 2026-09-18 09:50:29 +0200 |
| commit | 6de6ffa3e52a2bec519c2a052d0f26d01e38f167 (patch) | |
| tree | 4b5625396645262cf2ae8ac74e2161a326f61595 /docs/PROTOCOL.md | |
| parent | ec2febbb14c77213e615d935b86651dfd25311bb (diff) | |
| download | bokf-22f23a26c7ddb9fed58c37d3356ec39f8b6150f5.tar.gz bokf-22f23a26c7ddb9fed58c37d3356ec39f8b6150f5.zip | |
bokftui: IB view shows effective opening balances, edits post deltas to themv0.1.11
Was listing the IB voucher's rows (the reconciliation deltas) and
computing edits against those, which mismatched reports on years with
carry-forward and could not set a target balance. Also guard the editor
against more than 63 rows.
Diffstat (limited to 'docs/PROTOCOL.md')
| -rw-r--r-- | docs/PROTOCOL.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/PROTOCOL.md b/docs/PROTOCOL.md index 009b14e..f282691 100644 --- a/docs/PROTOCOL.md +++ b/docs/PROTOCOL.md @@ -404,9 +404,10 @@ commands. Implemented screens (0.1.0-dev): - **Nytt verifikat** — row editor with live balance display, F5 dry-run validation and F9 posting; one `client_ref` per form makes retries safe. F4 applies a konteringsmall (prompts for template and `x`). -- **Ingående balans** — the series `IB` voucher for the selected fiscal year; - enter accounts with signed amounts (positive debit, negative credit), the - editor posts deltas so existing entries are never edited. +- **Ingående balans** — the effective opening balances of the selected + fiscal year (carry-forward plus any `IB` vouchers, as the reports compute + them); enter accounts with signed amounts (positive debit, negative + credit); the editor posts `IB` deltas so nothing is ever edited. - **Välj organisation att representera** — login step two: pick which org the session works in. `--org ID` skips the picker for scripts. - **Byt räkenskapsår** (dashboard) — pick from the org's fiscal years; shown |
