Add chart report for expenses grouped by account

This commit is contained in:
2019-07-19 02:23:21 +02:00
parent f64788ca60
commit 97c65b1fe4
20 changed files with 309 additions and 34 deletions

View File

@@ -1,4 +1,5 @@
v16 -> v17:
- Add this changelog to the footer
- Locale of the recurring transaction reminder email is now configurable
- Recurring transaction indicator in transaction overview (account details) is now properly translated
- Recurring transaction indicator in transaction overview (account details) is now properly translated
- Add chart report to visualize the expenses of the current/a configurable period grouped by account

View File

@@ -68,7 +68,8 @@ tr:hover {
#new-recurring-transaction-form *,
#recurring-to-transaction-with-amount-form *,
#new-account-group-form *,
#chart-config-account-group-expenses-for-period-form * {
#chart-config-account-group-expenses-for-period-form *,
#chart-config-account-expenses-for-period-form * {
display: block;
margin-top: 1em;
width: 20em;