-
released this
2026-06-18 10:08:19 +00:00 | 0 commits to main since this releaseFeatures:
- Wire the admin add-account endpoint into the Chart of Accounts UI
(root-type dropdown + sub-path, live preview, segment validation) - Server-side account-name validation (mirrors beancount.core.account)
- Resolve entry identity via entry-id metadata (libra-#42)
Fixes:
- Escape Beancount string metadata; write unconstrained Open directives
- Anchor duplicate-account detection to a real Open directive, coherent
with Beancount's DATE grammar (libra-#48) - Don't currency-constrain per-user account opens (libra-#49)
- Recover a ledger-only account instead of a blanket 409 (libra-#50)
- 409 on true duplicate admin add
Downloads
-
Source code (ZIP)
6 downloads
-
Source code (TAR.GZ)
1 download
- Wire the admin add-account endpoint into the Chart of Accounts UI