TheAxelander / OpenBudgeteer

OpenBudgeteer is a budgeting app based on the Bucket Budgeting Principle
https://theaxelander.github.io
MIT License
788 stars 43 forks source link

Bucket In value not calculating correctly #96

Closed charyouz closed 2 years ago

charyouz commented 2 years ago

If I by accident add too much to a bucket, I can remove money from it by adding a negative value. This however does not change the value "In"

Is there any way to reset all transactions done to a bucket? Or

TheAxelander commented 2 years ago

"In" value only contains money that was put into the Bucket. If you take money out, it will be summarized by the "Out" value.

Resetting Bucket Movements is only possible via database manipulation which is overall not recommended to keep data consistency.