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
New features
-
New credit account reporting option
--invert
for all reports and Equity export (GH-99) -
Enhanced and better error messages in case of invalid configuration file
Changes
-
Equity export: Use price data if commodity conversion is activated (GH-101)
-
Equity export: move the uuid of last txn from the subject line to the comment section of the equity transaction
Fixes
-
Fixed CLI select all account selector (
--accounts ""
) -
Fixed CLI disable all reports selector (
--reports ""
) -
Fixed CLI disable all exports selector (
--exports ""
) -
Adapt to Rust 1.88.0 with clippy::pedantic
Test coverage
Tackler-ng is tested with 472 of tracked test vectors at the moment.
Published artifacts
Changelog
For full changelog, see Tackler-ng CHANGELOG