[PR #124] [MERGED] New ttype input #161

Closed
opened 2026-03-03 11:59:11 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: new-ttype-input


📝 Commits (3)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/finmars-platform/finmars-core/pull/124 **Author:** [@falendary](https://github.com/falendary) **Created:** 10/31/2025 **Status:** ✅ Merged **Merged:** 10/31/2025 **Merged by:** [@falendary](https://github.com/falendary) **Base:** `main` ← **Head:** `new-ttype-input` --- ### 📝 Commits (3) - [`a3db138`](https://github.com/finmars-platform/finmars-core/commit/a3db1385d8e34c898da2b0421a70a43cdff5baba) new ttypes - [`3dfe57b`](https://github.com/finmars-platform/finmars-core/commit/3dfe57b2ad41eb4cf4388cdd0c9d50ef16e02bdd) sync - [`2afae7a`](https://github.com/finmars-platform/finmars-core/commit/2afae7a877f92458ff8583a22c885ab5213fdd1c) fix linters ### 📊 Changes **14 files changed** (+176 additions, -22 deletions) <details> <summary>View changed files</summary> 📝 `.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) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 11:59:11 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/finmars-core#161
No description provided.