[PR #118] [MERGED] feat: add account and currency info to monthly view #190

Closed
opened 2025-12-29 00:18:47 +01:00 by adam · 0 comments
Owner

📋 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: mainHead: dev


📝 Commits (1)

  • 39c1f63 feat: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/eitchtee/WYGIWYH/pull/118 **Author:** [@eitchtee](https://github.com/eitchtee) **Created:** 2/1/2025 **Status:** ✅ Merged **Merged:** 2/1/2025 **Merged by:** [@eitchtee](https://github.com/eitchtee) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (1) - [`39c1f63`](https://github.com/eitchtee/WYGIWYH/commit/39c1f634b63b56b98b736da2853231d3256cc123) feat: add account and currency info to monthly view ### 📊 Changes **17 files changed** (+859 additions, -866 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 00:18:47 +01:00
adam closed this issue 2025-12-29 00:18:47 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/WYGIWYH#190