Jeremy Maitin-Shepard

Results 255 comments of Jeremy Maitin-Shepard

Thanks, this looks good, but can you please add a unit test for this?

Thanks for this fix. It looks like this addresses a similar issue to #47 (see the discussion in particular). Since I believe UNITPRICE is required according to the OFX spec...

This is a very good point. For normal bank/credit card/investment accounts, OFX provides a sufficient standard representation and using a tool like ofxstatement sounds like a great idea.

I was using the decimal conversion to strip zero padding, but it looks like the code needs to be modified to treat the check numbers as strings instead, but still...

Sorry for the long delay. I'm not able to reproduce this problem, and I do still see the beancount.ingest.importers.ofx module in the upstream repository. https://bitbucket.org/blais/beancount/src/default/beancount/ingest/importers/ofx.py Perhaps try reinstalling the beancount...

This seems okay, though having one source per year does mean having to go through the entire transaction list for each year in certain steps. You could instead change the...

Yes, this is a limitation of journal_editor at the moment. I think it could be supported, I just haven't really had a need for comments. It is a bit more...

I'd certainly welcome a patch to fix this if you are up to it! One tricky thing is that sometimes beancount-import merges multiple transactions, so then we need to associate...

I have found the balance information from Mint tricky to use because there can be some variance in the dates. In fact I don't use the balance information myself because...

Currently, the matching framework will only attempt to combine together for the purposes of matching postings with the same sign. Therefore, the "Your Coupon Savings" posting won't get combined with...