You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Add "Exclude from reports" flag for categories
Categories can now be marked as excluded from reports. Excluded
categories are hidden from budget analysis, spending reports,
dashboard totals, and budget alerts.
Useful for investment adjustments, internal bookkeeping, reimbursements,
or any category where transactions shouldn't count as real income
or expenses.
- New excluded_from_reports column on budget_categories (migration 059)
- Checkbox in category create/edit form
- Filtering in CategoryService, BudgetAlertService, ReportAggregator
<small class="form-text"><?phpp($l->t('Transactions in this category will not count toward budgets, spending reports, or dashboard totals.')); ?></small>
0 commit comments