mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 20:44:32 -05:00
* fixed setAverage functions to ignore hidden categories * Add logic to ignore hidden categories in budget actions * Modify SQL statements in setAverage functions to also exclude categoryGroups and change DbViewCategory type definition to include hidden flag of the group a category belongs to * [autofix.ci] apply automated fixes * Revert setZero functionality to set all budget categories and category groups to zero, including hidden ones * Add new type DbViewCategoryWithGroupHidden which includes a flag for whether the group a category belongs to is hidden or not, and have setAvg functions use that type instead --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
329 B
329 B
category, authors
| category | authors | |
|---|---|---|
| Bugfix |
|
Fixed the functions to set budget targets based on past averages to correctly ignore hidden categories. Further work is required to handle hidden category groups, including potentially creating new views or migrations to expose relevant information to the target setting functions.