[PR #183] [MERGED] feat(insights): add late and recent transactions #244

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

📋 Pull Request Information

Original PR: https://github.com/eitchtee/WYGIWYH/pull/183
Author: @eitchtee
Created: 2/20/2025
Status: Merged
Merged: 2/20/2025
Merged by: @eitchtee

Base: mainHead: dev


📝 Commits (1)

  • 6947c6a feat(insights): add late and recent transactions

📊 Changes

10 files changed (+228 additions, -76 deletions)

View changed files

📝 app/apps/insights/urls.py (+10 -0)
📝 app/apps/insights/views.py (+29 -1)
📝 app/locale/de/LC_MESSAGES/django.po (+43 -23)
📝 app/locale/nl/LC_MESSAGES/django.po (+51 -23)
📝 app/locale/pt_BR/LC_MESSAGES/django.po (+46 -26)
📝 app/templates/cotton/msg/empty.html (+1 -1)
📝 app/templates/insights/fragments/category_explorer/charts/currency.html (+1 -1)
app/templates/insights/fragments/late_transactions.html (+18 -0)
app/templates/insights/fragments/latest_transactions.html (+16 -0)
📝 app/templates/insights/pages/index.html (+13 -1)

📄 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/183 **Author:** [@eitchtee](https://github.com/eitchtee) **Created:** 2/20/2025 **Status:** ✅ Merged **Merged:** 2/20/2025 **Merged by:** [@eitchtee](https://github.com/eitchtee) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (1) - [`6947c6a`](https://github.com/eitchtee/WYGIWYH/commit/6947c6affd9a298fe7b4a901ae8d75adc05a9f75) feat(insights): add late and recent transactions ### 📊 Changes **10 files changed** (+228 additions, -76 deletions) <details> <summary>View changed files</summary> 📝 `app/apps/insights/urls.py` (+10 -0) 📝 `app/apps/insights/views.py` (+29 -1) 📝 `app/locale/de/LC_MESSAGES/django.po` (+43 -23) 📝 `app/locale/nl/LC_MESSAGES/django.po` (+51 -23) 📝 `app/locale/pt_BR/LC_MESSAGES/django.po` (+46 -26) 📝 `app/templates/cotton/msg/empty.html` (+1 -1) 📝 `app/templates/insights/fragments/category_explorer/charts/currency.html` (+1 -1) ➕ `app/templates/insights/fragments/late_transactions.html` (+18 -0) ➕ `app/templates/insights/fragments/latest_transactions.html` (+16 -0) 📝 `app/templates/insights/pages/index.html` (+13 -1) </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:19:21 +01:00
adam closed this issue 2025-12-29 00:19:21 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/WYGIWYH#244