feat: revamp Yearly Overview by account

This commit is contained in:
Herculino Trotta
2024-11-02 01:31:26 -03:00
parent 1c77774867
commit 11da277ba5
4 changed files with 291 additions and 211 deletions
+6 -1
View File
@@ -17,7 +17,12 @@ urlpatterns = [
),
path(
"yearly/account/<int:year>/",
views.yearly_overview_by_account,
views.index_yearly_overview_by_account,
name="yearly_overview_account",
),
path(
"yearly-overview/<int:year>/account/data/",
views.yearly_overview_by_account,
name="yearly_overview_account_data",
),
]