Closed bobobo1618 closed 5 years ago
Possibly nevermind, I found https://github.com/jbms/beancount-import/blob/0456402e58d526ea06b8f95d0fc0b70a1680f0a3/beancount_import/matching.py though the fuzzy_match_days
flag. I'll close for now and reopen if I can't debug my problem.
For the record, it appears the problem was the "cleared" status of the transactions.
I hadn't read up on what exactly this meant and just added the method because I thought it couldn't hurt.
@bobobo1618 could you explain what you mean by the "cleared" status of the transaction - why does beancount-import not realize that the candidate transaction generated by the importer already exists in the journal?
I have a simple issue. In my
transactions.beancount
(which isinclude
d by by journal), I have this:In my importer's output, I have this:
However beancount-import's suggestion doesn't come up with the duplicate.
I had a look around the code to see if I could figure out how to fix it myself but I couldn't find where it's implemented. How can I debug this?