ledger-autosync
ledger-autosync copied to clipboard
Synchronize your ledger-cli files with your bank.
Bumps [lxml](https://github.com/lxml/lxml) from 4.6.5 to 4.9.1. Changelog Sourced from lxml's changelog. 4.9.1 (2022-07-01) Bugs fixed A crash was resolved when using iterwalk() (or canonicalize()) after parsing certain incorrect input. Note...
``` 2022/01/24 * AUTOMATIC PAYMENT - THANK ; UUID: aa5a57fc-c3ec-46b9-9353-1e250d1c3464 Liabilities:Credit Card. $1302.32 ; ofxid: xxxxxxxxxxxxxxxxxxxxxxxxx Assets:Chase Checking -$1302.32 ``` If I add a UUID to deduplicate this transaction (because...
Hi! Thank you for your work on `ledger-autosync`. I'm new to ledger and ledger-autosync, so perhaps this has already bee covered somewhere. If, I'm sorry. I can't tell if this...
@emin63's recent issue #108 has reminded me that the way `ledger-autosync` determines the offsetting account could be improved. Currently, we rely heavily on matching with Ledger's payee field. The current...
I tried to run ledger-autosync today, I got this error ``` f@extensa:~/media/vcs/ledger-autosync/bin$ ./hledger-autosync ~/download/prova.ofx Traceback (most recent call last): File "./hledger-autosync", line 8, in sys.exit(run()) File "/home/f/media/vcs/ledger-autosync/lib/python3.7/site-packages/ledgerautosync/cli.py", line 474, in...
Having a go at issue #52 Adds a command line parameter --override_currency="YOUR_CURRENCY" which is then set as the currency for the print out. It also supports --override_currency="" which is my...
I have a feature request: allow an option to store the raw OFX. For example, if you do `ledger-autosync --account --storeraw /path/to/raw.ofx` then it would be nice if l-a could...
If the DTUSER is different from the DTPOSTED in an transaction then we have a deferred payment. Use the effective date in ledger for such case. Closes: #69 jseutter/ofxparse#150 needs...
I have another question; this time it is about offsetting accounts. Before I get to it, however, I want to say that I think l-a is awesome and so that's...
I have a question about the `-r` flag. When I do ```sh ledger-autosync -L -m 90 - a 'My Vanguard Account' ``` I only get transactions from the last week...