mirror of
https://github.com/finmars-platform/finmars-core.git
synced 2026-04-26 06:35:59 +03:00
[PR #124] [MERGED] New ttype input #161
Labels
No labels
BackEnd
FrontEnd
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/finmars-core#161
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/finmars-platform/finmars-core/pull/124
Author: @falendary
Created: 10/31/2025
Status: ✅ Merged
Merged: 10/31/2025
Merged by: @falendary
Base:
main← Head:new-ttype-input📝 Commits (3)
a3db138new ttypes3dfe57bsync2afae7afix linters📊 Changes
14 files changed (+176 additions, -22 deletions)
View changed files
📝
.gitignore(+2 -0)➕
poms/clients/fields.py(+6 -0)📝
poms/clients/serializers.py(+2 -2)📝
poms/clients/views.py(+3 -3)📝
poms/common/authentication.py(+1 -1)📝
poms/expressions_engine/formula.py(+6 -0)📝
poms/portfolios/serializers.py(+2 -2)📝
poms/transactions/fields.py(+25 -0)📝
poms/transactions/handlers.py(+49 -9)➕
poms/transactions/migrations/0039_alter_transactiontypeinput_value_type.py(+18 -0)📝
poms/transactions/models.py(+2 -0)📝
poms/transactions/serializers.py(+35 -5)📝
poms/transactions/utils.py(+19 -0)➕
poms/vault/fields.py(+6 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.