meta 3.12.0.93 новая версия

This commit is contained in:
AKurakin 2024-06-17 14:53:08 +03:00
parent 39f9544cfb
commit f020153363
3 changed files with 17 additions and 39 deletions

View file

@ -1,6 +1,6 @@
{ {
"version": "3.12.0.92", "version": "3.12.0.93",
"enums": { "enums": {
@ -4918,7 +4918,7 @@
} }
, ,
{"code": "bankName", {"code": "bankName",
"type": 2,"length": 255,"name": "Наименование банка","shortname": "Наименование","searchable": true,"sortable": true,"visible": true "type": 2,"length": 255,"name": "Наименование компании в банке","shortname": "Наименование компании","searchable": true,"sortable": true,"visible": true
} }
, ,
{"code": "correspondentAccount", {"code": "correspondentAccount",
@ -4996,7 +4996,7 @@
} }
, ,
{"code": "bankName", {"code": "bankName",
"type": 2,"length": 255,"name": "Наименование банка","shortname": "Наименование","required": true "type": 2,"length": 255,"name": "Наименование компании в банке","shortname": "Наименование компании","required": true
} }
, ,
{"code": "correspondentAccount", {"code": "correspondentAccount",
@ -5059,7 +5059,7 @@
} }
, ,
{"code": "bankName", {"code": "bankName",
"type": 2,"length": 255,"name": "Наименование банка","shortname": "Наименование" "type": 2,"length": 255,"name": "Наименование компании в банке","shortname": "Наименование компании"
} }
, ,
{"code": "correspondentAccount", {"code": "correspondentAccount",
@ -5887,7 +5887,7 @@
} }
, ,
{"code": "debitLeg_accountId", {"code": "debitLeg_accountId",
"type": 1,"group": "Получатель","name": "Наименование счета получателя","shortname": "Счет получателя","link": "bankAccount","linkCode": "correspondentAccount" "type": 1,"group": "Получатель","name": "Наименование счета получателя","shortname": "Счет получателя","link": "bankAccount","linkCode": "account"
} }
, ,
{"code": "swiftCode", {"code": "swiftCode",
@ -6062,17 +6062,6 @@
"name": "Выгрузка ТКР", "name": "Выгрузка ТКР",
"fields": []
}
,
{"method":"post",
"destination": "LIMC",
"group": "Обмен с Торговой системой",
"name": "Выгрузка в Торговую систему остатков по валют (отправка lim)",
"fields": [] "fields": []
} }
] ]

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!--?xml-stylesheet type="text/xsl" href="\..\corp-reports\src\data\meta\meta.server.xslt"?--> <!--?xml-stylesheet type="text/xsl" href="\..\corp-reports\src\data\meta\meta.server.xslt"?-->
<meta version="3.12.0.92"> <meta version="3.12.0.93">
<!-- _xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" _xsi:noNamespaceSchemaLocation="file:///E:/d/projects/meta/from/meta.xsd" --> <!-- _xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" _xsi:noNamespaceSchemaLocation="file:///E:/d/projects/meta/from/meta.xsd" -->
<!--Здесь словари--> <!--Здесь словари-->
<enums> <enums>
@ -1141,7 +1141,7 @@
<bankAccount name="Счета вывода средств" destination="accounting/bank-accounts" class="ru.clearing.classes.statics.data.account.BankAccount" logUpdates="true" table="bank_account"> <bankAccount name="Счета вывода средств" destination="accounting/bank-accounts" class="ru.clearing.classes.statics.data.account.BankAccount" logUpdates="true" table="bank_account">
<accountId type="1" dbname="Идентификатор счета" name="Номер счета" shortname="Счет" searchable="true" sortable="true" link="account" ignore="true"/> <accountId type="1" dbname="Идентификатор счета" name="Номер счета" shortname="Счет" searchable="true" sortable="true" link="account" ignore="true"/>
<bankIdentificationCode type="2" length="255" name="Банковский идентификационный код (БИК)" shortname="БИК" searchable="true" sortable="true" visible="true"/> <bankIdentificationCode type="2" length="255" name="Банковский идентификационный код (БИК)" shortname="БИК" searchable="true" sortable="true" visible="true"/>
<bankName type="2" length="255" name="Наименование банка" shortname="Наименование" searchable="true" sortable="true" visible="true"/> <bankName type="2" length="255" name="Наименование компании в банке" shortname="Наименование компании" searchable="true" sortable="true" visible="true"/>
<correspondentAccount type="2" length="255" name="Корреспондентский счет" shortname="Корр. счет" searchable="true" sortable="true" visible="true"/> <correspondentAccount type="2" length="255" name="Корреспондентский счет" shortname="Корр. счет" searchable="true" sortable="true" visible="true"/>
<correspondentAccountName type="2" length="255" name="Наименование корреспондентского счета" shortname="Наименование корр. счета" searchable="true" sortable="true" visible="true"/> <correspondentAccountName type="2" length="255" name="Наименование корреспондентского счета" shortname="Наименование корр. счета" searchable="true" sortable="true" visible="true"/>
<currency type="12" dbname="Код валюты" name="Код валюты" shortname="Валюта" searchable="true" sortable="true" visible="true" link="currencyCode" linkCode="code"/> <currency type="12" dbname="Код валюты" name="Код валюты" shortname="Валюта" searchable="true" sortable="true" visible="true" link="currencyCode" linkCode="code"/>
@ -1160,7 +1160,7 @@
<post name="Добавление счета вывода средств" confirmation="currency,bankIdentificationCode,bankName,correspondentAccount,correspondentAccountName,taxpayerIdentificationNumber,taxRegistrationReasonCode,account" class="ru.spcex.clearing.backendapi.controller.request.cud.account.BankAccountNewAction"> <post name="Добавление счета вывода средств" confirmation="currency,bankIdentificationCode,bankName,correspondentAccount,correspondentAccountName,taxpayerIdentificationNumber,taxRegistrationReasonCode,account" class="ru.spcex.clearing.backendapi.controller.request.cud.account.BankAccountNewAction">
<currency type="12" name="Код валюты" shortname="Валюта" required="true" link="currencyCode" linkCode="code"/> <currency type="12" name="Код валюты" shortname="Валюта" required="true" link="currencyCode" linkCode="code"/>
<bankIdentificationCode type="2" length="255" name="Банковский идентификационный код (БИК)" shortname="БИК" required="true"/> <bankIdentificationCode type="2" length="255" name="Банковский идентификационный код (БИК)" shortname="БИК" required="true"/>
<bankName type="2" length="255" name="Наименование банка" shortname="Наименование" required="true"/> <bankName type="2" length="255" name="Наименование компании в банке" shortname="Наименование компании" required="true"/>
<correspondentAccount type="2" length="255" name="Корреспондентский счет" shortname="Корр. счет"/> <correspondentAccount type="2" length="255" name="Корреспондентский счет" shortname="Корр. счет"/>
<correspondentAccountName type="2" length="255" name="Наименование корреспондентского счета" shortname="Наименование корр. счета"/> <correspondentAccountName type="2" length="255" name="Наименование корреспондентского счета" shortname="Наименование корр. счета"/>
<swiftCode type="2" length="255" shortname="SWIFT"/> <swiftCode type="2" length="255" shortname="SWIFT"/>
@ -1175,7 +1175,7 @@
<id type="1" name="Идентификатор записи" shortname="ID" link="bankAccount" linkCode="id" required="true"/> <id type="1" name="Идентификатор записи" shortname="ID" link="bankAccount" linkCode="id" required="true"/>
<currency type="12" name="Код валюты" shortname="Валюта" link="currencyCode" linkCode="code"/> <currency type="12" name="Код валюты" shortname="Валюта" link="currencyCode" linkCode="code"/>
<bankIdentificationCode type="2" length="255" name="Банковский идентификационный код (БИК)" shortname="БИК"/> <bankIdentificationCode type="2" length="255" name="Банковский идентификационный код (БИК)" shortname="БИК"/>
<bankName type="2" length="255" name="Наименование банка" shortname="Наименование"/> <bankName type="2" length="255" name="Наименование компании в банке" shortname="Наименование компании"/>
<correspondentAccount type="2" length="255" name="Корреспондентский счет" shortname="Корр. счет"/> <correspondentAccount type="2" length="255" name="Корреспондентский счет" shortname="Корр. счет"/>
<correspondentAccountName type="2" length="255" name="Наименование корреспондентского счета" shortname="Наименование корр. счета"/> <correspondentAccountName type="2" length="255" name="Наименование корреспондентского счета" shortname="Наименование корр. счета"/>
<swiftCode type="2" length="255" shortname="SWIFT"/> <swiftCode type="2" length="255" shortname="SWIFT"/>
@ -1367,7 +1367,7 @@
<senderId type="1" group="Отправитель" name="Участник отправитель" shortname="Отправитель" link="company" linkCode="shortName" required="true"/> <senderId type="1" group="Отправитель" name="Участник отправитель" shortname="Отправитель" link="company" linkCode="shortName" required="true"/>
<creditLeg_accountId type="1" group="Отправитель" name="Наименование счета отправителя" shortname="Регистр списания" link="account" linkCode="account"/> <creditLeg_accountId type="1" group="Отправитель" name="Наименование счета отправителя" shortname="Регистр списания" link="account" linkCode="account"/>
<addresseeId type="1" group="Получатель" name="Участник получатель" shortname="Получатель" link="company" linkCode="shortName" required="true" enabled="false"/> <addresseeId type="1" group="Получатель" name="Участник получатель" shortname="Получатель" link="company" linkCode="shortName" required="true" enabled="false"/>
<debitLeg_accountId type="1" group="Получатель" name="Наименование счета получателя" shortname="Счет получателя" link="bankAccount" linkCode="correspondentAccount"/> <debitLeg_accountId type="1" group="Получатель" name="Наименование счета получателя" shortname="Счет получателя" link="bankAccount" linkCode="account"/>
<swiftCode type="2" length="255" group="Получатель" shortname="SWIFT" enabled="false"/> <swiftCode type="2" length="255" group="Получатель" shortname="SWIFT" enabled="false"/>
</post> </post>
<post destination="GTRD" group="Обмен с Торговой системой" name="Получение сделок из Торговой системы"> <post destination="GTRD" group="Обмен с Торговой системой" name="Получение сделок из Торговой системы">
@ -1402,8 +1402,8 @@
</post> </post>
<post destination="MTCR" group="Обмен с интеграционными модулями" name="Выгрузка ТКР"> <post destination="MTCR" group="Обмен с интеграционными модулями" name="Выгрузка ТКР">
</post> </post>
<post destination="LIMC" group="Обмен с Торговой системой" name="Выгрузка в Торговую систему остатков по валют (отправка lim)"> <!-- <post destination="LIMC" group="Обмен с Торговой системой" name="Выгрузка в Торговую систему остатков по валют (отправка lim)">-->
</post> <!-- </post>-->
</actions> </actions>
</launcher> </launcher>
<session name="Клиринговые сессии" destination="sessions" historyDestination="history" class="ru.clearing.classes.statics.data.misc.Session" logUpdates="true" table="session"> <session name="Клиринговые сессии" destination="sessions" historyDestination="history" class="ru.clearing.classes.statics.data.misc.Session" logUpdates="true" table="session">

