Bug 465587 - Report Budgeted vs. Actual doesn't aggregate by category as in Budgets
Summary: Report Budgeted vs. Actual doesn't aggregate by category as in Budgets
Status: REPORTED
Alias: None
Product: kmymoney
Classification: Applications
Component: reports (show other bugs)
Version: 5.1.3
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: KMyMoney Devel Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-02-11 15:05 UTC by mau
Modified: 2023-02-11 15:05 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description mau 2023-02-11 15:05:13 UTC
In my file, I use a category tree like:
main category 1
  subcategory 1.1
  subcategory 1.2
main category 2
  subcategory 2.1
  subcategory 2.2

When setting budgets for these categories, values get summed up in the category tree, e.g.
main category 1: 250
  subcategory 1.1: 100
  subcategory 1.2: 150
main category 2
  subcategory 2.1
  subcategory 2.2

When I use a report Budgeted vs. Actual, values do not get summed up in the tree, i.e. in my example I get:
main category 1: 0
  subcategory 1.1: 100
  subcategory 1.2: 150
main category 2
  subcategory 2.1
  subcategory 2.2
which seems to be not only inconsistent but rather wrong to me.