[PR #66] [MERGED] feat: add new /add/ endpoint for quickly adding new transactions #151

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

📋 Pull Request Information

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

Base: mainHead: dev


📝 Commits (1)

  • 0857b44 feat: add new /add/ endpoint for quickly adding new transactions

📊 Changes

5 files changed (+113 additions, -3 deletions)

View changed files

📝 app/WYGIWYH/settings.py (+7 -1)
📝 app/apps/transactions/forms.py (+42 -2)
📝 app/apps/transactions/urls.py (+5 -0)
📝 app/apps/transactions/views/transactions.py (+44 -0)
app/templates/transactions/pages/add.html (+15 -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/66 **Author:** [@eitchtee](https://github.com/eitchtee) **Created:** 1/25/2025 **Status:** ✅ Merged **Merged:** 1/25/2025 **Merged by:** [@eitchtee](https://github.com/eitchtee) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (1) - [`0857b44`](https://github.com/eitchtee/WYGIWYH/commit/0857b44fc33c74aabacce00e9143f8bbdf1fa68c) feat: add new /add/ endpoint for quickly adding new transactions ### 📊 Changes **5 files changed** (+113 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `app/WYGIWYH/settings.py` (+7 -1) 📝 `app/apps/transactions/forms.py` (+42 -2) 📝 `app/apps/transactions/urls.py` (+5 -0) 📝 `app/apps/transactions/views/transactions.py` (+44 -0) ➕ `app/templates/transactions/pages/add.html` (+15 -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-28 23:26:33 +01:00
adam closed this issue 2025-12-28 23:26:33 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/WYGIWYH#151