mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-01-15 13:43:28 +01:00
[PR #118] [MERGED] feat: add account and currency info to monthly view #190
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/eitchtee/WYGIWYH/pull/118
Author: @eitchtee
Created: 2/1/2025
Status: ✅ Merged
Merged: 2/1/2025
Merged by: @eitchtee
Base:
main← Head:dev📝 Commits (1)
39c1f63feat: add account and currency info to monthly view📊 Changes
17 files changed (+859 additions, -866 deletions)
View changed files
📝
app/apps/monthly_overview/urls.py(+15 -0)📝
app/apps/monthly_overview/views.py(+62 -0)📝
app/apps/transactions/urls.py(+15 -0)📝
app/apps/transactions/views/transactions.py(+70 -8)➕
app/templates/cotton/ui/account_card.html(+184 -0)➕
app/templates/cotton/ui/currency_card.html(+182 -0)📝
app/templates/cotton/ui/transactions_action_bar.html(+12 -10)➕
app/templates/monthly_overview/fragments/monthly_account_summary.html(+17 -0)➕
app/templates/monthly_overview/fragments/monthly_currency_summary.html(+16 -0)📝
app/templates/monthly_overview/fragments/monthly_summary.html(+3 -1)📝
app/templates/monthly_overview/pages/overview.html(+155 -72)➕
app/templates/transactions/fragments/all_account_summary.html(+17 -0)➕
app/templates/transactions/fragments/all_currency_summary.html(+16 -0)📝
app/templates/transactions/fragments/summary.html(+25 -409)📝
app/templates/transactions/pages/transactions.html(+53 -4)📝
app/templates/yearly_overview/fragments/account_data.html(+9 -182)📝
app/templates/yearly_overview/fragments/currency_data.html(+8 -180)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.