mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-01-15 21:53:28 +01:00
[PR #22] [MERGED] feat(api): add RecurringTransaction and InstallmentPlan endpoints #114
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/eitchtee/WYGIWYH/pull/22
Author: @eitchtee
Created: 1/5/2025
Status: ✅ Merged
Merged: 1/5/2025
Merged by: @eitchtee
Base:
main← Head:transactions_api📝 Commits (3)
73fe17dfeat(api): add auth permission to all api endpoint091f73bfeat(api): support string name and ids for installmentplan endpoint1b47c12feat(api): add RecurringTransaction and InstallmentPlan endpoints📊 Changes
6 files changed (+92 additions, -8 deletions)
View changed files
📝
app/apps/api/serializers/accounts.py(+5 -0)📝
app/apps/api/serializers/currencies.py(+6 -0)📝
app/apps/api/serializers/dca.py(+6 -0)📝
app/apps/api/serializers/transactions.py(+68 -1)📝
app/apps/api/urls.py(+1 -0)📝
app/apps/api/views/transactions.py(+6 -7)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.