reckon icon indicating copy to clipboard operation
reckon copied to clipboard

Flexibly import bank account CSV files into Ledger for command-line accounting

Results 14 reckon issues
Sort by recently updated
recently updated
newest added

Hi, this is a very helpful tool! Just one request - add support for beancount transactions. Thanks for considering!

This is useful in cases where there are two money columns and this can't easily be automatically detected. - Adds command line option for `--money-columns` - Updates parser to deal...

Users will sometimes fat-finger entering an account, or prematurely press enter to accept the suggestion when categorizing bigger amounts of transactions. This experience is quite painful — remember which transaction...

Currently only ledger output in dot separated decimal values is supported. Ideally should also support comma separated decimals in output.

enhancement

Determine what statement coverage looks like with integration tests: https://github.com/simplecov-ruby/simplecov#merging-results Will need to load simplecov before loading reckon https://github.com/simplecov-ruby/simplecov#use-it-with-any-framework

This PR adds 'complex tokens' that look like this: ``` yaml Expenses: Personal: - McDonalds - Pattern: /OFFSHORE SERVICE MARGINS/ Account: Liabilities:Visa:Personal Business: Bank Fees: - Pattern: /OFFSHORE SERVICE MARGINS/...

Does reckon support more complicated transactions like so? ``` 2018/01/20 * Some Employer ; Person: Bob Income:Salary:Cash R-30000.00 Expenses:Taxes:PAYE R3000.00 Expenses:Taxes:UIF R100.00 Assets:MyBank:Checking R26900.00 ```

enhancement

I started off 2021 trying to figure out how to automate my finances *more* (you get major credit for that in 2020 btw). All my banks export QIF files to...

If would be great to be able to sort the fields that are put together as description. I.e. my bank transactions csv file have the sender and description at fields...

enhancement

The export from my bank (ABN NL) looks like this: ``` 123456789 EUR 20160102 15,00 10,00 20160102 -5,00 DESCRIPTION 123456789 EUR 20160102 10,00 0,00 20160102 -10,00 DESCRIPTION ``` Imported as:...