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
fix(transactions): include one-time in reports, keep out of budget medians
Split transfer exclusions from one-time: historical totals, reports, and period expense/income use REPORT_EXCLUDED_KINDS; budget medians and budget category actuals still use BUDGET_EXCLUDED_KINDS.
Fixes#1994
Co-authored-by: Cursor <cursoragent@cursor.com>
Copy file name to clipboardExpand all lines: config/locales/views/transactions/en.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ en:
75
75
activity_type: Activity Type
76
76
activity_type_description: Type of investment activity (Buy, Sell, Dividend, etc.). Auto-detected or set manually.
77
77
one_time_title: One-time %{type}
78
-
one_time_description: One-time transactions will be excluded from certain budgeting calculations and reports to help you see what's really important.
78
+
one_time_description: One-time transactions appear in historical reports and totals but are excluded from budget medians and recurring spending estimates.
79
79
convert_to_trade_title: Convert to Security Trade
80
80
convert_to_trade_description: Convert this transaction into a Buy or Sell trade with security details for portfolio tracking.
0 commit comments