2 Commits
2 ... master

Author SHA1 Message Date
Алексей
4a9bb6370b тест1 2025-05-21 10:17:18 +04:00
Алексей
8a5a1301e8 Работа с реквизитами справочника "Транспорт" 2025-05-21 10:01:45 +04:00
3 changed files with 51 additions and 1 deletions

View File

@@ -0,0 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
<mdclass:Catalog xmlns:mdclass="http://g5.1c.ru/v8/dt/metadata/mdclass" uuid="b199b85d-a299-43b8-aa40-530b4d9c39c2">
<producedTypes>
<objectType typeId="2c408cfa-531e-4a9e-ab69-78d30f8ee5f4" valueTypeId="bcc2036a-0b7c-44f1-baa9-846a81706ea4"/>
<refType typeId="c52e97cc-b2ef-4da3-9522-8d7b8bd02ff3" valueTypeId="7ae4d073-baf7-4158-920b-663143df0e32"/>
<selectionType typeId="f37d3223-587e-4df2-be4a-2c42c31f09e1" valueTypeId="9dad8652-222b-41fe-9bdf-32f621762025"/>
<listType typeId="68ca7a92-bcdd-40c4-b577-ea3ce7fa279b" valueTypeId="23ce4989-394a-470f-b503-f981ade05d7f"/>
<managerType typeId="52a25f2c-d9c0-4ccf-96ce-02498bd5acb0" valueTypeId="4311311a-4e0a-4fe5-aa7c-b944986ee66f"/>
</producedTypes>
<name>Тест</name>
<synonym>
<key>ru</key>
<value>Тест</value>
</synonym>
<useStandardCommands>true</useStandardCommands>
<inputByString>Catalog.Тест.StandardAttribute.Code</inputByString>
<inputByString>Catalog.Тест.StandardAttribute.Description</inputByString>
<fullTextSearchOnInputByString>DontUse</fullTextSearchOnInputByString>
<createOnInput>Use</createOnInput>
<dataLockControlMode>Managed</dataLockControlMode>
<fullTextSearch>Use</fullTextSearch>
<levelCount>2</levelCount>
<foldersOnTop>true</foldersOnTop>
<codeLength>9</codeLength>
<descriptionLength>25</descriptionLength>
<codeType>String</codeType>
<codeAllowedLength>Variable</codeAllowedLength>
<checkUnique>true</checkUnique>
<autonumbering>true</autonumbering>
<defaultPresentation>AsDescription</defaultPresentation>
<editType>InDialog</editType>
<choiceMode>BothWays</choiceMode>
</mdclass:Catalog>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<mdclass:Catalog xmlns:mdclass="http://g5.1c.ru/v8/dt/metadata/mdclass" uuid="3d4df728-2860-40a9-ac63-88bc6b31d245">
<mdclass:Catalog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:core="http://g5.1c.ru/v8/dt/mcore" xmlns:mdclass="http://g5.1c.ru/v8/dt/metadata/mdclass" uuid="3d4df728-2860-40a9-ac63-88bc6b31d245">
<producedTypes>
<objectType typeId="ab8e8176-802b-43fe-99f0-ed5f19e6103f" valueTypeId="c82c9429-d169-4367-85f7-b4b52f1bc1da"/>
<refType typeId="dd56d5b5-3f49-4be2-9b02-1f70dab893cd" valueTypeId="9a17e320-cae9-4c03-acac-2dca7570bb28"/>
@@ -30,4 +30,20 @@
<defaultPresentation>AsDescription</defaultPresentation>
<editType>InDialog</editType>
<choiceMode>BothWays</choiceMode>
<attributes uuid="a4fb441a-6a63-4ba1-9606-a1e8b0f959e0">
<name>Производитель</name>
<synonym>
<key>ru</key>
<value>Производитель</value>
</synonym>
<type>
<types>String</types>
<stringQualifiers/>
</type>
<minValue xsi:type="core:UndefinedValue"/>
<maxValue xsi:type="core:UndefinedValue"/>
<fillValue xsi:type="core:UndefinedValue"/>
<fullTextSearch>Use</fullTextSearch>
<dataHistory>Use</dataHistory>
</attributes>
</mdclass:Catalog>

View File

@@ -40,6 +40,7 @@
</languages>
<catalogs>Catalog.Контрагенты</catalogs>
<catalogs>Catalog.Сотрудники</catalogs>
<catalogs>Catalog.Тест</catalogs>
<catalogs>Catalog.товары</catalogs>
<catalogs>Catalog.Транспорт</catalogs>
</mdclass:Configuration>