into-ledger icon indicating copy to clipboard operation
into-ledger copied to clipboard

Most efficient and accurate tool to categorize and import expenses into ledger

Results 10 into-ledger issues
Sort by recently updated
recently updated
newest added

Not quite sure, but I seem to need to do this before being able to compile this with gelang version 1.14. Please double check.

I have recently updated into-ledger to latest version. After reviewing transactions , currency ( INR in my case) is not added to values in output ledger file. Request your help.

I don't expect I have this right, and my golang experience is minimal, but opening it to kick off a conversation on how to get the keyboard shortcuts in the...

Some languages uses comma as decimal separator (3.14 is written as 3,14). A few of these are pretty much all of South America, Europe (not the UK), Russia, most parts...

New feature: * -inverse flag changes the sign of amount found in .csv to the opposite. This is to support some Credit Cards (e.g. Discover) that report spending as positive...

When an error occurs, for example a missing file for the -j option, the terminal is not usable anymore until `reset` is typed.

My bank issues csv files with a semicolon `;` as separator. into-ledger currently crashes with those files since it can't find a valid separator (I assume it just uses a...

When an amount is given in parenthesis to denote negative value (refund), it can't be parsed ``` $ into-ledger -a test -j ledger.dat -d '01/02/2006' -csv negative.csv ERROR : Unable...

If the CSV amount has a dollar sign in it, it can't be parsed by into-ledger. Example CSV: `01/02/2016,$999.99,"description"` Result: ``` into-ledger -a test -j ledger.dat -d '01/02/2006' -csv dollar-sign.csv...

I am very interesting in your program, but I can't get it to parse CSV transactions at all. ``` bash-4.3$ ./into-ledger -a "Chase Freedom" -csv /home/ryan/ledger/private/chasefreedom.csv Opening file: /home/ryan/.into-ledger/shortcuts.yaml for...

question