Jeremy Maitin-Shepard

Results 255 comments of Jeremy Maitin-Shepard

Thanks. Can you by any chance add a test case for this?

Thanks --- would you be able to submit a PR with this change and a test case?

You can find the various sort calls in `reconcile.py`. One thing to note though is that if you don't import transactions in ascending chronological order and you have investment transactions...

I don't think pull request #113 addresses this same issue. The issue here is due to how `matching.py` (independent of OFX) works: currently matching is done based on posting weight,...

I pushed out a commit that solves part of the problem here. However, it still does not actually make this case work. The problem is that matching is done against...

Do I understand correctly that you would like to just use the beancount-import ofx source to non-interactively generate journal entries from ofx files? And have it skip previously imported entries...

I'm still not sure I understand what your objective is. The `identify` step is not really in scope for beancount-import, and nothing in beancount-import currently handles that. My understanding is...

Thanks for working on this! It looks like you are on the right track. When you have something working, can you add a test?