View file

@ -1,6 +1,6 @@
{ {
"version": "3.12.0.92", "version": "3.12.0.93",
"enums": { "enums": {
@ -4918,7 +4918,7 @@
} }
, ,
{"code": "bankName", {"code": "bankName",
"type": 2,"length": 255,"name": "Наименование банка","shortname": "Наименование","searchable": true,"sortable": true,"visible": true "type": 2,"length": 255,"name": "Наименование компании в банке","shortname": "Наименование компании","searchable": true,"sortable": true,"visible": true
} }
, ,
{"code": "correspondentAccount", {"code": "correspondentAccount",
@ -4996,7 +4996,7 @@
} }
, ,
{"code": "bankName", {"code": "bankName",
"type": 2,"length": 255,"name": "Наименование банка","shortname": "Наименование","required": true "type": 2,"length": 255,"name": "Наименование компании в банке","shortname": "Наименование компании","required": true
} }
, ,
{"code": "correspondentAccount", {"code": "correspondentAccount",
@ -5059,7 +5059,7 @@
} }
, ,
{"code": "bankName", {"code": "bankName",
"type": 2,"length": 255,"name": "Наименование банка","shortname": "Наименование" "type": 2,"length": 255,"name": "Наименование компании в банке","shortname": "Наименование компании"
} }
, ,
{"code": "correspondentAccount", {"code": "correspondentAccount",
@ -5887,7 +5887,7 @@
} }
, ,
{"code": "debitLeg_accountId", {"code": "debitLeg_accountId",
"type": 1,"group": "Получатель","name": "Наименование счета получателя","shortname": "Счет получателя","link": "bankAccount","linkCode": "correspondentAccount" "type": 1,"group": "Получатель","name": "Наименование счета получателя","shortname": "Счет получателя","link": "bankAccount","linkCode": "account"
} }
, ,
{"code": "swiftCode", {"code": "swiftCode",
@ -6062,17 +6062,6 @@
"name": "Выгрузка ТКР", "name": "Выгрузка ТКР",
"fields": []
}
,
{"method":"post",
"destination": "LIMC",
"group": "Обмен с Торговой системой",
"name": "Выгрузка в Торговую систему остатков по валют (отправка lim)",
"fields": [] "fields": []
} }
] ]