mirror of
https://github.com/finmars-platform/finmars-core.git
synced 2026-04-26 06:35:59 +03:00
[GH-ISSUE #161] PMS v1.2.8 #78
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#78
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?
Originally created by @sergeiosipov on GitHub (Jan 23, 2026).
Original GitHub issue: https://github.com/finmars-platform/finmars-core/issues/161
Originally assigned to: @sergeiosipov on GitHub.
PMS v1.2.8:
com.finmars.pms-core&com.finmars.pms-plusv1.2.8com.finmars.standard-workflowv2.2.5ROOT.“Test Portfolio To”inCorewhen importing the template transactions file.Previously, the import created
“Test Portfolio To”, but the only transactions referencing it inCorewere“Transfer Cash”and“Transfer Instrument”, which arePlus-only and therefore booked as unidentified inCore. With no valid transactions for the created portfolio, portfolio history calculation failed.Updated the template transactions for
“Transfer Cash (In)”and“Transfer Instrument (In)”by changing thePortfoliofield from“Test Portfolio”to“Test Portfolio To”, so Core now has valid transactions for that portfolio and history calculation succeeds.com.finmars.standard-workflow-paidv2.1.2ROOT.Previous version: PMS v1.2.7
Next version: PMS v1.2.9
@sergeiosipov commented on GitHub (Jan 23, 2026):
Done