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

Parse completely my personal ledger file #1

Closed
frosklis opened this issue Jan 31, 2021 · 1 comment
Closed

Parse completely my personal ledger file #1

frosklis opened this issue Jan 31, 2021 · 1 comment
Assignees
Milestone

Comments

@frosklis
Copy link
Collaborator

The tool works for simple things but my own personal ledger file is not simple, featuring automated transactions, periodic transactions and heavy usage of currencies.

@frosklis frosklis added this to the Road to 1.0 milestone Jan 31, 2021
@frosklis frosklis self-assigned this Jan 31, 2021
frosklis added a commit that referenced this issue Feb 1, 2021
The problem was that the account balance was not updated after a balance
assertion without amount. Fixed that.

Tested it with my own ledger file #1. And added some tests #3 to
reproduce the issue.
@frosklis frosklis mentioned this issue Feb 10, 2021
3 tasks
@frosklis
Copy link
Collaborator Author

frosklis commented Feb 24, 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.

frosklis added a commit that referenced this issue Feb 25, 2021
Imitate the ```ledger``` behaviour: once a transaction is matched by an
automated transaction, stop looking for more matches.

This helps with the behaviour of my personal ledger #1 and also makes
things slightly faster #40.
frosklis added a commit that referenced this issue Feb 25, 2021
@frosklis frosklis mentioned this issue Feb 28, 2021
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant