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/STATE.md | |
| parent | ec2febbb14c77213e615d935b86651dfd25311bb (diff) | |
| download | bokf-6de6ffa3e52a2bec519c2a052d0f26d01e38f167.tar.gz bokf-6de6ffa3e52a2bec519c2a052d0f26d01e38f167.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/STATE.md')
| -rw-r--r-- | docs/STATE.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/STATE.md b/docs/STATE.md index f130f14..3cbe448 100644 --- a/docs/STATE.md +++ b/docs/STATE.md @@ -41,8 +41,10 @@ server/protocol/ledger only. instead of delete. 9. **IngÄende balans**: one series `IB` voucher per fiscal year (dated at year start). Reports treat series IB as IB, not period movement; SIE - export/import round-trips without double counting; TUI editor posts only - deltas so nothing is ever edited. + export/import round-trips without double counting; TUI editor shows the + year's *effective* opening balances (carry-forward plus IB vouchers) and + posts deltas, so nothing is ever edited and a target balance can be + entered directly. 10. **Attachments**: content stored in the DB (BLOB), immutable, linked via append-only `voucher_attachments`. Default limit 10 MiB (`max_attachment_bytes`); the socket line limit is derived from it |
