* Add --budget option for converting HomeBank budget to Ledger.
* Support quoting commodities when needed.
* The formatter now adds posting notes when they differ from the transaction
memo and avoids printing posting payees if not different from the
transaction payee.
* Fix bug which could add duplicate ":Unknown" accounts.
{{$NEXT}}
+0.005 2019-08-17 16:26:33-06:00 MST7MDT
+ * Add --budget option for converting HomeBank budget to Ledger.
+ * Support quoting commodities when needed.
+ * The formatter now adds posting notes when they differ from the transaction
+ memo and avoids printing posting payees if not different from the
+ transaction payee.
+ * Fix bug which could add duplicate ":Unknown" accounts.
+
0.004 2019-06-17 23:28:10-06:00 MST7MDT
* Remove --default-account option. Instead the default account(s) can be
customized using the --rename-account option, like this:
# VERSION
-version 0.004
+version 0.005
# SYNOPSIS
Defaults to enabled; use `--no-commodities` to disable.
+## --budget
+
+Enables budget transactions.
+
+Budget transactions are only supported by the Ledger format (for now). This option is silently
+ignored otherwise.
+
+Defaults to enabled; use `--no-budget` to disable.
+
## --opening-date DATE
Specify the opening date for the "opening balances" transaction. This transaction is created (if
# CAVEATS
- I didn't intend to make this a releasable robust product, so it's lacking tests.
-- Budgets and scheduled transactions are not (yet) converted.
+- Scheduled transactions are not (yet) converted.
- There are some minor formatting tweaks I will make (e.g. consolidate transaction tags and payees)
# BUGS