Context
In the Income Statement, Fava lets you change chart types, conversions, and filter by time, account, or tag. What I’m missing is a way to show average values per time unit (day/week/month) for the filtered period.
Example:
For a trip from Oct 10–26, all tagged 2025_Holidays, I’d like to see the average cost per day of that trip.
Idea:
Add an “Average” dropdown (similar to the “Conversion” menu) that converts all displayed numbers into averages based on a chosen unit: Daily, Weekly, Monthly, etc. The already known sum and first and last booking slots can be used to calculate this quantities.
Commitment:
I’m new to contributing to Fava but would like to try. A pointer to where this would fit in the code (maybe around fava.core.tree.SerialisedTreeNode?) would be very helpful.
Context
In the Income Statement, Fava lets you change chart types, conversions, and filter by time, account, or tag. What I’m missing is a way to show average values per time unit (day/week/month) for the filtered period.
Example:
For a trip from Oct 10–26, all tagged 2025_Holidays, I’d like to see the average cost per day of that trip.
Idea:
Add an “Average” dropdown (similar to the “Conversion” menu) that converts all displayed numbers into averages based on a chosen unit: Daily, Weekly, Monthly, etc. The already known sum and first and last booking slots can be used to calculate this quantities.
Commitment:
I’m new to contributing to Fava but would like to try. A pointer to where this would fit in the code (maybe around fava.core.tree.SerialisedTreeNode?) would be very helpful.