[PR #51] [MERGED] feat(app): allow changing date and datetime format as a user setting #135

Closed
opened 2025-12-28 23:26:26 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

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

Base: mainHead: 50-date-notation


📝 Commits (1)

  • 60fe4c9 feat(app): allow changing date and datetime format as a user setting

📊 Changes

21 files changed (+381 additions, -85 deletions)

View changed files

app/apps/common/templatetags/date.py (+32 -0)
📝 app/apps/common/utils/django.py (+129 -0)
📝 app/apps/common/widgets/datepicker.py (+72 -28)
📝 app/apps/currencies/forms.py (+4 -4)
📝 app/apps/currencies/views/exchange_rates.py (+4 -4)
📝 app/apps/dca/forms.py (+2 -2)
📝 app/apps/dca/views.py (+4 -4)
📝 app/apps/monthly_overview/views.py (+2 -2)
📝 app/apps/transactions/filters.py (+3 -3)
📝 app/apps/transactions/forms.py (+15 -14)
📝 app/apps/transactions/views/installment_plans.py (+6 -4)
📝 app/apps/transactions/views/recurring_transactions.py (+8 -4)
📝 app/apps/transactions/views/transactions.py (+11 -9)
📝 app/apps/users/forms.py (+51 -1)
app/apps/users/migrations/0013_usersettings_date_format_and_more.py (+23 -0)
📝 app/apps/users/models.py (+3 -0)
📝 app/templates/calendar_view/fragments/list_transactions.html (+2 -1)
📝 app/templates/cotton/transaction/item.html (+2 -1)
📝 app/templates/dca/fragments/strategy/details.html (+4 -3)
📝 app/templates/exchange_rates/fragments/table.html (+2 -1)

...and 1 more files

📄 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/51 **Author:** [@eitchtee](https://github.com/eitchtee) **Created:** 1/20/2025 **Status:** ✅ Merged **Merged:** 1/20/2025 **Merged by:** [@eitchtee](https://github.com/eitchtee) **Base:** `main` ← **Head:** `50-date-notation` --- ### 📝 Commits (1) - [`60fe4c9`](https://github.com/eitchtee/WYGIWYH/commit/60fe4c96818a5f48777501508bbb65e30ef117f9) feat(app): allow changing date and datetime format as a user setting ### 📊 Changes **21 files changed** (+381 additions, -85 deletions) <details> <summary>View changed files</summary> ➕ `app/apps/common/templatetags/date.py` (+32 -0) 📝 `app/apps/common/utils/django.py` (+129 -0) 📝 `app/apps/common/widgets/datepicker.py` (+72 -28) 📝 `app/apps/currencies/forms.py` (+4 -4) 📝 `app/apps/currencies/views/exchange_rates.py` (+4 -4) 📝 `app/apps/dca/forms.py` (+2 -2) 📝 `app/apps/dca/views.py` (+4 -4) 📝 `app/apps/monthly_overview/views.py` (+2 -2) 📝 `app/apps/transactions/filters.py` (+3 -3) 📝 `app/apps/transactions/forms.py` (+15 -14) 📝 `app/apps/transactions/views/installment_plans.py` (+6 -4) 📝 `app/apps/transactions/views/recurring_transactions.py` (+8 -4) 📝 `app/apps/transactions/views/transactions.py` (+11 -9) 📝 `app/apps/users/forms.py` (+51 -1) ➕ `app/apps/users/migrations/0013_usersettings_date_format_and_more.py` (+23 -0) 📝 `app/apps/users/models.py` (+3 -0) 📝 `app/templates/calendar_view/fragments/list_transactions.html` (+2 -1) 📝 `app/templates/cotton/transaction/item.html` (+2 -1) 📝 `app/templates/dca/fragments/strategy/details.html` (+4 -3) 📝 `app/templates/exchange_rates/fragments/table.html` (+2 -1) _...and 1 more files_ </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-28 23:26:26 +01:00
adam closed this issue 2025-12-28 23:26:27 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/WYGIWYH#135