backend-api meta правки текста

This commit is contained in:
AKurakin 2024-06-03 13:58:22 +03:00
parent b30ffe62df
commit 24a911f6fe
3 changed files with 20 additions and 20 deletions

View file

@ -1,6 +1,6 @@
{
"version": "3.11.0.89",
"version": "3.11.0.90",
"enums": {
@ -4894,7 +4894,7 @@
,
"bankAccount": {
"name": "Счета вывода средств из ПРЦ",
"name": "Счета вывода средств",
"destination": "accounting/bank-accounts",
@ -4972,7 +4972,7 @@
,"actions":[
{"method":"post",
"name": "Добавление счета вывода средств из ПРЦ",
"name": "Добавление счета вывода средств",
"confirmation": "currency,bankIdentificationCode,bankName,correspondentAccount,correspondentAccountName,taxpayerIdentificationNumber,taxRegistrationReasonCode,account",
@ -5027,7 +5027,7 @@
,
{"method":"put",
"name": "Изменение счета вывода средств из ПРЦ",
"name": "Изменение счета вывода средств",
"confirmation": "currency,bankIdentificationCode,bankName,correspondentAccount,correspondentAccountName,taxpayerIdentificationNumber,taxRegistrationReasonCode,account",
@ -5082,7 +5082,7 @@
,
{"method":"delete",
"name": "Блокировка счета вывода средств из ПРЦ",
"name": "Блокировка счета вывода средств",
"confirmation": "currency,bankIdentificationCode,correspondentAccount,taxpayerIdentificationNumber,taxRegistrationReasonCode,account",
@ -6134,9 +6134,9 @@
"destination": "MTCR",
"group": "Формирование отчетности",
"group": "Обмен с интеграционными модулями",
"name": "Формирование файлов с МТКР",
"name": "Выгрузка ТКР",
"fields": []
}

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--?xml-stylesheet type="text/xsl" href="\..\corp-reports\src\data\meta\meta.server.xslt"?-->
<meta version="3.11.0.89">
<meta version="3.11.0.90">
<!-- _xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" _xsi:noNamespaceSchemaLocation="file:///E:/d/projects/meta/from/meta.xsd" -->
<!--Здесь словари-->
<enums>
@ -1137,7 +1137,7 @@
</put>
</actions>
</relation>
<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"/>
<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"/>
@ -1155,7 +1155,7 @@
<status field="accountId" type="12" dbname="Код статуса" name="Наименование статуса" shortname="Статус" searchable="true" sortable="true" visible="true" linkKeyCode="id" linkCode="status" link="account" extends="account"/>
<id type="1" name="Идентификатор записи" shortname="ID" searchable="true" sortable="true"/>
<actions>
<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"/>
<bankIdentificationCode type="2" length="255" name="Банковский идентификационный код (БИК)" shortname="БИК" required="true"/>
<bankName type="2" length="255" name="Наименование банка" shortname="Наименование" required="true"/>
@ -1168,7 +1168,7 @@
<companyId type="1" name="Компания" shortname="Компания" link="company" linkCode="shortName" visible="false"/>
<swiftCode type="2" length="255" shortname="SWIFT"/>
</post>
<put name="Изменение счета вывода средств из ПРЦ" confirmation="currency,bankIdentificationCode,bankName,correspondentAccount,correspondentAccountName,taxpayerIdentificationNumber,taxRegistrationReasonCode,account" class="ru.spcex.clearing.backendapi.controller.request.cud.account.BankAccountUpdateAction">
<put name="Изменение счета вывода средств" confirmation="currency,bankIdentificationCode,bankName,correspondentAccount,correspondentAccountName,taxpayerIdentificationNumber,taxRegistrationReasonCode,account" class="ru.spcex.clearing.backendapi.controller.request.cud.account.BankAccountUpdateAction">
<id type="1" name="Идентификатор записи" shortname="ID" link="bankAccount" linkCode="id" required="true"/>
<currency type="12" name="Код валюты" shortname="Валюта" link="currencyCode" linkCode="code"/>
<bankIdentificationCode type="2" length="255" name="Банковский идентификационный код (БИК)" shortname="БИК"/>
@ -1181,7 +1181,7 @@
<destination type="2" length="255" name="Назначение платежа" shortname="Назначение платежа" visible="false"/>
<swiftCode type="2" length="255" shortname="SWIFT"/>
</put>
<delete name="Блокировка счета вывода средств из ПРЦ" confirmation="currency,bankIdentificationCode,correspondentAccount,taxpayerIdentificationNumber,taxRegistrationReasonCode,account" class="ru.spcex.clearing.backendapi.controller.request.cud.common.CommonDeleteAction">
<delete name="Блокировка счета вывода средств" confirmation="currency,bankIdentificationCode,correspondentAccount,taxpayerIdentificationNumber,taxRegistrationReasonCode,account" class="ru.spcex.clearing.backendapi.controller.request.cud.common.CommonDeleteAction">
<id type="1" name="Идентификатор записи" shortname="ID" link="bankAccount" linkCode="id" required="true"/>
</delete>
</actions>
@ -1413,7 +1413,7 @@
</post>
<post destination="CCLR" group="Клиринг" name="Завершение неудачных клиринговых сессий">
</post>
<post destination="MTCR" group="Формирование отчетности" name="Формирование файлов с МТКР">
<post destination="MTCR" group="Обмен с интеграционными модулями" name="Выгрузка ТКР">
</post>
<post destination="LIMC" group="Обмен с Торговой системой" name="Выгрузка в Торговую систему остатков по валют (отправка lim)">
</post>

View file

@ -1,6 +1,6 @@
{
"version": "3.11.0.89",
"version": "3.11.0.90",
"enums": {
@ -4894,7 +4894,7 @@
,
"bankAccount": {
"name": "Счета вывода средств из ПРЦ",
"name": "Счета вывода средств",
"destination": "accounting/bank-accounts",
@ -4972,7 +4972,7 @@
,"actions":[
{"method":"post",
"name": "Добавление счета вывода средств из ПРЦ",
"name": "Добавление счета вывода средств",
"confirmation": "currency,bankIdentificationCode,bankName,correspondentAccount,correspondentAccountName,taxpayerIdentificationNumber,taxRegistrationReasonCode,account",
@ -5027,7 +5027,7 @@
,
{"method":"put",
"name": "Изменение счета вывода средств из ПРЦ",
"name": "Изменение счета вывода средств",
"confirmation": "currency,bankIdentificationCode,bankName,correspondentAccount,correspondentAccountName,taxpayerIdentificationNumber,taxRegistrationReasonCode,account",
@ -5082,7 +5082,7 @@
,
{"method":"delete",
"name": "Блокировка счета вывода средств из ПРЦ",
"name": "Блокировка счета вывода средств",
"confirmation": "currency,bankIdentificationCode,correspondentAccount,taxpayerIdentificationNumber,taxRegistrationReasonCode,account",
@ -6134,9 +6134,9 @@
"destination": "MTCR",
"group": "Формирование отчетности",
"group": "Обмен с интеграционными модулями",
"name": "Формирование файлов с МТКР",
"name": "Выгрузка ТКР",
"fields": []
}