From c10a2a6252b36c599ef9032c0409e655aa81fa5f Mon Sep 17 00:00:00 2001 From: bartbroere Date: Fri, 21 Apr 2017 15:36:35 +0200 Subject: [PATCH] Version 2017.04.21 --- README.md | 13 +++++-------- toledger/toledger.py | 5 +---- 2 files changed, 6 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 107ebd5..416f3ce 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,8 @@ some changes to make it more generally applicable, allowing for other banks to be added. Currently this library is only known to work with the export files of -ING Bank (NL), but extending it for similar CSV exports should be trivial. +ING Bank (NL) and Bitstamp, but extending it for similar CSV exports +should be trivial. ``` Usage: @@ -16,15 +17,11 @@ Usage: Options: -a --append Append to the output file if it exists. - -b --balance Ensure that all output is balanced. - Choose this option if the output must be a - standalone ledger file. These files should always - have a balance of 0 to be valid. + -b --balance Get the initial balance (if possible) --from= Account to get balances from. - Default Equity:[Unspecified | IBAN] --to= Account to send transactions to. - Default Expenses:[Unspecified | IBAN] - --name= Account name. Default Assets:[IBAN] + --name= Account name. + --hash Save a hash of the transaction for duplicate removal -c --code Use the currency code, e.g. EUR -s --symbol Use the currency symbol, e.g. € -h --help Show the usage guidelines. diff --git a/toledger/toledger.py b/toledger/toledger.py index ddffd93..447fca9 100644 --- a/toledger/toledger.py +++ b/toledger/toledger.py @@ -8,10 +8,7 @@ Options: -a --append Append to the output file if it exists. - -b --balance Ensure that all output is balanced. - Choose this option if the output must be a - standalone ledger file. These files should always - have a balance of 0 to be valid. + -b --balance Get the initial balance (if possible) --from= Account to get balances from. --to= Account to send transactions to. --name= Account name.