I am trying to generate a report showing by month (or quarter or year) for a given date range:
- balance of selected accounts on the first of the month with subtotal line,
- then section for income by category with subtotal line
- then section for expenses by category with subtotal line
- then the ending balances of my accounts on end of the month with subtotal line
- then total change for that column.
Is there a way to do this? Where do I start?