X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=bin%2Fhomebank2ledger;h=bc5b00754e4c4c16cc14fddf3b3b90df9d5142d4;hb=0a2af7f81a0cb07cfefaf9b8595dbd302a3ca282;hp=2e398b5980c5bc944fdcd3eef22e806532e8d9c1;hpb=71591e40fa4a522e41ed7283cce39780f4ef8cb5;p=chaz%2Fhomebank2ledger diff --git a/bin/homebank2ledger b/bin/homebank2ledger index 2e398b5..bc5b007 100644 --- a/bin/homebank2ledger +++ b/bin/homebank2ledger @@ -8,7 +8,7 @@ use strict; use App::HomeBank2Ledger; -our $VERSION = '0.001'; # VERSION +our $VERSION = '0.004'; # VERSION App::HomeBank2Ledger->main(@ARGV); @@ -24,16 +24,15 @@ homebank2ledger - A tool to convert HomeBank files to Ledger format =head1 VERSION -version 0.001 +version 0.004 =head1 SYNOPSIS - homebank2ledger --input FILEPATH [--output FILEPATH] - [--version|--help|--manual] - [--format FORMAT] [--account-width NUM] + homebank2ledger --input FILEPATH [--output FILEPATH] [--format FORMAT] + [--version|--help|--manual] [--account-width NUM] [--accounts|--no-accounts] [--payees|--no-payees] [--tags|--no-tags] [--commodities|--no-commodities] - [--opening-date DATE] [--default-account STR] + [--opening-date DATE] [--rename-account STR]... [--exclude-account STR]... =head1 DESCRIPTION @@ -168,12 +167,6 @@ needed) to support HomeBank's ability to configure accounts with opening balance Date must be in the form "YYYY-MM-DD". Defaults to the date of the first transaction. -=head2 --default-account STR - -Specify the account to use for one-sided transactions (if any). Defaults to "Expenses:No Category". - -A default account may be necessary because with Ledger all transactions are double-entry. - =head2 --rename-account STR Specifies a mapping for renaming accounts in the output. By default C tries to come