Skip to content
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

Automated transactions #49

Closed
3 tasks done
frosklis opened this issue Feb 28, 2021 · 0 comments
Closed
3 tasks done

Automated transactions #49

frosklis opened this issue Feb 28, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@frosklis
Copy link
Collaborator

frosklis commented Feb 28, 2021

There's an issue with some automated transactions being duplicated, probably because of bad regular expression logic.

  • Investigate the matter and open bug if needed.

Originally posted by @frosklis in #1 (comment)

Automated transaction logic is hard.

  • They are not applied recursively, meaning the newly created postings are not subject to be evaluated.
  • but a posting can be matched as many times as needed for different transactions

In particular, I am having trouble with modifying the posting itself in an efficient way. That happens when an automated transaction adds a tag to the posting.

The current solution in master works because the test case is too simple. It doesn't work completely in my personal ledger.

@frosklis frosklis added the bug Something isn't working label Feb 28, 2021
frosklis added a commit that referenced this issue Mar 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant