diff options
author | Lionel Young <lionelyoung@gmail.com> | 2014-06-29 20:31:42 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-06-29 20:31:42 +0700 |
commit | dc5b1ac1e86a85b8beb31a88a252b05b93bc427c (patch) | |
tree | 21932e9e9c7e48768ab4c583792501b4a0b7e642 /business/reckon/README | |
parent | db7b35b49bcaa8c7946d709f3af1204f07078c09 (diff) | |
download | slackbuilds-dc5b1ac1e86a85b8beb31a88a252b05b93bc427c.tar.gz |
business/reckon: Added (ledger csv converter).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'business/reckon/README')
-rw-r--r-- | business/reckon/README | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/business/reckon/README b/business/reckon/README new file mode 100644 index 0000000000..89d98e90fd --- /dev/null +++ b/business/reckon/README @@ -0,0 +1,14 @@ +Reckon automagically converts CSV files for use with the command-line +accounting tool Ledger. It also helps you to select the correct accounts +associated with the CSV data using Bayesian machine learning. + +First, login to your bank and export your transaction data as a CSV file. + +To see how the CSV parses: + reckon -f bank.csv -p + +To convert to ledger format and label everything, do: + reckon -f bank.csv -o output.dat + +To have reckon learn from an existing ledger file, provide it with -l: + reckon -f bank.csv -l 2010.dat -o output.dat |