-
Notifications
You must be signed in to change notification settings - Fork 55
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
add action to calculate balance of transaction #127
Comments
Pardon my ignorance here because I use
In the case you posted, it seems like the automation rule would only work for fixed amounts, in which case it isn't clear to me what you would expect VIM to be calculating. Do you expect it to add up the postings in just the automated transaction and come up with |
Hey, @alerque
It's not always that I would to declare values in percentile, so it is more readable (I know straight how much I pay for gym as $75 rather than
So, at least in my case, those transactions don't always revert to -1.0 spending the full amount of the original transaction. i.e: salary However, perhaps this is far too outside the scope of this plugin and a possible edge-case scenario, in which case we can certainly close this issue and I will find another ways to automate these calculations otherwise 😉 |
If I'm following along correctly here, you just want to balance postings in a single transaction. The fact that it is an automatic transaction is nearly irrelevant. That seems like something we may be able to do, although currency handling is likely to make this excessively complicated to actually pull off. In any case it's possible that as long as what you want is scoped to a single transaction (not referencing a value from another transaction) that me may be able to cover that in this plugin. I personally don't have much interest in making this happen because I use Given the parameters above that it was scoped to a transaction and makes reasonably attempt at handling different currencies and formats properly I'd be willing to facilitate a PR if somebody else jumps in to contribute this. |
Hello,
Just following up my previous comment with a suggestion for adding an action to allow calculating the balance for an specific transaction. An good use case would be on automated transactions, which need to be explicitly balanced.
Originally posted by @zanona in #109 (comment)
The text was updated successfully, but these errors were encountered: