X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fhomebank2ledger;a=blobdiff_plain;f=README.md;h=1b1b430a689d4b1f082faf8c9f1c85add7764753;hp=cabb57fd0c21eaa75f9a926a2645a3cd7a91fe94;hb=5d744d0c10798b501b6d5de662794fb7e14f3242;hpb=b492b169ba4538d55b7ca16d7f5a6c3e8dfa322b diff --git a/README.md b/README.md index cabb57f..1b1b430 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ homebank2ledger - A tool to convert HomeBank files to Ledger format # VERSION -version 0.004 +version 0.005 # SYNOPSIS @@ -119,6 +119,15 @@ Enables commodity declarations. 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 @@ -199,7 +208,7 @@ it's just plain text. # 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