-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deduplicator doesn't support entries with price and inferred amount #98
Comments
Interesting, I didn't know that this is valid Beancount syntax. To clarify, the ledger snippet above is emitted by your importer or is it in the existing ledger? |
The snippet above is in my existing ledger (both v2 and v3 accepts it), and it is actually quite tricky to fill in the blank as there is a currency conversion involved. |
Then I don't understand why the deduplication code sees the Do you invoke the deduplication code in a custom way that uses |
What's the content of your accounts' inventories just before the transactions? |
Here is a minimal ledger which reproduces the issue:
reproduce_issue98.py
Commands to reproduce:
bean-doctor output:
|
To clarify, the snippet did exist in both the ledger and the import output, but it seems to be the latter which causes the issue (see above). |
Thank you for the reproducer. The problematic transaction containing the |
I have this in my ledger:
Exception:
The text was updated successfully, but these errors were encountered: