[PR #261] [MERGED] feat: add quick transactions #305

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

📋 Pull Request Information

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

Base: mainHead: feat/quick-transactions


📝 Commits (1)

  • d3b354e feat: add quick transactions

📊 Changes

17 files changed (+644 additions, -4 deletions)

View changed files

📝 app/apps/common/models.py (+12 -0)
📝 app/apps/transactions/forms.py (+136 -1)
app/apps/transactions/migrations/0043_quicktransaction.py (+45 -0)
app/apps/transactions/migrations/0044_alter_quicktransaction_unique_together.py (+19 -0)
📝 app/apps/transactions/models.py (+89 -1)
📝 app/apps/transactions/urls.py (+35 -0)
📝 app/apps/transactions/views/__init__.py (+1 -0)
app/apps/transactions/views/quick_transactions.py (+152 -0)
app/apps/users/migrations/0021_alter_usersettings_timezone.py (+18 -0)
📝 app/templates/cotton/transaction/item.html (+2 -1)
📝 app/templates/cotton/ui/transactions_fab.html (+7 -0)
📝 app/templates/includes/navbar.html (+3 -1)
app/templates/quick_transactions/fragments/add.html (+11 -0)
app/templates/quick_transactions/fragments/create_menu.html (+17 -0)
app/templates/quick_transactions/fragments/edit.html (+13 -0)
app/templates/quick_transactions/fragments/list.html (+59 -0)
app/templates/quick_transactions/pages/index.html (+25 -0)

📄 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/261 **Author:** [@eitchtee](https://github.com/eitchtee) **Created:** 6/20/2025 **Status:** ✅ Merged **Merged:** 6/20/2025 **Merged by:** [@eitchtee](https://github.com/eitchtee) **Base:** `main` ← **Head:** `feat/quick-transactions` --- ### 📝 Commits (1) - [`d3b354e`](https://github.com/eitchtee/WYGIWYH/commit/d3b354e2b82fea34f6b271a5a524fe7286ae74db) feat: add quick transactions ### 📊 Changes **17 files changed** (+644 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `app/apps/common/models.py` (+12 -0) 📝 `app/apps/transactions/forms.py` (+136 -1) ➕ `app/apps/transactions/migrations/0043_quicktransaction.py` (+45 -0) ➕ `app/apps/transactions/migrations/0044_alter_quicktransaction_unique_together.py` (+19 -0) 📝 `app/apps/transactions/models.py` (+89 -1) 📝 `app/apps/transactions/urls.py` (+35 -0) 📝 `app/apps/transactions/views/__init__.py` (+1 -0) ➕ `app/apps/transactions/views/quick_transactions.py` (+152 -0) ➕ `app/apps/users/migrations/0021_alter_usersettings_timezone.py` (+18 -0) 📝 `app/templates/cotton/transaction/item.html` (+2 -1) 📝 `app/templates/cotton/ui/transactions_fab.html` (+7 -0) 📝 `app/templates/includes/navbar.html` (+3 -1) ➕ `app/templates/quick_transactions/fragments/add.html` (+11 -0) ➕ `app/templates/quick_transactions/fragments/create_menu.html` (+17 -0) ➕ `app/templates/quick_transactions/fragments/edit.html` (+13 -0) ➕ `app/templates/quick_transactions/fragments/list.html` (+59 -0) ➕ `app/templates/quick_transactions/pages/index.html` (+25 -0) </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:42 +01:00
adam closed this issue 2025-12-29 00:19:42 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/WYGIWYH#305