slackbuilds/business/reckon
Heinz Wiesinger 7f26b9929f
All: SlackBuilds run in the directory they are in
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2021-07-05 16:01:32 +07:00
..
README business/reckon: Fix README. 2020-10-17 09:38:07 +07:00
reckon.SlackBuild All: SlackBuilds run in the directory they are in 2021-07-05 16:01:32 +07:00
reckon.info business/reckon: Switch to https. 2017-09-13 20:56:28 +07:00
slack-desc business/reckon: Added (ledger csv converter). 2014-06-29 20:31:42 +07:00

README

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