TheAxelander / OpenBudgeteer

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

V1.8.3: Bucket->Bucket Details lists full transaction amount, not the amount of the split going towards that bucket. #256

Open Bucket1616 opened 1 month ago

Bucket1616 commented 1 month ago

Recreation:

Create a transaction that is split between at least two buckets.

Go to the Buckets tab, find one of the two buckets used for the above transaction. Click on the "Bucket Details" button. The transaction created will appear under "Movements", showing the full amount of the transaction, not just the amount attributed to the one bucket.

Example: Split Transaction: image

Looking under the Gasoline Bucket Details:

image

The highlighted transaction appears showing an amount of -$338.43, which is the entire transaction amount, where I beileve it should only show -$28.05.

TheAxelander commented 1 month ago

Not a real bug as it only shows the referred Bank Transaction, but you are right it would make more sense to display the assigned amount only

Bucket1616 commented 1 month ago

Thanks. Sounds like it is just showing the matching transactions. As long as the numbers used to display the "Statistics" uses the splits instead of the total amount, definitely more of a feature or enhancement