diff --git a/austax/reports.py b/austax/reports.py index 450d869..1c91679 100644 --- a/austax/reports.py +++ b/austax/reports.py @@ -83,7 +83,7 @@ def tax_summary_report(): ), Spacer(), Section( - title='Gross income (10)', + title='Gross interest (10)', entries=entries_for_kind(account_configurations, accounts, 'austax.income10', neg=True) + [Subtotal('Total item 10', id='income10', floor=100)] ), Spacer(),