Tackler-ng is new implementation of tackler, done in Rust.
cargo install --locked tackler
tackler new journal
tackler --config journal/conf/tackler.toml
See Journal Format, tackler.toml, accounts.toml, commodities.toml and tags.toml for full documentation. |
Release Highlights
Tackler’s Balance family reports produce more information than what you find in other PTA tools.
The default Balance and Balance Group calculate sums for all accounts which have postings, but also for all children (aka account tree balance). In some cases this information of children balances is not needed.
This release introduce a new Flat Balance report type, which calculates simpler balance report just for accounts.
New features
-
New report type for Balance family reports (TEP-1016)
-
Flat Balance report
-
Flat Balance Group report
-
Changes
-
New optional configuration key
report.balance.type
andreport.balance-group.type
, default is tackler’s original balance report typetree
.
Test coverage
Tackler-ng is tested with 417 of tracked test vectors at the moment.
Published artifacts
Changelog
For full changelog, see Tackler-ng CHANGELOG