Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

23 MAY 2024 - VERSION 3.1.8.4

Issue/Request

Type

User Guide

Jira Ticket

新现货合同页添加要素 add 7-1 单边

Jira Legacy
serverSystem Jira
serverIda6a5c91f-7975-3c4d-8f2d-6aab593771a8
keyMAF-4714

stock return 退货 enhancement

Jira Legacy
serverSystem Jira
serverIda6a5c91f-7975-3c4d-8f2d-6aab593771a8
keyMAF-4727

20240523 头寸计算有误

20240523 套保比率

Jira Legacy
serverSystem Jira
serverIda6a5c91f-7975-3c4d-8f2d-6aab593771a8
keyMAF-4729

Jira Legacy
serverSystem Jira
serverIda6a5c91f-7975-3c4d-8f2d-6aab593771a8
keyMAF-4730

21 MAY 2024 - VERSION 3.1.8.4

Issue/Request

Type

User Guide

Jira Ticket

stock return 退货 enhancement

added a new column called stock_reason

STOCK_REASON = {
1: 'NORMAL', # 正常
2: 'RETURN' # 退货
}

it is a must column. so for normal insert or edit, please assign 1 to this key. if it is return, assign 2 to this key.

 

to display in FE

  1. not allow to edit

  2. just view only.

Beside testing for stock return (make sure it is RETURN) :
Test
insert/update for stock application
insert/update for stock details
insert/update for back to back stock details

all the action about required stock reason to parse to BE

Jira Legacy
serverSystem Jira
serverIda6a5c91f-7975-3c4d-8f2d-6aab593771a8
keyMAF-4727

...