Willy Sudiarto Raharjo 6f5b90c62f business/reckon: Switch to https. преди 7 години
..
README dc5b1ac1e8 business/reckon: Added (ledger csv converter). преди 11 години
reckon.SlackBuild 177585daa1 business/reckon: Modified SlackBuild for ruby-2.2.3. преди 9 години
reckon.info 6f5b90c62f business/reckon: Switch to https. преди 7 години
slack-desc dc5b1ac1e8 business/reckon: Added (ledger csv converter). преди 11 години

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