-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
[Feature Request] Support description_patterns
for ECImporter
#108
Comments
Great suggestion! I'll try to have a look in the next days! |
Thanks a lot for the importer. From me As mentioned above evaluating the |
Just published v0.15.0 which allows for pattern-matching transactions in Regarding the case when both payee and description strings match, I decided to go with payee pattern as I've noticed that it's usually more specific than the description. The importer should also log a warning to the console for such cases so the user knows about it when running @momu could you please open a new issue with the suggestion for amount? I can see the use case for that suggestion but as the matching logic might become slightly more complex with it, maybe we could have that discussion on the newer issue. Thanks! |
@siddhantgoel Done. Sorry for the delay, but I bought a book about plaintext accounting with |
Thanks for the great work.
It would be very useful, if you'd add support for the
description_patterns
to the ECImporter as well. If you send money for different purposes to the same receiver (e.g. rent and costs for utilities in separate transactions), then you can't distinguish the transactions. Same holds true if send money to yourself (transfering money to different saving accounts, etc).Using the more unique transaction description could help here.
As this might add ambiguity for the importer how to categorize I'd suggest that the order is: if
description_pattern
andpayee_pattern
matches, thenpayee_pattern
gets disregarded as it is more general.The text was updated successfully, but these errors were encountered: