mirror of
https://github.com/1C-Company/v8-code-style.git
synced 2025-03-06 08:49:34 +02:00
parent
5f736c7f8e
commit
1f4c291075
@ -5,6 +5,8 @@
|
|||||||
|
|
||||||
## 0.2.0
|
## 0.2.0
|
||||||
|
|
||||||
|
Выпуск бета-версии для 1C:EDT 2021.3
|
||||||
|
|
||||||
### Новые фичи
|
### Новые фичи
|
||||||
|
|
||||||
### Новые проверки
|
### Новые проверки
|
||||||
|
17
README.md
17
README.md
@ -36,19 +36,20 @@
|
|||||||
|
|
||||||
| Версия | P2-репозиторий | ZIP-архив репозитория |
|
| Версия | P2-репозиторий | ZIP-архив репозитория |
|
||||||
|--------|----------------|-----------------------|
|
|--------|----------------|-----------------------|
|
||||||
|
| 0.2.0 для 1C:EDT 2021.3 | https://edt.1c.ru/downloads/releases/plugins/v8-code-style/edt-2021.3/0.2.0/repo/ | https://edt.1c.ru/downloads/releases/plugins/v8-code-style/edt-2021.3/0.2.0/repo.zip |
|
||||||
| 0.1.0 для 1C:EDT 2021.2 | https://edt.1c.ru/downloads/releases/plugins/v8-code-style/edt-2021.2/0.1.0/repo/ | https://edt.1c.ru/downloads/releases/plugins/v8-code-style/edt-2021.2/0.1.0/repo.zip |
|
| 0.1.0 для 1C:EDT 2021.2 | https://edt.1c.ru/downloads/releases/plugins/v8-code-style/edt-2021.2/0.1.0/repo/ | https://edt.1c.ru/downloads/releases/plugins/v8-code-style/edt-2021.2/0.1.0/repo.zip |
|
||||||
|
|
||||||
|
|
||||||
Далее для установки нужно выполнить следующие действия:
|
Далее для установки нужно выполнить следующие действия:
|
||||||
|
|
||||||
- В среде разработки 1C:Enterprise Development Tools (EDT) выберите пункт меню Help – Install New Software (Справка – Установить новое ПО).
|
- В среде разработки 1C:Enterprise Development Tools (EDT) выберите пункт меню `Help – Install New Software` (`Справка – Установить новое ПО`).
|
||||||
- В открывшемся окне мастера установки в строке Work with воспользуйтесь кнопкой Add… и укажите расположение репозитория.
|
- В открывшемся окне мастера установки в строке `Work with` воспользуйтесь кнопкой `Add…` и укажите расположение репозитория.
|
||||||
- Если установка производится непосредственно из репозитория, опубликованного на серверах фирмы 1С, то скопируйте указанный адрес репозитория
|
- Если установка производится непосредственно из репозитория, опубликованного на серверах фирмы 1С, то скопируйте указанный адрес репозитория
|
||||||
- Если установка производится из локальной папки, то воспользуйтесь кнопкой Local.. и далее по кнопке Local укажите папку, в которую распакован репозиторий.
|
- Если установка производится из локальной папки, то воспользуйтесь кнопкой `Local..` и далее по кнопке `Local` укажите папку, в которую распакован репозиторий.
|
||||||
- Отметьте компонент `1C:Code style V8` и нажмите кнопку Next>
|
- Отметьте компонент `1C:Code style V8` и нажмите кнопку `Next>`
|
||||||
- На следующем шаге система определит зависимости и сформирует окончательный список библиотек к установке, после этого нажмите кнопку Next>
|
- На следующем шаге система определит зависимости и сформирует окончательный список библиотек к установке, после этого нажмите кнопку `Next>`
|
||||||
- Прочитайте и примите условия лицензионного соглашения и нажмите кнопку Finish
|
- Прочитайте и примите условия лицензионного соглашения и нажмите кнопку `Finish`
|
||||||
- Дождитесь окончания установки и перезапустите среду 1C:Enterprise Development Tools. Установка завершена.
|
- Дождитесь окончания установки и перезапустите среду `1C:Enterprise Development Tools`. Установка завершена.
|
||||||
|
|
||||||
|
|
||||||
## Участие в проекте
|
## Участие в проекте
|
||||||
@ -61,4 +62,4 @@
|
|||||||
|
|
||||||
## Лицензия
|
## Лицензия
|
||||||
|
|
||||||
[Лицензирование расширений размещенных в данном проекте осуществляется на условиях свободной (открытой) лицензии Eclipse Public License - v 2.0 (полный текст лицензии - https://www.eclipse.org/legal/epl-2.0/)](docs/contributing/licensing.md)
|
[Лицензирование расширений размещенных в данном проекте осуществляется на условиях свободной (открытой) лицензии Eclipse Public License - v 2.0](docs/contributing/licensing.md) (полный текст лицензии - https://www.eclipse.org/legal/epl-2.0/)
|
||||||
|
@ -22,7 +22,7 @@ Import-Package: com._1c.g5.v8.bm.core;version="[7.5.0,8.0.0)",
|
|||||||
com._1c.g5.v8.dt.bsl.comment;version="[3.0.0,4.0.0)",
|
com._1c.g5.v8.dt.bsl.comment;version="[3.0.0,4.0.0)",
|
||||||
com._1c.g5.v8.dt.bsl.common;version="[6.0.0,7.0.0)",
|
com._1c.g5.v8.dt.bsl.common;version="[6.0.0,7.0.0)",
|
||||||
com._1c.g5.v8.dt.bsl.documentation.comment;version="[3.0.0,4.0.0)",
|
com._1c.g5.v8.dt.bsl.documentation.comment;version="[3.0.0,4.0.0)",
|
||||||
com._1c.g5.v8.dt.bsl.model;version="[4.0.0,5.0.0)",
|
com._1c.g5.v8.dt.bsl.model;version="[5.0.0,6.0.0)",
|
||||||
com._1c.g5.v8.dt.bsl.ui.editor;version="[8.0.0,9.0.0)",
|
com._1c.g5.v8.dt.bsl.ui.editor;version="[8.0.0,9.0.0)",
|
||||||
com._1c.g5.v8.dt.bsl.util;version="[7.0.0,8.0.0)",
|
com._1c.g5.v8.dt.bsl.util;version="[7.0.0,8.0.0)",
|
||||||
com._1c.g5.v8.dt.common;version="[6.0.0,7.0.0)",
|
com._1c.g5.v8.dt.common;version="[6.0.0,7.0.0)",
|
||||||
|
@ -19,7 +19,7 @@ Import-Package: com._1c.g5.v8.bm.core;version="[7.0.0,8.0.0)",
|
|||||||
com._1c.g5.v8.dt.bsl.common;version="[6.0.0,7.0.0)",
|
com._1c.g5.v8.dt.bsl.common;version="[6.0.0,7.0.0)",
|
||||||
com._1c.g5.v8.dt.bsl.contextdef;version="[2.0.0,3.0.0)",
|
com._1c.g5.v8.dt.bsl.contextdef;version="[2.0.0,3.0.0)",
|
||||||
com._1c.g5.v8.dt.bsl.documentation.comment;version="[3.0.0,4.0.0)",
|
com._1c.g5.v8.dt.bsl.documentation.comment;version="[3.0.0,4.0.0)",
|
||||||
com._1c.g5.v8.dt.bsl.model;version="[4.0.0,5.0.0)",
|
com._1c.g5.v8.dt.bsl.model;version="[5.0.0,6.0.0)",
|
||||||
com._1c.g5.v8.dt.bsl.model.util;version="[4.0.0,5.0.0)",
|
com._1c.g5.v8.dt.bsl.model.util;version="[4.0.0,5.0.0)",
|
||||||
com._1c.g5.v8.dt.bsl.resource;version="[13.0.0,14.0.0)",
|
com._1c.g5.v8.dt.bsl.resource;version="[13.0.0,14.0.0)",
|
||||||
com._1c.g5.v8.dt.bsl.typesystem;version="[9.0.0,10.0.0)",
|
com._1c.g5.v8.dt.bsl.typesystem;version="[9.0.0,10.0.0)",
|
||||||
@ -27,7 +27,7 @@ Import-Package: com._1c.g5.v8.bm.core;version="[7.0.0,8.0.0)",
|
|||||||
com._1c.g5.v8.dt.bsl.util;version="[7.0.0,8.0.0)",
|
com._1c.g5.v8.dt.bsl.util;version="[7.0.0,8.0.0)",
|
||||||
com._1c.g5.v8.dt.common;version="[6.0.0,7.0.0)",
|
com._1c.g5.v8.dt.common;version="[6.0.0,7.0.0)",
|
||||||
com._1c.g5.v8.dt.core.platform;version="[10.0.0,11.0.0)",
|
com._1c.g5.v8.dt.core.platform;version="[10.0.0,11.0.0)",
|
||||||
com._1c.g5.v8.dt.form.model;version="[9.0.0,10.0.0)",
|
com._1c.g5.v8.dt.form.model;version="[10.0.0,11.0.0)",
|
||||||
com._1c.g5.v8.dt.lcore.util;version="[2.0.0,3.0.0)",
|
com._1c.g5.v8.dt.lcore.util;version="[2.0.0,3.0.0)",
|
||||||
com._1c.g5.v8.dt.mcore;version="[6.0.0,7.0.0)",
|
com._1c.g5.v8.dt.mcore;version="[6.0.0,7.0.0)",
|
||||||
com._1c.g5.v8.dt.mcore.util;version="[3.6.0,4.0.0)",
|
com._1c.g5.v8.dt.mcore.util;version="[3.6.0,4.0.0)",
|
||||||
@ -37,8 +37,8 @@ Import-Package: com._1c.g5.v8.bm.core;version="[7.0.0,8.0.0)",
|
|||||||
com._1c.g5.wiring;version="[2.0.0,3.0.0)",
|
com._1c.g5.wiring;version="[2.0.0,3.0.0)",
|
||||||
com._1c.g5.wiring.binder;version="[1.0.0,2.0.0)",
|
com._1c.g5.wiring.binder;version="[1.0.0,2.0.0)",
|
||||||
com.e1c.g5.v8.dt.bsl.check;version="[1.0.0,2.0.0)",
|
com.e1c.g5.v8.dt.bsl.check;version="[1.0.0,2.0.0)",
|
||||||
com.e1c.g5.v8.dt.check;version="[1.0.0,2.0.0)",
|
com.e1c.g5.v8.dt.check;version="[2.0.0,3.0.0)",
|
||||||
com.e1c.g5.v8.dt.check.components;version="[1.0.0,2.0.0)",
|
com.e1c.g5.v8.dt.check.components;version="[2.0.0,3.0.0)",
|
||||||
com.e1c.g5.v8.dt.check.settings;version="[1.0.0,2.0.0)"
|
com.e1c.g5.v8.dt.check.settings;version="[2.0.0,3.0.0)"
|
||||||
Export-Package: com.e1c.v8codestyle.bsl;version="0.2.0",
|
Export-Package: com.e1c.v8codestyle.bsl;version="0.2.0",
|
||||||
com.e1c.v8codestyle.bsl.strict;version="0.2.0"
|
com.e1c.v8codestyle.bsl.strict;version="0.2.0"
|
||||||
|
@ -15,14 +15,14 @@ Bundle-Localization: plugin
|
|||||||
Import-Package: com._1c.g5.v8.bm.core;version="[7.5.0,8.0.0)",
|
Import-Package: com._1c.g5.v8.bm.core;version="[7.5.0,8.0.0)",
|
||||||
com._1c.g5.v8.dt.common;version="[6.0.0,7.0.0)",
|
com._1c.g5.v8.dt.common;version="[6.0.0,7.0.0)",
|
||||||
com._1c.g5.v8.dt.core.platform;version="[10.4.0,11.0.0)",
|
com._1c.g5.v8.dt.core.platform;version="[10.4.0,11.0.0)",
|
||||||
com._1c.g5.v8.dt.form.model;version="[9.0.0,10.0.0)",
|
com._1c.g5.v8.dt.form.model;version="[10.0.0,11.0.0)",
|
||||||
com._1c.g5.v8.dt.form.service.datasourceinfo;version="[3.0.0,4.0.0)",
|
com._1c.g5.v8.dt.form.service.datasourceinfo;version="[3.0.0,4.0.0)",
|
||||||
com._1c.g5.v8.dt.mcore;version="[6.0.0,7.0.0)",
|
com._1c.g5.v8.dt.mcore;version="[6.0.0,7.0.0)",
|
||||||
com._1c.g5.v8.dt.metadata.mdclass;version="[8.0.0,9.0.0)",
|
com._1c.g5.v8.dt.metadata.mdclass;version="[8.0.0,9.0.0)",
|
||||||
com._1c.g5.wiring;version="[2.2.0,3.0.0)",
|
com._1c.g5.wiring;version="[2.2.0,3.0.0)",
|
||||||
com._1c.g5.wiring.binder;version="[1.1.0,2.0.0)",
|
com._1c.g5.wiring.binder;version="[1.1.0,2.0.0)",
|
||||||
com.e1c.g5.v8.dt.check;version="[1.0.0,2.0.0)",
|
com.e1c.g5.v8.dt.check;version="[2.0.0,3.0.0)",
|
||||||
com.e1c.g5.v8.dt.check.components;version="[1.0.0,2.0.0)",
|
com.e1c.g5.v8.dt.check.components;version="[2.0.0,3.0.0)",
|
||||||
com.e1c.g5.v8.dt.check.settings;version="[1.0.0,2.0.0)",
|
com.e1c.g5.v8.dt.check.settings;version="[2.0.0,3.0.0)",
|
||||||
com.google.common.base;version="[27.1.0,28.0.0)",
|
com.google.common.base;version="[27.1.0,28.0.0)",
|
||||||
com.google.inject;version="[1.3.0,2.0.0)"
|
com.google.inject;version="[1.3.0,2.0.0)"
|
||||||
|
@ -26,10 +26,6 @@
|
|||||||
category="com.e1c.v8codestyle.form"
|
category="com.e1c.v8codestyle.form"
|
||||||
class="com.e1c.v8codestyle.internal.form.ExecutableExtensionFactory:com.e1c.v8codestyle.form.check.InputFieldListChoiceMode">
|
class="com.e1c.v8codestyle.internal.form.ExecutableExtensionFactory:com.e1c.v8codestyle.form.check.InputFieldListChoiceMode">
|
||||||
</check>
|
</check>
|
||||||
<check
|
|
||||||
category="com.e1c.v8codestyle.form"
|
|
||||||
class="com.e1c.v8codestyle.internal.form.ExecutableExtensionFactory:com.e1c.v8codestyle.form.check.DataPathReferredObjectCheck">
|
|
||||||
</check>
|
|
||||||
</extension>
|
</extension>
|
||||||
|
|
||||||
</plugin>
|
</plugin>
|
||||||
|
@ -1,166 +0,0 @@
|
|||||||
/*******************************************************************************
|
|
||||||
* Copyright (C) 2021, 1C-Soft LLC and others.
|
|
||||||
*
|
|
||||||
* This program and the accompanying materials are made
|
|
||||||
* available under the terms of the Eclipse Public License 2.0
|
|
||||||
* which is available at https://www.eclipse.org/legal/epl-2.0/
|
|
||||||
*
|
|
||||||
* SPDX-License-Identifier: EPL-2.0
|
|
||||||
*
|
|
||||||
* Contributors:
|
|
||||||
* 1C-Soft LLC - initial API and implementation
|
|
||||||
*******************************************************************************/
|
|
||||||
package com.e1c.v8codestyle.form.check;
|
|
||||||
|
|
||||||
import static com._1c.g5.v8.dt.form.model.FormPackage.Literals.ABSTRACT_DATA_PATH;
|
|
||||||
import static com._1c.g5.v8.dt.form.model.FormPackage.Literals.ABSTRACT_DATA_PATH__EXTRA_PATHS;
|
|
||||||
import static com._1c.g5.v8.dt.form.model.FormPackage.Literals.ABSTRACT_DATA_PATH__OBJECTS;
|
|
||||||
import static com._1c.g5.v8.dt.form.model.FormPackage.Literals.ABSTRACT_DATA_PATH__SEGMENTS;
|
|
||||||
import static com._1c.g5.v8.dt.form.model.FormPackage.Literals.FORM;
|
|
||||||
|
|
||||||
import java.text.MessageFormat;
|
|
||||||
import java.util.HashSet;
|
|
||||||
import java.util.Set;
|
|
||||||
|
|
||||||
import org.eclipse.core.runtime.IProgressMonitor;
|
|
||||||
import org.eclipse.emf.ecore.EObject;
|
|
||||||
import org.eclipse.emf.ecore.EReference;
|
|
||||||
|
|
||||||
import com._1c.g5.v8.dt.common.Functions;
|
|
||||||
import com._1c.g5.v8.dt.form.model.AbstractDataPath;
|
|
||||||
import com._1c.g5.v8.dt.form.model.DataPathReferredObject;
|
|
||||||
import com._1c.g5.v8.dt.form.model.Form;
|
|
||||||
import com._1c.g5.v8.dt.form.model.MultiLanguageDataPath;
|
|
||||||
import com._1c.g5.v8.dt.form.model.PropertyInfo;
|
|
||||||
import com._1c.g5.v8.dt.form.service.datasourceinfo.IDataSourceInfoAssociationService;
|
|
||||||
import com.e1c.g5.v8.dt.check.CheckComplexity;
|
|
||||||
import com.e1c.g5.v8.dt.check.ICheckParameters;
|
|
||||||
import com.e1c.g5.v8.dt.check.components.BasicCheck;
|
|
||||||
import com.e1c.g5.v8.dt.check.settings.IssueSeverity;
|
|
||||||
import com.e1c.g5.v8.dt.check.settings.IssueType;
|
|
||||||
import com.google.inject.Inject;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Checks that each segment of {@link Form} item data-path has referred object.
|
|
||||||
*
|
|
||||||
* @author Dmitriy Marmyshev
|
|
||||||
*/
|
|
||||||
public class DataPathReferredObjectCheck
|
|
||||||
extends BasicCheck
|
|
||||||
{
|
|
||||||
|
|
||||||
private static final String CHECK_ID = "form-data-path"; //$NON-NLS-1$
|
|
||||||
|
|
||||||
private IDataSourceInfoAssociationService dataSourceInfoAssociationService;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Instantiates a new instance of check of data path referred object check.
|
|
||||||
*
|
|
||||||
* @param dataSourceInfoAssociationService the data source info association service, cannot be {@code null}.
|
|
||||||
*/
|
|
||||||
@Inject
|
|
||||||
public DataPathReferredObjectCheck(IDataSourceInfoAssociationService dataSourceInfoAssociationService)
|
|
||||||
{
|
|
||||||
super();
|
|
||||||
this.dataSourceInfoAssociationService = dataSourceInfoAssociationService;
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public String getCheckId()
|
|
||||||
{
|
|
||||||
return CHECK_ID;
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
protected void configureCheck(CheckConfigurer builder)
|
|
||||||
{
|
|
||||||
builder.title(Messages.DataPathReferredObjectCheck_title)
|
|
||||||
.description(Messages.DataPathReferredObjectCheck_description)
|
|
||||||
.complexity(CheckComplexity.NORMAL)
|
|
||||||
.severity(IssueSeverity.MAJOR)
|
|
||||||
.issueType(IssueType.ERROR)
|
|
||||||
.topObject(FORM)
|
|
||||||
.containment(ABSTRACT_DATA_PATH)
|
|
||||||
.features(ABSTRACT_DATA_PATH__SEGMENTS, ABSTRACT_DATA_PATH__EXTRA_PATHS, ABSTRACT_DATA_PATH__OBJECTS);
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
protected void check(Object object, ResultAcceptor resultAceptor, ICheckParameters parameters,
|
|
||||||
IProgressMonitor monitor)
|
|
||||||
{
|
|
||||||
if (object instanceof MultiLanguageDataPath)
|
|
||||||
{
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
AbstractDataPath dataPath = (AbstractDataPath)object;
|
|
||||||
|
|
||||||
if (dataPath.getSegments().isEmpty())
|
|
||||||
{
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
Set<Integer> foundSegmentObjects = new HashSet<>();
|
|
||||||
for (DataPathReferredObject refObject : dataPath.getObjects())
|
|
||||||
{
|
|
||||||
if (monitor.isCanceled())
|
|
||||||
{
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
int segmentIndex = refObject.getSegmentIdx();
|
|
||||||
if (segmentIndex > -1 && refObject.getObject() != null)
|
|
||||||
{
|
|
||||||
foundSegmentObjects.add(segmentIndex);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
if (monitor.isCanceled() || dataPath.getSegments().size() == foundSegmentObjects.size())
|
|
||||||
{
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
Form form = (Form)dataPath.bmGetTopObject();
|
|
||||||
PropertyInfo found = dataSourceInfoAssociationService.findPropertyInfo(form, dataPath);
|
|
||||||
if (found != null)
|
|
||||||
{
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
for (int i = 0; i < dataPath.getSegments().size(); i++)
|
|
||||||
{
|
|
||||||
if (monitor.isCanceled())
|
|
||||||
{
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
String segment = dataPath.getSegments().get(i);
|
|
||||||
if (!foundSegmentObjects.contains(i))
|
|
||||||
{
|
|
||||||
String propertyName = getCotainingPropertyPresentation(dataPath);
|
|
||||||
String message = MessageFormat.format(Messages.DataPathReferredObjectCheck_message, propertyName,
|
|
||||||
String.join(".", dataPath.getSegments()), i + 1, segment); //$NON-NLS-1$
|
|
||||||
|
|
||||||
resultAceptor.addIssue(message, ABSTRACT_DATA_PATH__SEGMENTS);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
private String getCotainingPropertyPresentation(AbstractDataPath dataPath)
|
|
||||||
{
|
|
||||||
EObject parent = dataPath;
|
|
||||||
if (dataPath.eContainer() instanceof MultiLanguageDataPath)
|
|
||||||
{
|
|
||||||
parent = dataPath.eContainer();
|
|
||||||
}
|
|
||||||
EReference feature = parent.eContainmentFeature();
|
|
||||||
|
|
||||||
if (feature != null)
|
|
||||||
{
|
|
||||||
return Functions.featureToLabel().apply(feature);
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
return Messages.DataPathReferredObjectCheck_Data_path;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
@ -22,10 +22,6 @@ final class Messages
|
|||||||
extends NLS
|
extends NLS
|
||||||
{
|
{
|
||||||
private static final String BUNDLE_NAME = "com.e1c.v8codestyle.form.check.messages"; //$NON-NLS-1$
|
private static final String BUNDLE_NAME = "com.e1c.v8codestyle.form.check.messages"; //$NON-NLS-1$
|
||||||
public static String DataPathReferredObjectCheck_Data_path;
|
|
||||||
public static String DataPathReferredObjectCheck_description;
|
|
||||||
public static String DataPathReferredObjectCheck_message;
|
|
||||||
public static String DataPathReferredObjectCheck_title;
|
|
||||||
public static String InputFieldListChoiceMode_description;
|
public static String InputFieldListChoiceMode_description;
|
||||||
public static String InputFieldListChoiceMode_Form_input_field_the_list_choice_mode_not_set_with_filled_choice_list;
|
public static String InputFieldListChoiceMode_Form_input_field_the_list_choice_mode_not_set_with_filled_choice_list;
|
||||||
public static String InputFieldListChoiceMode_title;
|
public static String InputFieldListChoiceMode_title;
|
||||||
|
@ -12,13 +12,6 @@
|
|||||||
# Contributors:
|
# Contributors:
|
||||||
# 1C-Soft LLC - initial API and implementation
|
# 1C-Soft LLC - initial API and implementation
|
||||||
###############################################################################
|
###############################################################################
|
||||||
DataPathReferredObjectCheck_Data_path = Data path
|
|
||||||
|
|
||||||
DataPathReferredObjectCheck_message=Property "{0}" has incorrect value "{1}": {2} segment "{3}" referred to unknown object
|
|
||||||
|
|
||||||
DataPathReferredObjectCheck_description = Checks that each segment of Form item data-path referred to existing object
|
|
||||||
|
|
||||||
DataPathReferredObjectCheck_title = Form object data path referred to existing object for each segment
|
|
||||||
|
|
||||||
InputFieldListChoiceMode_Form_input_field_the_list_choice_mode_not_set_with_filled_choice_list = Form input field the "list choice mode" not set with filled choice list
|
InputFieldListChoiceMode_Form_input_field_the_list_choice_mode_not_set_with_filled_choice_list = Form input field the "list choice mode" not set with filled choice list
|
||||||
|
|
||||||
|
@ -13,14 +13,6 @@
|
|||||||
###############################################################################
|
###############################################################################
|
||||||
#Generated by ResourceBundle Editor (http://essiembre.github.io/eclipse-rbe/)
|
#Generated by ResourceBundle Editor (http://essiembre.github.io/eclipse-rbe/)
|
||||||
|
|
||||||
DataPathReferredObjectCheck_Data_path = Путь к данным
|
|
||||||
|
|
||||||
DataPathReferredObjectCheck_message = Свойство "{0}" имеет некоректное значение "{1}": {2} сегмент "{3}" ссылается на неизвестный объект
|
|
||||||
|
|
||||||
DataPathReferredObjectCheck_description = Проверяет что каждый сегмент пути к данным элемента формы ссылается на существующий объект.
|
|
||||||
|
|
||||||
DataPathReferredObjectCheck_title = Путь к данным объекта формы ссылается на существующий объект в каждом сегменте пути
|
|
||||||
|
|
||||||
InputFieldListChoiceMode_Form_input_field_the_list_choice_mode_not_set_with_filled_choice_list = У поля ввода формы с заполненным списком выбора отключено свойство "Режим выбора из списка"
|
InputFieldListChoiceMode_Form_input_field_the_list_choice_mode_not_set_with_filled_choice_list = У поля ввода формы с заполненным списком выбора отключено свойство "Режим выбора из списка"
|
||||||
|
|
||||||
InputFieldListChoiceMode_description = Проверяет, что поле ввода содержит корректный режим ввыбора из списка, если список выбора заполнен
|
InputFieldListChoiceMode_description = Проверяет, что поле ввода содержит корректный режим ввыбора из списка, если список выбора заполнен
|
||||||
|
@ -19,10 +19,10 @@ Import-Package: com._1c.g5.v8.bm.core;version="[7.0.0,8.0.0)",
|
|||||||
com._1c.g5.v8.dt.metadata.mdclass.util;version="[5.0.0,6.0.0)",
|
com._1c.g5.v8.dt.metadata.mdclass.util;version="[5.0.0,6.0.0)",
|
||||||
com._1c.g5.wiring;version="[2.2.0,3.0.0)",
|
com._1c.g5.wiring;version="[2.2.0,3.0.0)",
|
||||||
com._1c.g5.wiring.binder;version="[1.1.0,2.0.0)",
|
com._1c.g5.wiring.binder;version="[1.1.0,2.0.0)",
|
||||||
com.e1c.g5.v8.dt.check;version="[1.0.0,2.0.0)",
|
com.e1c.g5.v8.dt.check;version="[2.0.0,3.0.0)",
|
||||||
com.e1c.g5.v8.dt.check.components;version="[1.0.0,2.0.0)",
|
com.e1c.g5.v8.dt.check.components;version="[2.0.0,3.0.0)",
|
||||||
com.e1c.g5.v8.dt.check.ext;version="[1.0.0,2.0.0)",
|
com.e1c.g5.v8.dt.check.ext;version="[1.0.0,2.0.0)",
|
||||||
com.e1c.g5.v8.dt.check.settings;version="[1.0.0,2.0.0)",
|
com.e1c.g5.v8.dt.check.settings;version="[2.0.0,3.0.0)",
|
||||||
com.google.common.base;version="[27.0.0,28.0.0)",
|
com.google.common.base;version="[27.0.0,28.0.0)",
|
||||||
com.google.inject;version="[1.3.0,2.0.0)"
|
com.google.inject;version="[1.3.0,2.0.0)"
|
||||||
Export-Package: com.e1c.v8codestyle.md;version="0.2.0"
|
Export-Package: com.e1c.v8codestyle.md;version="0.2.0"
|
||||||
|
@ -22,8 +22,8 @@ Import-Package: com._1c.g5.v8.bm.core;version="[7.0.0,8.0.0)",
|
|||||||
com._1c.g5.v8.dt.ql.typesystem;version="5.0.0",
|
com._1c.g5.v8.dt.ql.typesystem;version="5.0.0",
|
||||||
com._1c.g5.wiring;version="[2.2.0,3.0.0)",
|
com._1c.g5.wiring;version="[2.2.0,3.0.0)",
|
||||||
com._1c.g5.wiring.binder;version="[1.1.0,2.0.0)",
|
com._1c.g5.wiring.binder;version="[1.1.0,2.0.0)",
|
||||||
com.e1c.g5.v8.dt.check;version="[1.0.0,2.0.0)",
|
com.e1c.g5.v8.dt.check;version="[2.0.0,3.0.0)",
|
||||||
com.e1c.g5.v8.dt.check.components;version="[1.0.0,2.0.0)",
|
com.e1c.g5.v8.dt.check.components;version="[2.0.0,3.0.0)",
|
||||||
com.e1c.g5.v8.dt.check.settings;version="1.0.0",
|
com.e1c.g5.v8.dt.check.settings;version="1.0.0",
|
||||||
com.e1c.g5.v8.dt.ql.check;version="[1.0.0,2.0.0)",
|
com.e1c.g5.v8.dt.ql.check;version="[1.0.0,2.0.0)",
|
||||||
com.google.inject;version="[1.3.0,2.0.0)"
|
com.google.inject;version="[1.3.0,2.0.0)"
|
||||||
|
@ -25,9 +25,9 @@ Import-Package: com._1c.g5.v8.bm.core;version="[7.0.0,8.0.0)",
|
|||||||
com._1c.g5.v8.dt.rights.model.util;version="[6.0.0,7.0.0)",
|
com._1c.g5.v8.dt.rights.model.util;version="[6.0.0,7.0.0)",
|
||||||
com._1c.g5.wiring;version="[2.2.0,3.0.0)",
|
com._1c.g5.wiring;version="[2.2.0,3.0.0)",
|
||||||
com._1c.g5.wiring.binder;version="[1.1.0,2.0.0)",
|
com._1c.g5.wiring.binder;version="[1.1.0,2.0.0)",
|
||||||
com.e1c.g5.v8.dt.check;version="[1.0.0,2.0.0)",
|
com.e1c.g5.v8.dt.check;version="[2.0.0,3.0.0)",
|
||||||
com.e1c.g5.v8.dt.check.components;version="[1.0.0,2.0.0)",
|
com.e1c.g5.v8.dt.check.components;version="[2.0.0,3.0.0)",
|
||||||
com.e1c.g5.v8.dt.check.context;version="[1.0.0,2.0.0)",
|
com.e1c.g5.v8.dt.check.context;version="[2.0.0,3.0.0)",
|
||||||
com.e1c.g5.v8.dt.check.ext;version="[1.0.0,2.0.0)",
|
com.e1c.g5.v8.dt.check.ext;version="[1.0.0,2.0.0)",
|
||||||
com.e1c.g5.v8.dt.check.settings;version="[1.0.0,2.0.0)",
|
com.e1c.g5.v8.dt.check.settings;version="[2.0.0,3.0.0)",
|
||||||
com.google.inject;version="[1.3.0,2.0.0)"
|
com.google.inject;version="[1.3.0,2.0.0)"
|
||||||
|
@ -10,7 +10,7 @@ Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.18.0,4.0.0)"
|
|||||||
Bundle-RequiredExecutionEnvironment: JavaSE-11
|
Bundle-RequiredExecutionEnvironment: JavaSE-11
|
||||||
Automatic-Module-Name: com.e1c.v8codestyle
|
Automatic-Module-Name: com.e1c.v8codestyle
|
||||||
Bundle-ActivationPolicy: lazy
|
Bundle-ActivationPolicy: lazy
|
||||||
Import-Package: com.e1c.g5.v8.dt.check;version="[1.0.0,2.0.0)",
|
Import-Package: com.e1c.g5.v8.dt.check;version="[2.0.0,3.0.0)",
|
||||||
com._1c.g5.wiring;version="[2.2.0,3.0.0)",
|
com._1c.g5.wiring;version="[2.2.0,3.0.0)",
|
||||||
com._1c.g5.wiring.binder;version="[1.1.0,2.0.0)",
|
com._1c.g5.wiring.binder;version="[1.1.0,2.0.0)",
|
||||||
com.google.inject;version="[1.3.0,2.0.0)"
|
com.google.inject;version="[1.3.0,2.0.0)"
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
<!-- EDT -->
|
<!-- EDT -->
|
||||||
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="slicer" includeSource="true" type="InstallableUnit">
|
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="slicer" includeSource="true" type="InstallableUnit">
|
||||||
<repository id="dt_repository" location="https://edt.1c.ru/downloads/releases/ruby/2021.2/"/>
|
<repository id="dt_repository" location="https://edt.1c.ru/downloads/releases/ruby/2021.3/"/>
|
||||||
<unit id="com._1c.g5.aef.feature.feature.group" version="0.0.0"/>
|
<unit id="com._1c.g5.aef.feature.feature.group" version="0.0.0"/>
|
||||||
<unit id="com._1c.g5.commons.feature.group" version="0.0.0"/>
|
<unit id="com._1c.g5.commons.feature.group" version="0.0.0"/>
|
||||||
<unit id="com._1c.g5.edt.license.feature.group" version="0.0.0"/>
|
<unit id="com._1c.g5.edt.license.feature.group" version="0.0.0"/>
|
||||||
|
@ -9,8 +9,8 @@ Automatic-Module-Name: com.e1c.v8codestyle.md.itests
|
|||||||
Bundle-RequiredExecutionEnvironment: JavaSE-11
|
Bundle-RequiredExecutionEnvironment: JavaSE-11
|
||||||
Bundle-Localization: fragment
|
Bundle-Localization: fragment
|
||||||
Import-Package: com._1c.g5.v8.dt.core.platform;version="[10.0.0,11.0.0)",
|
Import-Package: com._1c.g5.v8.dt.core.platform;version="[10.0.0,11.0.0)",
|
||||||
com._1c.g5.v8.dt.form.model;version="[9.0.0,10.0.0)",
|
com._1c.g5.v8.dt.form.model;version="[10.0.0,11.0.0)",
|
||||||
com._1c.g5.v8.dt.testing;version="[3.1.0,4.0.0)",
|
com._1c.g5.v8.dt.testing;version="[3.1.0,4.0.0)",
|
||||||
com._1c.g5.v8.dt.validation.marker;version="[4.0.0,5.0.0)",
|
com._1c.g5.v8.dt.validation.marker;version="[5.0.0,6.0.0)",
|
||||||
com.e1c.g5.v8.dt.testing.check;version="[1.0.0,2.0.0)",
|
com.e1c.g5.v8.dt.testing.check;version="[1.0.0,2.0.0)",
|
||||||
org.junit;version="[4.13.0,5.0.0)"
|
org.junit;version="[4.13.0,5.0.0)"
|
||||||
|
@ -62,13 +62,9 @@ public class ModuleStructureTopRegionCheckTest
|
|||||||
updateModule(FOLDER_RESOURCE + "module-structure-sub-region.bsl");
|
updateModule(FOLDER_RESOURCE + "module-structure-sub-region.bsl");
|
||||||
|
|
||||||
List<Marker> markers = getModuleMarkers();
|
List<Marker> markers = getModuleMarkers();
|
||||||
assertEquals(2, markers.size());
|
assertEquals(1, markers.size());
|
||||||
Marker marker = markers.get(0);
|
Marker marker = markers.get(0);
|
||||||
assertEquals("14", marker.getExtraInfo().get(IExtraInfoKeys.TEXT_EXTRA_INFO_LINE_KEY));
|
assertEquals("14", marker.getExtraInfo().get(IExtraInfoKeys.TEXT_EXTRA_INFO_LINE_KEY));
|
||||||
// FIXME remove after marker duplication fix
|
|
||||||
marker = markers.get(1);
|
|
||||||
assertEquals("14", marker.getExtraInfo().get(IExtraInfoKeys.TEXT_EXTRA_INFO_LINE_KEY));
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -48,13 +48,9 @@ public class RegionEmptyCheckTest
|
|||||||
updateModule(FOLDER_RESOURCE + "region-empty.bsl");
|
updateModule(FOLDER_RESOURCE + "region-empty.bsl");
|
||||||
|
|
||||||
List<Marker> markers = getModuleMarkers();
|
List<Marker> markers = getModuleMarkers();
|
||||||
assertEquals(2, markers.size());
|
assertEquals(1, markers.size());
|
||||||
Marker marker = markers.get(0);
|
Marker marker = markers.get(0);
|
||||||
assertEquals("2", marker.getExtraInfo().get(IExtraInfoKeys.TEXT_EXTRA_INFO_LINE_KEY));
|
assertEquals("2", marker.getExtraInfo().get(IExtraInfoKeys.TEXT_EXTRA_INFO_LINE_KEY));
|
||||||
// FIXME remove after marker duplication fix
|
|
||||||
marker = markers.get(1);
|
|
||||||
assertEquals("2", marker.getExtraInfo().get(IExtraInfoKeys.TEXT_EXTRA_INFO_LINE_KEY));
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -68,13 +64,9 @@ public class RegionEmptyCheckTest
|
|||||||
updateModule(FOLDER_RESOURCE + "region-empty-after.bsl");
|
updateModule(FOLDER_RESOURCE + "region-empty-after.bsl");
|
||||||
|
|
||||||
List<Marker> markers = getModuleMarkers();
|
List<Marker> markers = getModuleMarkers();
|
||||||
assertEquals(2, markers.size());
|
assertEquals(1, markers.size());
|
||||||
Marker marker = markers.get(0);
|
Marker marker = markers.get(0);
|
||||||
assertEquals("10", marker.getExtraInfo().get(IExtraInfoKeys.TEXT_EXTRA_INFO_LINE_KEY));
|
assertEquals("10", marker.getExtraInfo().get(IExtraInfoKeys.TEXT_EXTRA_INFO_LINE_KEY));
|
||||||
// FIXME remove after marker duplication fix
|
|
||||||
marker = markers.get(1);
|
|
||||||
assertEquals("10", marker.getExtraInfo().get(IExtraInfoKeys.TEXT_EXTRA_INFO_LINE_KEY));
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -88,13 +80,9 @@ public class RegionEmptyCheckTest
|
|||||||
updateModule(FOLDER_RESOURCE + "region-empty-before.bsl");
|
updateModule(FOLDER_RESOURCE + "region-empty-before.bsl");
|
||||||
|
|
||||||
List<Marker> markers = getModuleMarkers();
|
List<Marker> markers = getModuleMarkers();
|
||||||
assertEquals(2, markers.size());
|
assertEquals(1, markers.size());
|
||||||
Marker marker = markers.get(0);
|
Marker marker = markers.get(0);
|
||||||
assertEquals("2", marker.getExtraInfo().get(IExtraInfoKeys.TEXT_EXTRA_INFO_LINE_KEY));
|
assertEquals("2", marker.getExtraInfo().get(IExtraInfoKeys.TEXT_EXTRA_INFO_LINE_KEY));
|
||||||
// FIXME remove after marker duplication fix
|
|
||||||
marker = markers.get(1);
|
|
||||||
assertEquals("2", marker.getExtraInfo().get(IExtraInfoKeys.TEXT_EXTRA_INFO_LINE_KEY));
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -108,13 +96,9 @@ public class RegionEmptyCheckTest
|
|||||||
updateModule(FOLDER_RESOURCE + "region-empty-sub-region.bsl");
|
updateModule(FOLDER_RESOURCE + "region-empty-sub-region.bsl");
|
||||||
|
|
||||||
List<Marker> markers = getModuleMarkers();
|
List<Marker> markers = getModuleMarkers();
|
||||||
assertEquals(2, markers.size());
|
assertEquals(1, markers.size());
|
||||||
Marker marker = markers.get(0);
|
Marker marker = markers.get(0);
|
||||||
assertEquals("4", marker.getExtraInfo().get(IExtraInfoKeys.TEXT_EXTRA_INFO_LINE_KEY));
|
assertEquals("4", marker.getExtraInfo().get(IExtraInfoKeys.TEXT_EXTRA_INFO_LINE_KEY));
|
||||||
// FIXME remove after marker duplication fix
|
|
||||||
marker = markers.get(1);
|
|
||||||
assertEquals("4", marker.getExtraInfo().get(IExtraInfoKeys.TEXT_EXTRA_INFO_LINE_KEY));
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -46,6 +46,16 @@ import com._1c.g5.v8.dt.metadata.mdclass.CommonModule;
|
|||||||
import com._1c.g5.v8.dt.validation.marker.IExtraInfoKeys;
|
import com._1c.g5.v8.dt.validation.marker.IExtraInfoKeys;
|
||||||
import com._1c.g5.v8.dt.validation.marker.Marker;
|
import com._1c.g5.v8.dt.validation.marker.Marker;
|
||||||
import com.e1c.g5.v8.dt.testing.check.CheckTestBase;
|
import com.e1c.g5.v8.dt.testing.check.CheckTestBase;
|
||||||
|
import com.e1c.v8codestyle.bsl.strict.check.DocCommentFieldTypeCheck;
|
||||||
|
import com.e1c.v8codestyle.bsl.strict.check.DynamicFeatureAccessMethodNotFoundCheck;
|
||||||
|
import com.e1c.v8codestyle.bsl.strict.check.DynamicFeatureAccessTypeCheck;
|
||||||
|
import com.e1c.v8codestyle.bsl.strict.check.FunctionCtorReturnSectionCheck;
|
||||||
|
import com.e1c.v8codestyle.bsl.strict.check.FunctionReturnTypeCheck;
|
||||||
|
import com.e1c.v8codestyle.bsl.strict.check.InvocationParamIntersectionCheck;
|
||||||
|
import com.e1c.v8codestyle.bsl.strict.check.MethodParamTypeCheck;
|
||||||
|
import com.e1c.v8codestyle.bsl.strict.check.SimpleStatementTypeCheck;
|
||||||
|
import com.e1c.v8codestyle.bsl.strict.check.StructureCtorValueTypeCheck;
|
||||||
|
import com.e1c.v8codestyle.bsl.strict.check.VariableTypeCheck;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Tests of strict types system in BSL module.
|
* Tests of strict types system in BSL module.
|
||||||
@ -200,9 +210,7 @@ public class CommonModuleStrictTypesTest
|
|||||||
assertEquals(3, methods.size());
|
assertEquals(3, methods.size());
|
||||||
|
|
||||||
List<Marker> markers = getMarters(checkId, module);
|
List<Marker> markers = getMarters(checkId, module);
|
||||||
|
assertEquals(1, markers.size());
|
||||||
// FIXME check-system duplicates issues
|
|
||||||
assertEquals(2, markers.size());
|
|
||||||
|
|
||||||
String uriToProblem = EcoreUtil.getURI(methods.get(0)).toString();
|
String uriToProblem = EcoreUtil.getURI(methods.get(0)).toString();
|
||||||
|
|
||||||
@ -210,10 +218,6 @@ public class CommonModuleStrictTypesTest
|
|||||||
assertEquals("3", marker.getExtraInfo().get(IExtraInfoKeys.TEXT_EXTRA_INFO_LINE_KEY));
|
assertEquals("3", marker.getExtraInfo().get(IExtraInfoKeys.TEXT_EXTRA_INFO_LINE_KEY));
|
||||||
assertEquals(uriToProblem, marker.getExtraInfo().get(IExtraInfoKeys.TEXT_EXTRA_INFO_URI_TO_PROBLEM_KEY));
|
assertEquals(uriToProblem, marker.getExtraInfo().get(IExtraInfoKeys.TEXT_EXTRA_INFO_URI_TO_PROBLEM_KEY));
|
||||||
|
|
||||||
marker = markers.get(1);
|
|
||||||
assertEquals("3", marker.getExtraInfo().get(IExtraInfoKeys.TEXT_EXTRA_INFO_LINE_KEY));
|
|
||||||
assertEquals(uriToProblem, marker.getExtraInfo().get(IExtraInfoKeys.TEXT_EXTRA_INFO_URI_TO_PROBLEM_KEY));
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -233,20 +237,13 @@ public class CommonModuleStrictTypesTest
|
|||||||
assertEquals(2, methods.size());
|
assertEquals(2, methods.size());
|
||||||
|
|
||||||
List<Marker> markers = getMarters(checkId, module);
|
List<Marker> markers = getMarters(checkId, module);
|
||||||
|
assertEquals(1, markers.size());
|
||||||
// FIXME check-system duplicates issues
|
|
||||||
assertEquals(2, markers.size());
|
|
||||||
|
|
||||||
String uriToProblem = EcoreUtil.getURI(methods.get(0).getFormalParams().get(0)).toString();
|
String uriToProblem = EcoreUtil.getURI(methods.get(0).getFormalParams().get(0)).toString();
|
||||||
|
|
||||||
Marker marker = markers.get(0);
|
Marker marker = markers.get(0);
|
||||||
assertEquals("3", marker.getExtraInfo().get(IExtraInfoKeys.TEXT_EXTRA_INFO_LINE_KEY));
|
assertEquals("3", marker.getExtraInfo().get(IExtraInfoKeys.TEXT_EXTRA_INFO_LINE_KEY));
|
||||||
assertEquals(uriToProblem, marker.getExtraInfo().get(IExtraInfoKeys.TEXT_EXTRA_INFO_URI_TO_PROBLEM_KEY));
|
assertEquals(uriToProblem, marker.getExtraInfo().get(IExtraInfoKeys.TEXT_EXTRA_INFO_URI_TO_PROBLEM_KEY));
|
||||||
|
|
||||||
marker = markers.get(1);
|
|
||||||
assertEquals("3", marker.getExtraInfo().get(IExtraInfoKeys.TEXT_EXTRA_INFO_LINE_KEY));
|
|
||||||
assertEquals(uriToProblem, marker.getExtraInfo().get(IExtraInfoKeys.TEXT_EXTRA_INFO_URI_TO_PROBLEM_KEY));
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -266,9 +263,7 @@ public class CommonModuleStrictTypesTest
|
|||||||
assertEquals(2, dynamicMethods.size());
|
assertEquals(2, dynamicMethods.size());
|
||||||
|
|
||||||
List<Marker> markers = getMarters(checkId, module);
|
List<Marker> markers = getMarters(checkId, module);
|
||||||
|
assertEquals(1, markers.size());
|
||||||
// FIXME check-system duplicates issues
|
|
||||||
assertEquals(2, markers.size());
|
|
||||||
|
|
||||||
String uriToProblem = EcoreUtil.getURI(dynamicMethods.get(0)).toString();
|
String uriToProblem = EcoreUtil.getURI(dynamicMethods.get(0)).toString();
|
||||||
|
|
||||||
@ -276,10 +271,6 @@ public class CommonModuleStrictTypesTest
|
|||||||
assertEquals("5", marker.getExtraInfo().get(IExtraInfoKeys.TEXT_EXTRA_INFO_LINE_KEY));
|
assertEquals("5", marker.getExtraInfo().get(IExtraInfoKeys.TEXT_EXTRA_INFO_LINE_KEY));
|
||||||
assertEquals(uriToProblem, marker.getExtraInfo().get(IExtraInfoKeys.TEXT_EXTRA_INFO_URI_TO_PROBLEM_KEY));
|
assertEquals(uriToProblem, marker.getExtraInfo().get(IExtraInfoKeys.TEXT_EXTRA_INFO_URI_TO_PROBLEM_KEY));
|
||||||
|
|
||||||
marker = markers.get(0);
|
|
||||||
assertEquals("5", marker.getExtraInfo().get(IExtraInfoKeys.TEXT_EXTRA_INFO_LINE_KEY));
|
|
||||||
assertEquals(uriToProblem, marker.getExtraInfo().get(IExtraInfoKeys.TEXT_EXTRA_INFO_URI_TO_PROBLEM_KEY));
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -299,20 +290,13 @@ public class CommonModuleStrictTypesTest
|
|||||||
assertEquals(2, dynamicProperties.size());
|
assertEquals(2, dynamicProperties.size());
|
||||||
|
|
||||||
List<Marker> markers = getMarters(checkId, module);
|
List<Marker> markers = getMarters(checkId, module);
|
||||||
|
assertEquals(1, markers.size());
|
||||||
// FIXME check-system duplicates issues
|
|
||||||
assertEquals(2, markers.size());
|
|
||||||
|
|
||||||
String uriToProblem = EcoreUtil.getURI(dynamicProperties.get(0)).toString();
|
String uriToProblem = EcoreUtil.getURI(dynamicProperties.get(0)).toString();
|
||||||
|
|
||||||
Marker marker = markers.get(0);
|
Marker marker = markers.get(0);
|
||||||
assertEquals("5", marker.getExtraInfo().get(IExtraInfoKeys.TEXT_EXTRA_INFO_LINE_KEY));
|
assertEquals("5", marker.getExtraInfo().get(IExtraInfoKeys.TEXT_EXTRA_INFO_LINE_KEY));
|
||||||
assertEquals(uriToProblem, marker.getExtraInfo().get(IExtraInfoKeys.TEXT_EXTRA_INFO_URI_TO_PROBLEM_KEY));
|
assertEquals(uriToProblem, marker.getExtraInfo().get(IExtraInfoKeys.TEXT_EXTRA_INFO_URI_TO_PROBLEM_KEY));
|
||||||
|
|
||||||
marker = markers.get(0);
|
|
||||||
assertEquals("5", marker.getExtraInfo().get(IExtraInfoKeys.TEXT_EXTRA_INFO_LINE_KEY));
|
|
||||||
assertEquals(uriToProblem, marker.getExtraInfo().get(IExtraInfoKeys.TEXT_EXTRA_INFO_URI_TO_PROBLEM_KEY));
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -332,9 +316,7 @@ public class CommonModuleStrictTypesTest
|
|||||||
assertEquals(2, statements.size());
|
assertEquals(2, statements.size());
|
||||||
|
|
||||||
List<Marker> markers = getMarters(checkId, module);
|
List<Marker> markers = getMarters(checkId, module);
|
||||||
|
assertEquals(1, markers.size());
|
||||||
// FIXME check-system duplicates issues
|
|
||||||
assertEquals(2, markers.size());
|
|
||||||
|
|
||||||
String uriToProblem = EcoreUtil.getURI(statements.get(0)).toString();
|
String uriToProblem = EcoreUtil.getURI(statements.get(0)).toString();
|
||||||
|
|
||||||
@ -342,10 +324,6 @@ public class CommonModuleStrictTypesTest
|
|||||||
assertEquals("6", marker.getExtraInfo().get(IExtraInfoKeys.TEXT_EXTRA_INFO_LINE_KEY));
|
assertEquals("6", marker.getExtraInfo().get(IExtraInfoKeys.TEXT_EXTRA_INFO_LINE_KEY));
|
||||||
assertEquals(uriToProblem, marker.getExtraInfo().get(IExtraInfoKeys.TEXT_EXTRA_INFO_URI_TO_PROBLEM_KEY));
|
assertEquals(uriToProblem, marker.getExtraInfo().get(IExtraInfoKeys.TEXT_EXTRA_INFO_URI_TO_PROBLEM_KEY));
|
||||||
|
|
||||||
marker = markers.get(0);
|
|
||||||
assertEquals("6", marker.getExtraInfo().get(IExtraInfoKeys.TEXT_EXTRA_INFO_LINE_KEY));
|
|
||||||
assertEquals(uriToProblem, marker.getExtraInfo().get(IExtraInfoKeys.TEXT_EXTRA_INFO_URI_TO_PROBLEM_KEY));
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -364,16 +342,11 @@ public class CommonModuleStrictTypesTest
|
|||||||
Module module = updateAndGetModule(resourceName);
|
Module module = updateAndGetModule(resourceName);
|
||||||
|
|
||||||
List<Marker> markers = getMarters(checkId, module);
|
List<Marker> markers = getMarters(checkId, module);
|
||||||
|
assertEquals(1, markers.size());
|
||||||
// FIXME check-system duplicates issues
|
|
||||||
assertEquals(2, markers.size());
|
|
||||||
|
|
||||||
Marker marker = markers.get(0);
|
Marker marker = markers.get(0);
|
||||||
assertEquals("6", marker.getExtraInfo().get(IExtraInfoKeys.TEXT_EXTRA_INFO_LINE_KEY));
|
assertEquals("6", marker.getExtraInfo().get(IExtraInfoKeys.TEXT_EXTRA_INFO_LINE_KEY));
|
||||||
|
|
||||||
marker = markers.get(0);
|
|
||||||
assertEquals("6", marker.getExtraInfo().get(IExtraInfoKeys.TEXT_EXTRA_INFO_LINE_KEY));
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -13,7 +13,7 @@ Import-Package: com._1c.g5.v8.bm.integration;version="[9.1.0,10.0.0)",
|
|||||||
com._1c.g5.v8.dt.mcore;version="[6.3.0,7.0.0)",
|
com._1c.g5.v8.dt.mcore;version="[6.3.0,7.0.0)",
|
||||||
com._1c.g5.v8.dt.metadata.mdclass;version="[8.7.0,9.0.0)",
|
com._1c.g5.v8.dt.metadata.mdclass;version="[8.7.0,9.0.0)",
|
||||||
com._1c.g5.v8.dt.testing;version="[3.1.0,4.0.0)",
|
com._1c.g5.v8.dt.testing;version="[3.1.0,4.0.0)",
|
||||||
com._1c.g5.v8.dt.validation.marker;version="[4.0.0,5.0.0)",
|
com._1c.g5.v8.dt.validation.marker;version="[5.0.0,6.0.0)",
|
||||||
com.e1c.g5.v8.dt.testing.check;version="[1.0.0,2.0.0)",
|
com.e1c.g5.v8.dt.testing.check;version="[1.0.0,2.0.0)",
|
||||||
org.junit;version="[4.13.0,5.0.0)"
|
org.junit;version="[4.13.0,5.0.0)"
|
||||||
Require-Bundle: org.eclipse.core.resources;bundle-version="[3.13.0,4.0.0)"
|
Require-Bundle: org.eclipse.core.resources;bundle-version="[3.13.0,4.0.0)"
|
||||||
|
@ -1,230 +0,0 @@
|
|||||||
/*******************************************************************************
|
|
||||||
* Copyright (C) 2021, 1C-Soft LLC and others.
|
|
||||||
*
|
|
||||||
* This program and the accompanying materials are made
|
|
||||||
* available under the terms of the Eclipse Public License 2.0
|
|
||||||
* which is available at https://www.eclipse.org/legal/epl-2.0/
|
|
||||||
*
|
|
||||||
* SPDX-License-Identifier: EPL-2.0
|
|
||||||
*
|
|
||||||
* Contributors:
|
|
||||||
* 1C-Soft LLC - initial API and implementation
|
|
||||||
*******************************************************************************/
|
|
||||||
package com.e1c.v8codestyle.form.check.itests;
|
|
||||||
|
|
||||||
import static org.junit.Assert.assertNotNull;
|
|
||||||
import static org.junit.Assert.assertNull;
|
|
||||||
import static org.junit.Assert.assertTrue;
|
|
||||||
|
|
||||||
import org.eclipse.emf.common.util.TreeIterator;
|
|
||||||
import org.eclipse.emf.ecore.EObject;
|
|
||||||
import org.junit.Test;
|
|
||||||
|
|
||||||
import com._1c.g5.v8.bm.core.IBmObject;
|
|
||||||
import com._1c.g5.v8.dt.core.platform.IDtProject;
|
|
||||||
import com._1c.g5.v8.dt.form.model.AbstractDataPath;
|
|
||||||
import com._1c.g5.v8.dt.form.model.Form;
|
|
||||||
import com._1c.g5.v8.dt.form.model.FormField;
|
|
||||||
import com._1c.g5.v8.dt.form.model.FormItem;
|
|
||||||
import com._1c.g5.v8.dt.form.model.Table;
|
|
||||||
import com._1c.g5.v8.dt.validation.marker.Marker;
|
|
||||||
import com.e1c.g5.v8.dt.testing.check.SingleProjectReadOnlyCheckTestBase;
|
|
||||||
import com.e1c.v8codestyle.form.check.DataPathReferredObjectCheck;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Tests for {@link DataPathReferredObjectCheck} check.
|
|
||||||
*
|
|
||||||
* @author Dmitriy Marmyshev
|
|
||||||
*/
|
|
||||||
public class DataPathReferredObjectCheckTest
|
|
||||||
extends SingleProjectReadOnlyCheckTestBase
|
|
||||||
{
|
|
||||||
|
|
||||||
private static final String CHECK_ID = "form-data-path";
|
|
||||||
|
|
||||||
private static final String PROJECT_NAME = "FormDataPath";
|
|
||||||
|
|
||||||
private static final String FQN_FORM = "CommonForm.ListForm.Form";
|
|
||||||
|
|
||||||
private static final String FQN_FORM2 = "Catalog.Products.Form.ListForm.Form";
|
|
||||||
|
|
||||||
private static final String FQN_FORM3 = "Catalog.Products.Form.ItemForm.Form";
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Test the dynamic list form with custom query finds data path to unknown field that not exist in query text
|
|
||||||
*
|
|
||||||
* @throws Exception the exception
|
|
||||||
*/
|
|
||||||
@Test
|
|
||||||
public void testDynamicListFormWithCustomQuery() throws Exception
|
|
||||||
{
|
|
||||||
IDtProject dtProject = dtProjectManager.getDtProject(PROJECT_NAME);
|
|
||||||
assertNotNull(dtProject);
|
|
||||||
|
|
||||||
IBmObject object = getTopObjectByFqn(FQN_FORM, dtProject);
|
|
||||||
assertTrue(object instanceof Form);
|
|
||||||
Form form = (Form)object;
|
|
||||||
|
|
||||||
FormItem item = getItemByName(form, "List");
|
|
||||||
assertTrue(item instanceof Table);
|
|
||||||
|
|
||||||
AbstractDataPath dataPath = ((Table)item).getDataPath();
|
|
||||||
|
|
||||||
Marker marker = getFirstMarker(CHECK_ID, dataPath, dtProject);
|
|
||||||
assertNull(marker);
|
|
||||||
|
|
||||||
item = getItemByName(form, "ListField1");
|
|
||||||
assertTrue(item instanceof FormField);
|
|
||||||
|
|
||||||
dataPath = ((FormField)item).getDataPath();
|
|
||||||
|
|
||||||
marker = getFirstMarker(CHECK_ID, dataPath, dtProject);
|
|
||||||
assertNull(marker);
|
|
||||||
|
|
||||||
item = getItemByName(form, "ListField2");
|
|
||||||
assertTrue(item instanceof FormField);
|
|
||||||
|
|
||||||
dataPath = ((FormField)item).getDataPath();
|
|
||||||
|
|
||||||
marker = getFirstMarker(CHECK_ID, dataPath, dtProject);
|
|
||||||
assertNotNull(marker);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Test the dynamic list form with main table finds data path to unknown field that not exist in the object
|
|
||||||
*
|
|
||||||
* @throws Exception the exception
|
|
||||||
*/
|
|
||||||
@Test
|
|
||||||
public void testListFormWithMainTable() throws Exception
|
|
||||||
{
|
|
||||||
IDtProject dtProject = dtProjectManager.getDtProject(PROJECT_NAME);
|
|
||||||
assertNotNull(dtProject);
|
|
||||||
|
|
||||||
IBmObject object = getTopObjectByFqn(FQN_FORM2, dtProject);
|
|
||||||
assertTrue(object instanceof Form);
|
|
||||||
Form form = (Form)object;
|
|
||||||
|
|
||||||
FormItem item = getItemByName(form, "List");
|
|
||||||
assertTrue(item instanceof Table);
|
|
||||||
|
|
||||||
AbstractDataPath dataPath = ((Table)item).getDataPath();
|
|
||||||
|
|
||||||
Marker marker = getFirstMarker(CHECK_ID, dataPath, dtProject);
|
|
||||||
assertNull(marker);
|
|
||||||
|
|
||||||
dataPath = ((Table)item).getRowPictureDataPath();
|
|
||||||
|
|
||||||
marker = getFirstMarker(CHECK_ID, dataPath, dtProject);
|
|
||||||
assertNull(marker);
|
|
||||||
|
|
||||||
item = getItemByName(form, "Ref");
|
|
||||||
assertTrue(item instanceof FormField);
|
|
||||||
|
|
||||||
dataPath = ((FormField)item).getDataPath();
|
|
||||||
|
|
||||||
marker = getFirstMarker(CHECK_ID, dataPath, dtProject);
|
|
||||||
assertNull(marker);
|
|
||||||
|
|
||||||
item = getItemByName(form, "Code");
|
|
||||||
assertTrue(item instanceof FormField);
|
|
||||||
|
|
||||||
dataPath = ((FormField)item).getDataPath();
|
|
||||||
|
|
||||||
marker = getFirstMarker(CHECK_ID, dataPath, dtProject);
|
|
||||||
assertNull(marker);
|
|
||||||
|
|
||||||
item = getItemByName(form, "SKU");
|
|
||||||
assertTrue(item instanceof FormField);
|
|
||||||
|
|
||||||
dataPath = ((FormField)item).getDataPath();
|
|
||||||
|
|
||||||
marker = getFirstMarker(CHECK_ID, dataPath, dtProject);
|
|
||||||
assertNull(marker);
|
|
||||||
|
|
||||||
item = getItemByName(form, "Unknown");
|
|
||||||
assertTrue(item instanceof FormField);
|
|
||||||
|
|
||||||
dataPath = ((FormField)item).getDataPath();
|
|
||||||
|
|
||||||
marker = getFirstMarker(CHECK_ID, dataPath, dtProject);
|
|
||||||
assertNotNull(marker);
|
|
||||||
|
|
||||||
item = getItemByName(form, "Current");
|
|
||||||
assertTrue(item instanceof FormField);
|
|
||||||
|
|
||||||
dataPath = ((FormField)item).getDataPath();
|
|
||||||
|
|
||||||
marker = getFirstMarker(CHECK_ID, dataPath, dtProject);
|
|
||||||
assertNull(marker);
|
|
||||||
|
|
||||||
item = getItemByName(form, "CurrentUnknown");
|
|
||||||
assertTrue(item instanceof FormField);
|
|
||||||
|
|
||||||
dataPath = ((FormField)item).getDataPath();
|
|
||||||
|
|
||||||
marker = getFirstMarker(CHECK_ID, dataPath, dtProject);
|
|
||||||
assertNotNull(marker);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Test the object form finds data path to unknown field that not exist in the object
|
|
||||||
*
|
|
||||||
* @throws Exception the exception
|
|
||||||
*/
|
|
||||||
@Test
|
|
||||||
public void testItemForm() throws Exception
|
|
||||||
{
|
|
||||||
IDtProject dtProject = dtProjectManager.getDtProject(PROJECT_NAME);
|
|
||||||
assertNotNull(dtProject);
|
|
||||||
|
|
||||||
IBmObject object = getTopObjectByFqn(FQN_FORM3, dtProject);
|
|
||||||
assertTrue(object instanceof Form);
|
|
||||||
Form form = (Form)object;
|
|
||||||
|
|
||||||
FormItem item = getItemByName(form, "Code");
|
|
||||||
assertTrue(item instanceof FormField);
|
|
||||||
|
|
||||||
AbstractDataPath dataPath = ((FormField)item).getDataPath();
|
|
||||||
|
|
||||||
Marker marker = getFirstMarker(CHECK_ID, dataPath, dtProject);
|
|
||||||
assertNull(marker);
|
|
||||||
|
|
||||||
item = getItemByName(form, "SKU");
|
|
||||||
assertTrue(item instanceof FormField);
|
|
||||||
|
|
||||||
dataPath = ((FormField)item).getDataPath();
|
|
||||||
|
|
||||||
marker = getFirstMarker(CHECK_ID, dataPath, dtProject);
|
|
||||||
assertNull(marker);
|
|
||||||
|
|
||||||
item = getItemByName(form, "Unknown");
|
|
||||||
assertTrue(item instanceof FormField);
|
|
||||||
|
|
||||||
dataPath = ((FormField)item).getDataPath();
|
|
||||||
|
|
||||||
marker = getFirstMarker(CHECK_ID, dataPath, dtProject);
|
|
||||||
assertNotNull(marker);
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
protected String getTestConfigurationName()
|
|
||||||
{
|
|
||||||
return PROJECT_NAME;
|
|
||||||
}
|
|
||||||
|
|
||||||
private FormItem getItemByName(Form form, String name)
|
|
||||||
{
|
|
||||||
for (TreeIterator<EObject> iterator = form.eAllContents(); iterator.hasNext();)
|
|
||||||
{
|
|
||||||
EObject child = iterator.next();
|
|
||||||
if (child instanceof FormItem && name.equals(((FormItem)child).getName()))
|
|
||||||
{
|
|
||||||
return (FormItem)child;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
return null;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
@ -1,18 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<projectDescription>
|
|
||||||
<name>FormDataPath</name>
|
|
||||||
<comment></comment>
|
|
||||||
<projects>
|
|
||||||
</projects>
|
|
||||||
<buildSpec>
|
|
||||||
<buildCommand>
|
|
||||||
<name>org.eclipse.xtext.ui.shared.xtextBuilder</name>
|
|
||||||
<arguments>
|
|
||||||
</arguments>
|
|
||||||
</buildCommand>
|
|
||||||
</buildSpec>
|
|
||||||
<natures>
|
|
||||||
<nature>org.eclipse.xtext.ui.shared.xtextNature</nature>
|
|
||||||
<nature>com._1c.g5.v8.dt.core.V8ConfigurationNature</nature>
|
|
||||||
</natures>
|
|
||||||
</projectDescription>
|
|
@ -1,2 +0,0 @@
|
|||||||
eclipse.preferences.version=1
|
|
||||||
encoding/<project>=UTF-8
|
|
@ -1,2 +0,0 @@
|
|||||||
Manifest-Version: 1.0
|
|
||||||
Runtime-Version: 8.3.19
|
|
@ -1,336 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<form:Form xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:form="http://g5.1c.ru/v8/dt/form">
|
|
||||||
<items xsi:type="form:FormField">
|
|
||||||
<name>Code</name>
|
|
||||||
<id>1</id>
|
|
||||||
<visible>true</visible>
|
|
||||||
<enabled>true</enabled>
|
|
||||||
<userVisible>
|
|
||||||
<common>true</common>
|
|
||||||
</userVisible>
|
|
||||||
<dataPath xsi:type="form:DataPath">
|
|
||||||
<segments>Object.Code</segments>
|
|
||||||
</dataPath>
|
|
||||||
<extendedTooltip>
|
|
||||||
<name>CodeExtendedTooltip</name>
|
|
||||||
<id>3</id>
|
|
||||||
<visible>true</visible>
|
|
||||||
<enabled>true</enabled>
|
|
||||||
<userVisible>
|
|
||||||
<common>true</common>
|
|
||||||
</userVisible>
|
|
||||||
<type>Label</type>
|
|
||||||
<autoMaxWidth>true</autoMaxWidth>
|
|
||||||
<autoMaxHeight>true</autoMaxHeight>
|
|
||||||
<extInfo xsi:type="form:LabelDecorationExtInfo">
|
|
||||||
<horizontalAlign>Left</horizontalAlign>
|
|
||||||
</extInfo>
|
|
||||||
</extendedTooltip>
|
|
||||||
<contextMenu>
|
|
||||||
<name>CodeContextMenu</name>
|
|
||||||
<id>2</id>
|
|
||||||
<visible>true</visible>
|
|
||||||
<enabled>true</enabled>
|
|
||||||
<userVisible>
|
|
||||||
<common>true</common>
|
|
||||||
</userVisible>
|
|
||||||
<autoFill>true</autoFill>
|
|
||||||
</contextMenu>
|
|
||||||
<type>InputField</type>
|
|
||||||
<editMode>EnterOnInput</editMode>
|
|
||||||
<showInHeader>true</showInHeader>
|
|
||||||
<headerHorizontalAlign>Left</headerHorizontalAlign>
|
|
||||||
<showInFooter>true</showInFooter>
|
|
||||||
<extInfo xsi:type="form:InputFieldExtInfo">
|
|
||||||
<autoMaxWidth>true</autoMaxWidth>
|
|
||||||
<autoMaxHeight>true</autoMaxHeight>
|
|
||||||
<wrap>true</wrap>
|
|
||||||
<chooseType>true</chooseType>
|
|
||||||
<typeDomainEnabled>true</typeDomainEnabled>
|
|
||||||
<textEdit>true</textEdit>
|
|
||||||
</extInfo>
|
|
||||||
</items>
|
|
||||||
<items xsi:type="form:FormField">
|
|
||||||
<name>Description</name>
|
|
||||||
<id>4</id>
|
|
||||||
<visible>true</visible>
|
|
||||||
<enabled>true</enabled>
|
|
||||||
<userVisible>
|
|
||||||
<common>true</common>
|
|
||||||
</userVisible>
|
|
||||||
<dataPath xsi:type="form:DataPath">
|
|
||||||
<segments>Object.Description</segments>
|
|
||||||
</dataPath>
|
|
||||||
<extendedTooltip>
|
|
||||||
<name>DescriptionExtendedTooltip</name>
|
|
||||||
<id>6</id>
|
|
||||||
<visible>true</visible>
|
|
||||||
<enabled>true</enabled>
|
|
||||||
<userVisible>
|
|
||||||
<common>true</common>
|
|
||||||
</userVisible>
|
|
||||||
<type>Label</type>
|
|
||||||
<autoMaxWidth>true</autoMaxWidth>
|
|
||||||
<autoMaxHeight>true</autoMaxHeight>
|
|
||||||
<extInfo xsi:type="form:LabelDecorationExtInfo">
|
|
||||||
<horizontalAlign>Left</horizontalAlign>
|
|
||||||
</extInfo>
|
|
||||||
</extendedTooltip>
|
|
||||||
<contextMenu>
|
|
||||||
<name>DescriptionContextMenu</name>
|
|
||||||
<id>5</id>
|
|
||||||
<visible>true</visible>
|
|
||||||
<enabled>true</enabled>
|
|
||||||
<userVisible>
|
|
||||||
<common>true</common>
|
|
||||||
</userVisible>
|
|
||||||
<autoFill>true</autoFill>
|
|
||||||
</contextMenu>
|
|
||||||
<type>InputField</type>
|
|
||||||
<editMode>EnterOnInput</editMode>
|
|
||||||
<showInHeader>true</showInHeader>
|
|
||||||
<headerHorizontalAlign>Left</headerHorizontalAlign>
|
|
||||||
<showInFooter>true</showInFooter>
|
|
||||||
<extInfo xsi:type="form:InputFieldExtInfo">
|
|
||||||
<autoMaxWidth>true</autoMaxWidth>
|
|
||||||
<autoMaxHeight>true</autoMaxHeight>
|
|
||||||
<wrap>true</wrap>
|
|
||||||
<chooseType>true</chooseType>
|
|
||||||
<typeDomainEnabled>true</typeDomainEnabled>
|
|
||||||
<textEdit>true</textEdit>
|
|
||||||
</extInfo>
|
|
||||||
</items>
|
|
||||||
<items xsi:type="form:FormField">
|
|
||||||
<name>DeletionMark</name>
|
|
||||||
<id>7</id>
|
|
||||||
<visible>true</visible>
|
|
||||||
<enabled>true</enabled>
|
|
||||||
<userVisible>
|
|
||||||
<common>true</common>
|
|
||||||
</userVisible>
|
|
||||||
<dataPath xsi:type="form:DataPath">
|
|
||||||
<segments>Object.DeletionMark</segments>
|
|
||||||
</dataPath>
|
|
||||||
<extendedTooltip>
|
|
||||||
<name>DeletionMarkExtendedTooltip</name>
|
|
||||||
<id>9</id>
|
|
||||||
<visible>true</visible>
|
|
||||||
<enabled>true</enabled>
|
|
||||||
<userVisible>
|
|
||||||
<common>true</common>
|
|
||||||
</userVisible>
|
|
||||||
<type>Label</type>
|
|
||||||
<autoMaxWidth>true</autoMaxWidth>
|
|
||||||
<autoMaxHeight>true</autoMaxHeight>
|
|
||||||
<extInfo xsi:type="form:LabelDecorationExtInfo">
|
|
||||||
<horizontalAlign>Left</horizontalAlign>
|
|
||||||
</extInfo>
|
|
||||||
</extendedTooltip>
|
|
||||||
<contextMenu>
|
|
||||||
<name>DeletionMarkContextMenu</name>
|
|
||||||
<id>8</id>
|
|
||||||
<visible>true</visible>
|
|
||||||
<enabled>true</enabled>
|
|
||||||
<userVisible>
|
|
||||||
<common>true</common>
|
|
||||||
</userVisible>
|
|
||||||
<autoFill>true</autoFill>
|
|
||||||
</contextMenu>
|
|
||||||
<type>CheckBoxField</type>
|
|
||||||
<editMode>EnterOnInput</editMode>
|
|
||||||
<showInHeader>true</showInHeader>
|
|
||||||
<headerHorizontalAlign>Left</headerHorizontalAlign>
|
|
||||||
<showInFooter>true</showInFooter>
|
|
||||||
<extInfo xsi:type="form:CheckBoxFieldExtInfo"/>
|
|
||||||
</items>
|
|
||||||
<items xsi:type="form:FormField">
|
|
||||||
<name>PredefinedDataName</name>
|
|
||||||
<id>10</id>
|
|
||||||
<visible>true</visible>
|
|
||||||
<enabled>true</enabled>
|
|
||||||
<userVisible>
|
|
||||||
<common>true</common>
|
|
||||||
</userVisible>
|
|
||||||
<dataPath xsi:type="form:DataPath">
|
|
||||||
<segments>Object.PredefinedDataName</segments>
|
|
||||||
</dataPath>
|
|
||||||
<extendedTooltip>
|
|
||||||
<name>PredefinedDataNameExtendedTooltip</name>
|
|
||||||
<id>12</id>
|
|
||||||
<visible>true</visible>
|
|
||||||
<enabled>true</enabled>
|
|
||||||
<userVisible>
|
|
||||||
<common>true</common>
|
|
||||||
</userVisible>
|
|
||||||
<type>Label</type>
|
|
||||||
<autoMaxWidth>true</autoMaxWidth>
|
|
||||||
<autoMaxHeight>true</autoMaxHeight>
|
|
||||||
<extInfo xsi:type="form:LabelDecorationExtInfo">
|
|
||||||
<horizontalAlign>Left</horizontalAlign>
|
|
||||||
</extInfo>
|
|
||||||
</extendedTooltip>
|
|
||||||
<contextMenu>
|
|
||||||
<name>PredefinedDataNameContextMenu</name>
|
|
||||||
<id>11</id>
|
|
||||||
<visible>true</visible>
|
|
||||||
<enabled>true</enabled>
|
|
||||||
<userVisible>
|
|
||||||
<common>true</common>
|
|
||||||
</userVisible>
|
|
||||||
<autoFill>true</autoFill>
|
|
||||||
</contextMenu>
|
|
||||||
<type>InputField</type>
|
|
||||||
<editMode>EnterOnInput</editMode>
|
|
||||||
<showInHeader>true</showInHeader>
|
|
||||||
<headerHorizontalAlign>Left</headerHorizontalAlign>
|
|
||||||
<showInFooter>true</showInFooter>
|
|
||||||
<extInfo xsi:type="form:InputFieldExtInfo">
|
|
||||||
<autoMaxWidth>true</autoMaxWidth>
|
|
||||||
<autoMaxHeight>true</autoMaxHeight>
|
|
||||||
<wrap>true</wrap>
|
|
||||||
<chooseType>true</chooseType>
|
|
||||||
<typeDomainEnabled>true</typeDomainEnabled>
|
|
||||||
<textEdit>true</textEdit>
|
|
||||||
</extInfo>
|
|
||||||
</items>
|
|
||||||
<items xsi:type="form:FormField">
|
|
||||||
<name>SKU</name>
|
|
||||||
<id>13</id>
|
|
||||||
<visible>true</visible>
|
|
||||||
<enabled>true</enabled>
|
|
||||||
<userVisible>
|
|
||||||
<common>true</common>
|
|
||||||
</userVisible>
|
|
||||||
<dataPath xsi:type="form:DataPath">
|
|
||||||
<segments>Object.SKU</segments>
|
|
||||||
</dataPath>
|
|
||||||
<extendedTooltip>
|
|
||||||
<name>SKUExtendedTooltip</name>
|
|
||||||
<id>15</id>
|
|
||||||
<visible>true</visible>
|
|
||||||
<enabled>true</enabled>
|
|
||||||
<userVisible>
|
|
||||||
<common>true</common>
|
|
||||||
</userVisible>
|
|
||||||
<type>Label</type>
|
|
||||||
<autoMaxWidth>true</autoMaxWidth>
|
|
||||||
<autoMaxHeight>true</autoMaxHeight>
|
|
||||||
<extInfo xsi:type="form:LabelDecorationExtInfo">
|
|
||||||
<horizontalAlign>Left</horizontalAlign>
|
|
||||||
</extInfo>
|
|
||||||
</extendedTooltip>
|
|
||||||
<contextMenu>
|
|
||||||
<name>SKUContextMenu</name>
|
|
||||||
<id>14</id>
|
|
||||||
<visible>true</visible>
|
|
||||||
<enabled>true</enabled>
|
|
||||||
<userVisible>
|
|
||||||
<common>true</common>
|
|
||||||
</userVisible>
|
|
||||||
<autoFill>true</autoFill>
|
|
||||||
</contextMenu>
|
|
||||||
<type>InputField</type>
|
|
||||||
<editMode>EnterOnInput</editMode>
|
|
||||||
<showInHeader>true</showInHeader>
|
|
||||||
<headerHorizontalAlign>Left</headerHorizontalAlign>
|
|
||||||
<showInFooter>true</showInFooter>
|
|
||||||
<extInfo xsi:type="form:InputFieldExtInfo">
|
|
||||||
<autoMaxWidth>true</autoMaxWidth>
|
|
||||||
<autoMaxHeight>true</autoMaxHeight>
|
|
||||||
<wrap>true</wrap>
|
|
||||||
<chooseType>true</chooseType>
|
|
||||||
<typeDomainEnabled>true</typeDomainEnabled>
|
|
||||||
<textEdit>true</textEdit>
|
|
||||||
</extInfo>
|
|
||||||
</items>
|
|
||||||
<items xsi:type="form:FormField">
|
|
||||||
<name>Unknown</name>
|
|
||||||
<id>16</id>
|
|
||||||
<visible>true</visible>
|
|
||||||
<enabled>true</enabled>
|
|
||||||
<userVisible>
|
|
||||||
<common>true</common>
|
|
||||||
</userVisible>
|
|
||||||
<dataPath xsi:type="form:DataPath">
|
|
||||||
<segments>Object.Unknown</segments>
|
|
||||||
</dataPath>
|
|
||||||
<extendedTooltip>
|
|
||||||
<name>SKU1ExtendedTooltip</name>
|
|
||||||
<id>18</id>
|
|
||||||
<visible>true</visible>
|
|
||||||
<enabled>true</enabled>
|
|
||||||
<userVisible>
|
|
||||||
<common>true</common>
|
|
||||||
</userVisible>
|
|
||||||
<type>Label</type>
|
|
||||||
<autoMaxWidth>true</autoMaxWidth>
|
|
||||||
<autoMaxHeight>true</autoMaxHeight>
|
|
||||||
<extInfo xsi:type="form:LabelDecorationExtInfo">
|
|
||||||
<horizontalAlign>Left</horizontalAlign>
|
|
||||||
</extInfo>
|
|
||||||
</extendedTooltip>
|
|
||||||
<contextMenu>
|
|
||||||
<name>SKU1ContextMenu</name>
|
|
||||||
<id>17</id>
|
|
||||||
<visible>true</visible>
|
|
||||||
<enabled>true</enabled>
|
|
||||||
<userVisible>
|
|
||||||
<common>true</common>
|
|
||||||
</userVisible>
|
|
||||||
<autoFill>true</autoFill>
|
|
||||||
</contextMenu>
|
|
||||||
<type>InputField</type>
|
|
||||||
<editMode>EnterOnInput</editMode>
|
|
||||||
<showInHeader>true</showInHeader>
|
|
||||||
<headerHorizontalAlign>Left</headerHorizontalAlign>
|
|
||||||
<showInFooter>true</showInFooter>
|
|
||||||
<extInfo xsi:type="form:InputFieldExtInfo">
|
|
||||||
<autoMaxWidth>true</autoMaxWidth>
|
|
||||||
<autoMaxHeight>true</autoMaxHeight>
|
|
||||||
<wrap>true</wrap>
|
|
||||||
<chooseType>true</chooseType>
|
|
||||||
<typeDomainEnabled>true</typeDomainEnabled>
|
|
||||||
<textEdit>true</textEdit>
|
|
||||||
</extInfo>
|
|
||||||
</items>
|
|
||||||
<autoCommandBar>
|
|
||||||
<name>FormCommandBar</name>
|
|
||||||
<id>-1</id>
|
|
||||||
<visible>true</visible>
|
|
||||||
<enabled>true</enabled>
|
|
||||||
<userVisible>
|
|
||||||
<common>true</common>
|
|
||||||
</userVisible>
|
|
||||||
<horizontalAlign>Left</horizontalAlign>
|
|
||||||
<autoFill>true</autoFill>
|
|
||||||
</autoCommandBar>
|
|
||||||
<windowOpeningMode>LockOwnerWindow</windowOpeningMode>
|
|
||||||
<autoTitle>true</autoTitle>
|
|
||||||
<autoUrl>true</autoUrl>
|
|
||||||
<group>Vertical</group>
|
|
||||||
<autoFillCheck>true</autoFillCheck>
|
|
||||||
<allowFormCustomize>true</allowFormCustomize>
|
|
||||||
<enabled>true</enabled>
|
|
||||||
<showTitle>true</showTitle>
|
|
||||||
<showCloseButton>true</showCloseButton>
|
|
||||||
<attributes>
|
|
||||||
<name>Object</name>
|
|
||||||
<id>1</id>
|
|
||||||
<valueType>
|
|
||||||
<types>CatalogObject.Products</types>
|
|
||||||
</valueType>
|
|
||||||
<view>
|
|
||||||
<common>true</common>
|
|
||||||
</view>
|
|
||||||
<edit>
|
|
||||||
<common>true</common>
|
|
||||||
</edit>
|
|
||||||
<main>true</main>
|
|
||||||
<savedData>true</savedData>
|
|
||||||
</attributes>
|
|
||||||
<commandInterface>
|
|
||||||
<navigationPanel/>
|
|
||||||
<commandBar/>
|
|
||||||
</commandInterface>
|
|
||||||
<extInfo xsi:type="form:CatalogFormExtInfo"/>
|
|
||||||
</form:Form>
|
|
@ -1,17 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<Settings xmlns="http://v8.1c.ru/8.1/data-composition-system/settings" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:v8="http://v8.1c.ru/8.1/data/core" xmlns:v8ui="http://v8.1c.ru/8.1/data/ui" xmlns:style="http://v8.1c.ru/8.1/data/ui/style" xmlns:sys="http://v8.1c.ru/8.1/data/ui/fonts/system" xmlns:web="http://v8.1c.ru/8.1/data/ui/colors/web" xmlns:win="http://v8.1c.ru/8.1/data/ui/colors/windows" xmlns:dcscor="http://v8.1c.ru/8.1/data-composition-system/core">
|
|
||||||
<filter>
|
|
||||||
<viewMode>Normal</viewMode>
|
|
||||||
<userSettingID>ceabd454-8bad-48a7-bd9c-1e9c55a50661</userSettingID>
|
|
||||||
</filter>
|
|
||||||
<order>
|
|
||||||
<viewMode>Normal</viewMode>
|
|
||||||
<userSettingID>53f67208-9bb4-412f-91b7-7a277245a530</userSettingID>
|
|
||||||
</order>
|
|
||||||
<conditionalAppearance>
|
|
||||||
<viewMode>Normal</viewMode>
|
|
||||||
<userSettingID>35329f27-3c47-4b6a-a1b9-f9741131ca76</userSettingID>
|
|
||||||
</conditionalAppearance>
|
|
||||||
<itemsViewMode>Normal</itemsViewMode>
|
|
||||||
<itemsUserSettingID>5ec89258-8c67-4703-b99d-39704562a5f7</itemsUserSettingID>
|
|
||||||
</Settings>
|
|
@ -1,669 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<form:Form xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:core="http://g5.1c.ru/v8/dt/mcore" xmlns:form="http://g5.1c.ru/v8/dt/form">
|
|
||||||
<items xsi:type="form:FormGroup">
|
|
||||||
<name>ListSettingsComposerUserSettings</name>
|
|
||||||
<id>1</id>
|
|
||||||
<visible>true</visible>
|
|
||||||
<enabled>true</enabled>
|
|
||||||
<userVisible>
|
|
||||||
<common>true</common>
|
|
||||||
</userVisible>
|
|
||||||
<title>
|
|
||||||
<key>en</key>
|
|
||||||
<value>User settings group</value>
|
|
||||||
</title>
|
|
||||||
<verticalStretch>false</verticalStretch>
|
|
||||||
<extendedTooltip>
|
|
||||||
<name>ListSettingsComposerUserSettingsExtendedTooltip</name>
|
|
||||||
<id>2</id>
|
|
||||||
<visible>true</visible>
|
|
||||||
<enabled>true</enabled>
|
|
||||||
<userVisible>
|
|
||||||
<common>true</common>
|
|
||||||
</userVisible>
|
|
||||||
<type>Label</type>
|
|
||||||
<autoMaxWidth>true</autoMaxWidth>
|
|
||||||
<autoMaxHeight>true</autoMaxHeight>
|
|
||||||
<extInfo xsi:type="form:LabelDecorationExtInfo">
|
|
||||||
<horizontalAlign>Left</horizontalAlign>
|
|
||||||
</extInfo>
|
|
||||||
</extendedTooltip>
|
|
||||||
<type>UsualGroup</type>
|
|
||||||
<extInfo xsi:type="form:UsualGroupExtInfo">
|
|
||||||
<group>Vertical</group>
|
|
||||||
<representation>WeakSeparation</representation>
|
|
||||||
<showLeftMargin>true</showLeftMargin>
|
|
||||||
<united>true</united>
|
|
||||||
<throughAlign>Auto</throughAlign>
|
|
||||||
<currentRowUse>Auto</currentRowUse>
|
|
||||||
</extInfo>
|
|
||||||
</items>
|
|
||||||
<items xsi:type="form:Table">
|
|
||||||
<name>List</name>
|
|
||||||
<id>3</id>
|
|
||||||
<visible>true</visible>
|
|
||||||
<enabled>true</enabled>
|
|
||||||
<userVisible>
|
|
||||||
<common>true</common>
|
|
||||||
</userVisible>
|
|
||||||
<dataPath xsi:type="form:DataPath">
|
|
||||||
<segments>List</segments>
|
|
||||||
</dataPath>
|
|
||||||
<defaultItem>true</defaultItem>
|
|
||||||
<titleLocation>None</titleLocation>
|
|
||||||
<items xsi:type="form:FormField">
|
|
||||||
<name>Ref</name>
|
|
||||||
<id>16</id>
|
|
||||||
<visible>true</visible>
|
|
||||||
<enabled>true</enabled>
|
|
||||||
<userVisible/>
|
|
||||||
<dataPath xsi:type="form:DataPath">
|
|
||||||
<segments>List.Ref</segments>
|
|
||||||
</dataPath>
|
|
||||||
<defaultItem>true</defaultItem>
|
|
||||||
<extendedTooltip>
|
|
||||||
<name>RefExtendedTooltip</name>
|
|
||||||
<id>18</id>
|
|
||||||
<visible>true</visible>
|
|
||||||
<enabled>true</enabled>
|
|
||||||
<userVisible>
|
|
||||||
<common>true</common>
|
|
||||||
</userVisible>
|
|
||||||
<type>Label</type>
|
|
||||||
<autoMaxWidth>true</autoMaxWidth>
|
|
||||||
<autoMaxHeight>true</autoMaxHeight>
|
|
||||||
<extInfo xsi:type="form:LabelDecorationExtInfo">
|
|
||||||
<horizontalAlign>Left</horizontalAlign>
|
|
||||||
</extInfo>
|
|
||||||
</extendedTooltip>
|
|
||||||
<contextMenu>
|
|
||||||
<name>RefContextMenu</name>
|
|
||||||
<id>17</id>
|
|
||||||
<visible>true</visible>
|
|
||||||
<enabled>true</enabled>
|
|
||||||
<userVisible>
|
|
||||||
<common>true</common>
|
|
||||||
</userVisible>
|
|
||||||
<autoFill>true</autoFill>
|
|
||||||
</contextMenu>
|
|
||||||
<type>LabelField</type>
|
|
||||||
<editMode>Enter</editMode>
|
|
||||||
<showInHeader>true</showInHeader>
|
|
||||||
<headerHorizontalAlign>Left</headerHorizontalAlign>
|
|
||||||
<showInFooter>true</showInFooter>
|
|
||||||
<extInfo xsi:type="form:LabelFieldExtInfo">
|
|
||||||
<autoMaxWidth>true</autoMaxWidth>
|
|
||||||
<autoMaxHeight>true</autoMaxHeight>
|
|
||||||
</extInfo>
|
|
||||||
</items>
|
|
||||||
<items xsi:type="form:FormField">
|
|
||||||
<name>Code</name>
|
|
||||||
<id>19</id>
|
|
||||||
<visible>true</visible>
|
|
||||||
<enabled>true</enabled>
|
|
||||||
<userVisible>
|
|
||||||
<common>true</common>
|
|
||||||
</userVisible>
|
|
||||||
<dataPath xsi:type="form:DataPath">
|
|
||||||
<segments>List.Code</segments>
|
|
||||||
</dataPath>
|
|
||||||
<extendedTooltip>
|
|
||||||
<name>CodeExtendedTooltip</name>
|
|
||||||
<id>21</id>
|
|
||||||
<visible>true</visible>
|
|
||||||
<enabled>true</enabled>
|
|
||||||
<userVisible>
|
|
||||||
<common>true</common>
|
|
||||||
</userVisible>
|
|
||||||
<type>Label</type>
|
|
||||||
<autoMaxWidth>true</autoMaxWidth>
|
|
||||||
<autoMaxHeight>true</autoMaxHeight>
|
|
||||||
<extInfo xsi:type="form:LabelDecorationExtInfo">
|
|
||||||
<horizontalAlign>Left</horizontalAlign>
|
|
||||||
</extInfo>
|
|
||||||
</extendedTooltip>
|
|
||||||
<contextMenu>
|
|
||||||
<name>CodeContextMenu</name>
|
|
||||||
<id>20</id>
|
|
||||||
<visible>true</visible>
|
|
||||||
<enabled>true</enabled>
|
|
||||||
<userVisible>
|
|
||||||
<common>true</common>
|
|
||||||
</userVisible>
|
|
||||||
<autoFill>true</autoFill>
|
|
||||||
</contextMenu>
|
|
||||||
<type>LabelField</type>
|
|
||||||
<editMode>Enter</editMode>
|
|
||||||
<showInHeader>true</showInHeader>
|
|
||||||
<headerHorizontalAlign>Left</headerHorizontalAlign>
|
|
||||||
<showInFooter>true</showInFooter>
|
|
||||||
<extInfo xsi:type="form:LabelFieldExtInfo">
|
|
||||||
<autoMaxWidth>true</autoMaxWidth>
|
|
||||||
<autoMaxHeight>true</autoMaxHeight>
|
|
||||||
</extInfo>
|
|
||||||
</items>
|
|
||||||
<items xsi:type="form:FormField">
|
|
||||||
<name>Description</name>
|
|
||||||
<id>22</id>
|
|
||||||
<visible>true</visible>
|
|
||||||
<enabled>true</enabled>
|
|
||||||
<userVisible>
|
|
||||||
<common>true</common>
|
|
||||||
</userVisible>
|
|
||||||
<dataPath xsi:type="form:DataPath">
|
|
||||||
<segments>List.Description</segments>
|
|
||||||
</dataPath>
|
|
||||||
<extendedTooltip>
|
|
||||||
<name>DescriptionExtendedTooltip</name>
|
|
||||||
<id>24</id>
|
|
||||||
<visible>true</visible>
|
|
||||||
<enabled>true</enabled>
|
|
||||||
<userVisible>
|
|
||||||
<common>true</common>
|
|
||||||
</userVisible>
|
|
||||||
<type>Label</type>
|
|
||||||
<autoMaxWidth>true</autoMaxWidth>
|
|
||||||
<autoMaxHeight>true</autoMaxHeight>
|
|
||||||
<extInfo xsi:type="form:LabelDecorationExtInfo">
|
|
||||||
<horizontalAlign>Left</horizontalAlign>
|
|
||||||
</extInfo>
|
|
||||||
</extendedTooltip>
|
|
||||||
<contextMenu>
|
|
||||||
<name>DescriptionContextMenu</name>
|
|
||||||
<id>23</id>
|
|
||||||
<visible>true</visible>
|
|
||||||
<enabled>true</enabled>
|
|
||||||
<userVisible>
|
|
||||||
<common>true</common>
|
|
||||||
</userVisible>
|
|
||||||
<autoFill>true</autoFill>
|
|
||||||
</contextMenu>
|
|
||||||
<type>LabelField</type>
|
|
||||||
<editMode>Enter</editMode>
|
|
||||||
<showInHeader>true</showInHeader>
|
|
||||||
<headerHorizontalAlign>Left</headerHorizontalAlign>
|
|
||||||
<showInFooter>true</showInFooter>
|
|
||||||
<extInfo xsi:type="form:LabelFieldExtInfo">
|
|
||||||
<autoMaxWidth>true</autoMaxWidth>
|
|
||||||
<autoMaxHeight>true</autoMaxHeight>
|
|
||||||
</extInfo>
|
|
||||||
</items>
|
|
||||||
<items xsi:type="form:FormField">
|
|
||||||
<name>DeletionMark</name>
|
|
||||||
<id>25</id>
|
|
||||||
<visible>true</visible>
|
|
||||||
<enabled>true</enabled>
|
|
||||||
<userVisible>
|
|
||||||
<common>true</common>
|
|
||||||
</userVisible>
|
|
||||||
<dataPath xsi:type="form:DataPath">
|
|
||||||
<segments>List.DeletionMark</segments>
|
|
||||||
</dataPath>
|
|
||||||
<extendedTooltip>
|
|
||||||
<name>DeletionMarkExtendedTooltip</name>
|
|
||||||
<id>27</id>
|
|
||||||
<visible>true</visible>
|
|
||||||
<enabled>true</enabled>
|
|
||||||
<userVisible>
|
|
||||||
<common>true</common>
|
|
||||||
</userVisible>
|
|
||||||
<type>Label</type>
|
|
||||||
<autoMaxWidth>true</autoMaxWidth>
|
|
||||||
<autoMaxHeight>true</autoMaxHeight>
|
|
||||||
<extInfo xsi:type="form:LabelDecorationExtInfo">
|
|
||||||
<horizontalAlign>Left</horizontalAlign>
|
|
||||||
</extInfo>
|
|
||||||
</extendedTooltip>
|
|
||||||
<contextMenu>
|
|
||||||
<name>DeletionMarkContextMenu</name>
|
|
||||||
<id>26</id>
|
|
||||||
<visible>true</visible>
|
|
||||||
<enabled>true</enabled>
|
|
||||||
<userVisible>
|
|
||||||
<common>true</common>
|
|
||||||
</userVisible>
|
|
||||||
<autoFill>true</autoFill>
|
|
||||||
</contextMenu>
|
|
||||||
<type>LabelField</type>
|
|
||||||
<editMode>Enter</editMode>
|
|
||||||
<showInHeader>true</showInHeader>
|
|
||||||
<headerHorizontalAlign>Left</headerHorizontalAlign>
|
|
||||||
<showInFooter>true</showInFooter>
|
|
||||||
<extInfo xsi:type="form:LabelFieldExtInfo">
|
|
||||||
<autoMaxWidth>true</autoMaxWidth>
|
|
||||||
<autoMaxHeight>true</autoMaxHeight>
|
|
||||||
</extInfo>
|
|
||||||
</items>
|
|
||||||
<items xsi:type="form:FormField">
|
|
||||||
<name>SKU</name>
|
|
||||||
<id>28</id>
|
|
||||||
<visible>true</visible>
|
|
||||||
<enabled>true</enabled>
|
|
||||||
<userVisible>
|
|
||||||
<common>true</common>
|
|
||||||
</userVisible>
|
|
||||||
<dataPath xsi:type="form:DataPath">
|
|
||||||
<segments>List.SKU</segments>
|
|
||||||
</dataPath>
|
|
||||||
<extendedTooltip>
|
|
||||||
<name>SKUExtendedTooltip</name>
|
|
||||||
<id>30</id>
|
|
||||||
<visible>true</visible>
|
|
||||||
<enabled>true</enabled>
|
|
||||||
<userVisible>
|
|
||||||
<common>true</common>
|
|
||||||
</userVisible>
|
|
||||||
<type>Label</type>
|
|
||||||
<autoMaxWidth>true</autoMaxWidth>
|
|
||||||
<autoMaxHeight>true</autoMaxHeight>
|
|
||||||
<extInfo xsi:type="form:LabelDecorationExtInfo">
|
|
||||||
<horizontalAlign>Left</horizontalAlign>
|
|
||||||
</extInfo>
|
|
||||||
</extendedTooltip>
|
|
||||||
<contextMenu>
|
|
||||||
<name>SKUContextMenu</name>
|
|
||||||
<id>29</id>
|
|
||||||
<visible>true</visible>
|
|
||||||
<enabled>true</enabled>
|
|
||||||
<userVisible>
|
|
||||||
<common>true</common>
|
|
||||||
</userVisible>
|
|
||||||
<autoFill>true</autoFill>
|
|
||||||
</contextMenu>
|
|
||||||
<type>LabelField</type>
|
|
||||||
<editMode>Enter</editMode>
|
|
||||||
<showInHeader>true</showInHeader>
|
|
||||||
<headerHorizontalAlign>Left</headerHorizontalAlign>
|
|
||||||
<showInFooter>true</showInFooter>
|
|
||||||
<extInfo xsi:type="form:LabelFieldExtInfo">
|
|
||||||
<autoMaxWidth>true</autoMaxWidth>
|
|
||||||
<autoMaxHeight>true</autoMaxHeight>
|
|
||||||
</extInfo>
|
|
||||||
</items>
|
|
||||||
<items xsi:type="form:FormField">
|
|
||||||
<name>Unknown</name>
|
|
||||||
<id>31</id>
|
|
||||||
<visible>true</visible>
|
|
||||||
<enabled>true</enabled>
|
|
||||||
<userVisible>
|
|
||||||
<common>true</common>
|
|
||||||
</userVisible>
|
|
||||||
<dataPath xsi:type="form:DataPath">
|
|
||||||
<segments>List.Unknown</segments>
|
|
||||||
</dataPath>
|
|
||||||
<extendedTooltip>
|
|
||||||
<name>SKU1ExtendedTooltip</name>
|
|
||||||
<id>33</id>
|
|
||||||
<visible>true</visible>
|
|
||||||
<enabled>true</enabled>
|
|
||||||
<userVisible>
|
|
||||||
<common>true</common>
|
|
||||||
</userVisible>
|
|
||||||
<type>Label</type>
|
|
||||||
<autoMaxWidth>true</autoMaxWidth>
|
|
||||||
<autoMaxHeight>true</autoMaxHeight>
|
|
||||||
<extInfo xsi:type="form:LabelDecorationExtInfo">
|
|
||||||
<horizontalAlign>Left</horizontalAlign>
|
|
||||||
</extInfo>
|
|
||||||
</extendedTooltip>
|
|
||||||
<contextMenu>
|
|
||||||
<name>SKU1ContextMenu</name>
|
|
||||||
<id>32</id>
|
|
||||||
<visible>true</visible>
|
|
||||||
<enabled>true</enabled>
|
|
||||||
<userVisible>
|
|
||||||
<common>true</common>
|
|
||||||
</userVisible>
|
|
||||||
<autoFill>true</autoFill>
|
|
||||||
</contextMenu>
|
|
||||||
<type>LabelField</type>
|
|
||||||
<editMode>Enter</editMode>
|
|
||||||
<showInHeader>true</showInHeader>
|
|
||||||
<headerHorizontalAlign>Left</headerHorizontalAlign>
|
|
||||||
<showInFooter>true</showInFooter>
|
|
||||||
<extInfo xsi:type="form:LabelFieldExtInfo">
|
|
||||||
<autoMaxWidth>true</autoMaxWidth>
|
|
||||||
<autoMaxHeight>true</autoMaxHeight>
|
|
||||||
</extInfo>
|
|
||||||
</items>
|
|
||||||
<commandBarLocation>None</commandBarLocation>
|
|
||||||
<autoCommandBar>
|
|
||||||
<name>ListCommandBar</name>
|
|
||||||
<id>5</id>
|
|
||||||
<visible>true</visible>
|
|
||||||
<enabled>true</enabled>
|
|
||||||
<userVisible>
|
|
||||||
<common>true</common>
|
|
||||||
</userVisible>
|
|
||||||
<horizontalAlign>Left</horizontalAlign>
|
|
||||||
</autoCommandBar>
|
|
||||||
<searchStringAddition>
|
|
||||||
<visible>true</visible>
|
|
||||||
<enabled>true</enabled>
|
|
||||||
<userVisible>
|
|
||||||
<common>true</common>
|
|
||||||
</userVisible>
|
|
||||||
<name>ListSearchString</name>
|
|
||||||
<id>7</id>
|
|
||||||
<extendedTooltip>
|
|
||||||
<name>ListSearchStringExtendedTooltip</name>
|
|
||||||
<id>9</id>
|
|
||||||
<visible>true</visible>
|
|
||||||
<enabled>true</enabled>
|
|
||||||
<userVisible>
|
|
||||||
<common>true</common>
|
|
||||||
</userVisible>
|
|
||||||
<type>Label</type>
|
|
||||||
<autoMaxWidth>true</autoMaxWidth>
|
|
||||||
<autoMaxHeight>true</autoMaxHeight>
|
|
||||||
<extInfo xsi:type="form:LabelDecorationExtInfo">
|
|
||||||
<horizontalAlign>Left</horizontalAlign>
|
|
||||||
</extInfo>
|
|
||||||
</extendedTooltip>
|
|
||||||
<contextMenu>
|
|
||||||
<name>ListSearchStringContextMenu</name>
|
|
||||||
<id>8</id>
|
|
||||||
<visible>true</visible>
|
|
||||||
<enabled>true</enabled>
|
|
||||||
<userVisible>
|
|
||||||
<common>true</common>
|
|
||||||
</userVisible>
|
|
||||||
<autoFill>true</autoFill>
|
|
||||||
</contextMenu>
|
|
||||||
<source>ListSearchString</source>
|
|
||||||
<extInfo xsi:type="form:SearchStringAdditionExtInfo">
|
|
||||||
<autoMaxWidth>true</autoMaxWidth>
|
|
||||||
</extInfo>
|
|
||||||
</searchStringAddition>
|
|
||||||
<viewStatusAddition>
|
|
||||||
<visible>true</visible>
|
|
||||||
<enabled>true</enabled>
|
|
||||||
<userVisible>
|
|
||||||
<common>true</common>
|
|
||||||
</userVisible>
|
|
||||||
<name>ListViewStatus</name>
|
|
||||||
<id>10</id>
|
|
||||||
<extendedTooltip>
|
|
||||||
<name>ListViewStatusExtendedTooltip</name>
|
|
||||||
<id>12</id>
|
|
||||||
<visible>true</visible>
|
|
||||||
<enabled>true</enabled>
|
|
||||||
<userVisible>
|
|
||||||
<common>true</common>
|
|
||||||
</userVisible>
|
|
||||||
<type>Label</type>
|
|
||||||
<autoMaxWidth>true</autoMaxWidth>
|
|
||||||
<autoMaxHeight>true</autoMaxHeight>
|
|
||||||
<extInfo xsi:type="form:LabelDecorationExtInfo">
|
|
||||||
<horizontalAlign>Left</horizontalAlign>
|
|
||||||
</extInfo>
|
|
||||||
</extendedTooltip>
|
|
||||||
<contextMenu>
|
|
||||||
<name>ListViewStatusContextMenu</name>
|
|
||||||
<id>11</id>
|
|
||||||
<visible>true</visible>
|
|
||||||
<enabled>true</enabled>
|
|
||||||
<userVisible>
|
|
||||||
<common>true</common>
|
|
||||||
</userVisible>
|
|
||||||
<autoFill>true</autoFill>
|
|
||||||
</contextMenu>
|
|
||||||
<type>ViewStatusAddition</type>
|
|
||||||
<source>ListViewStatus</source>
|
|
||||||
<extInfo xsi:type="form:ViewStatusAdditionExtInfo">
|
|
||||||
<autoMaxWidth>true</autoMaxWidth>
|
|
||||||
</extInfo>
|
|
||||||
</viewStatusAddition>
|
|
||||||
<searchControlAddition>
|
|
||||||
<visible>true</visible>
|
|
||||||
<enabled>true</enabled>
|
|
||||||
<userVisible>
|
|
||||||
<common>true</common>
|
|
||||||
</userVisible>
|
|
||||||
<name>ListSearchControl</name>
|
|
||||||
<id>13</id>
|
|
||||||
<extendedTooltip>
|
|
||||||
<name>ListSearchControlExtendedTooltip</name>
|
|
||||||
<id>15</id>
|
|
||||||
<visible>true</visible>
|
|
||||||
<enabled>true</enabled>
|
|
||||||
<userVisible>
|
|
||||||
<common>true</common>
|
|
||||||
</userVisible>
|
|
||||||
<type>Label</type>
|
|
||||||
<autoMaxWidth>true</autoMaxWidth>
|
|
||||||
<autoMaxHeight>true</autoMaxHeight>
|
|
||||||
<extInfo xsi:type="form:LabelDecorationExtInfo">
|
|
||||||
<horizontalAlign>Left</horizontalAlign>
|
|
||||||
</extInfo>
|
|
||||||
</extendedTooltip>
|
|
||||||
<contextMenu>
|
|
||||||
<name>ListSearchControlContextMenu</name>
|
|
||||||
<id>14</id>
|
|
||||||
<visible>true</visible>
|
|
||||||
<enabled>true</enabled>
|
|
||||||
<userVisible>
|
|
||||||
<common>true</common>
|
|
||||||
</userVisible>
|
|
||||||
<autoFill>true</autoFill>
|
|
||||||
</contextMenu>
|
|
||||||
<type>SearchControlAddition</type>
|
|
||||||
<source>List</source>
|
|
||||||
<extInfo xsi:type="form:SearchControlAdditionExtInfo">
|
|
||||||
<autoMaxWidth>true</autoMaxWidth>
|
|
||||||
</extInfo>
|
|
||||||
</searchControlAddition>
|
|
||||||
<extendedTooltip>
|
|
||||||
<name>ListExtendedTooltip</name>
|
|
||||||
<id>6</id>
|
|
||||||
<visible>true</visible>
|
|
||||||
<enabled>true</enabled>
|
|
||||||
<userVisible>
|
|
||||||
<common>true</common>
|
|
||||||
</userVisible>
|
|
||||||
<type>Label</type>
|
|
||||||
<autoMaxWidth>true</autoMaxWidth>
|
|
||||||
<autoMaxHeight>true</autoMaxHeight>
|
|
||||||
<extInfo xsi:type="form:LabelDecorationExtInfo">
|
|
||||||
<horizontalAlign>Left</horizontalAlign>
|
|
||||||
</extInfo>
|
|
||||||
</extendedTooltip>
|
|
||||||
<contextMenu>
|
|
||||||
<name>ListContextMenu</name>
|
|
||||||
<id>4</id>
|
|
||||||
<visible>true</visible>
|
|
||||||
<enabled>true</enabled>
|
|
||||||
<userVisible>
|
|
||||||
<common>true</common>
|
|
||||||
</userVisible>
|
|
||||||
<autoFill>true</autoFill>
|
|
||||||
</contextMenu>
|
|
||||||
<changeRowSet>true</changeRowSet>
|
|
||||||
<changeRowOrder>true</changeRowOrder>
|
|
||||||
<autoMaxWidth>true</autoMaxWidth>
|
|
||||||
<autoMaxHeight>true</autoMaxHeight>
|
|
||||||
<autoMaxRowsCount>true</autoMaxRowsCount>
|
|
||||||
<selectionMode>MultiRow</selectionMode>
|
|
||||||
<header>true</header>
|
|
||||||
<headerHeight>1</headerHeight>
|
|
||||||
<footerHeight>1</footerHeight>
|
|
||||||
<horizontalScrollBar>AutoUse</horizontalScrollBar>
|
|
||||||
<verticalScrollBar>AutoUse</verticalScrollBar>
|
|
||||||
<horizontalLines>true</horizontalLines>
|
|
||||||
<verticalLines>true</verticalLines>
|
|
||||||
<useAlternationRowColor>true</useAlternationRowColor>
|
|
||||||
<searchOnInput>Auto</searchOnInput>
|
|
||||||
<initialListView>Auto</initialListView>
|
|
||||||
<initialTreeView>ExpandTopLevel</initialTreeView>
|
|
||||||
<horizontalStretch>true</horizontalStretch>
|
|
||||||
<verticalStretch>true</verticalStretch>
|
|
||||||
<enableStartDrag>true</enableStartDrag>
|
|
||||||
<enableDrag>true</enableDrag>
|
|
||||||
<fileDragMode>AsFileRef</fileDragMode>
|
|
||||||
<rowPictureDataPath xsi:type="form:DataPath">
|
|
||||||
<segments>List.DefaultPicture</segments>
|
|
||||||
</rowPictureDataPath>
|
|
||||||
<extInfo xsi:type="form:DynamicListTableExtInfo">
|
|
||||||
<autoRefreshPeriod>60</autoRefreshPeriod>
|
|
||||||
<period>
|
|
||||||
<startDate>0001-01-01T00:00:00</startDate>
|
|
||||||
<endDate>0001-01-01T00:00:00</endDate>
|
|
||||||
</period>
|
|
||||||
<topLevelParent xsi:type="core:UndefinedValue"/>
|
|
||||||
<showRoot>true</showRoot>
|
|
||||||
<userSettingsGroup>ListSettingsComposerUserSettings</userSettingsGroup>
|
|
||||||
</extInfo>
|
|
||||||
</items>
|
|
||||||
<items xsi:type="form:FormField">
|
|
||||||
<name>Current</name>
|
|
||||||
<id>34</id>
|
|
||||||
<visible>true</visible>
|
|
||||||
<enabled>true</enabled>
|
|
||||||
<userVisible>
|
|
||||||
<common>true</common>
|
|
||||||
</userVisible>
|
|
||||||
<dataPath xsi:type="form:DataPath">
|
|
||||||
<segments>Items.List.CurrentData.SKU</segments>
|
|
||||||
</dataPath>
|
|
||||||
<extendedTooltip>
|
|
||||||
<name>CurrentExtendedTooltip</name>
|
|
||||||
<id>36</id>
|
|
||||||
<visible>true</visible>
|
|
||||||
<enabled>true</enabled>
|
|
||||||
<userVisible>
|
|
||||||
<common>true</common>
|
|
||||||
</userVisible>
|
|
||||||
<type>Label</type>
|
|
||||||
<autoMaxWidth>true</autoMaxWidth>
|
|
||||||
<autoMaxHeight>true</autoMaxHeight>
|
|
||||||
<extInfo xsi:type="form:LabelDecorationExtInfo">
|
|
||||||
<horizontalAlign>Left</horizontalAlign>
|
|
||||||
</extInfo>
|
|
||||||
</extendedTooltip>
|
|
||||||
<contextMenu>
|
|
||||||
<name>CurrentContextMenu</name>
|
|
||||||
<id>35</id>
|
|
||||||
<visible>true</visible>
|
|
||||||
<enabled>true</enabled>
|
|
||||||
<userVisible>
|
|
||||||
<common>true</common>
|
|
||||||
</userVisible>
|
|
||||||
<autoFill>true</autoFill>
|
|
||||||
</contextMenu>
|
|
||||||
<type>InputField</type>
|
|
||||||
<editMode>Enter</editMode>
|
|
||||||
<showInHeader>true</showInHeader>
|
|
||||||
<headerHorizontalAlign>Left</headerHorizontalAlign>
|
|
||||||
<showInFooter>true</showInFooter>
|
|
||||||
<extInfo xsi:type="form:InputFieldExtInfo">
|
|
||||||
<autoMaxWidth>true</autoMaxWidth>
|
|
||||||
<autoMaxHeight>true</autoMaxHeight>
|
|
||||||
<wrap>true</wrap>
|
|
||||||
<chooseType>true</chooseType>
|
|
||||||
<typeDomainEnabled>true</typeDomainEnabled>
|
|
||||||
<textEdit>true</textEdit>
|
|
||||||
</extInfo>
|
|
||||||
</items>
|
|
||||||
<items xsi:type="form:FormField">
|
|
||||||
<name>CurrentUnknown</name>
|
|
||||||
<id>37</id>
|
|
||||||
<title>
|
|
||||||
<key>en</key>
|
|
||||||
<value>Field1</value>
|
|
||||||
</title>
|
|
||||||
<visible>true</visible>
|
|
||||||
<enabled>true</enabled>
|
|
||||||
<userVisible>
|
|
||||||
<common>true</common>
|
|
||||||
</userVisible>
|
|
||||||
<dataPath xsi:type="form:DataPath">
|
|
||||||
<segments>Items.List.CurrentData.Unknown</segments>
|
|
||||||
</dataPath>
|
|
||||||
<extendedTooltip>
|
|
||||||
<name>CurrentUnknownExtendedTooltip</name>
|
|
||||||
<id>39</id>
|
|
||||||
<visible>true</visible>
|
|
||||||
<enabled>true</enabled>
|
|
||||||
<userVisible>
|
|
||||||
<common>true</common>
|
|
||||||
</userVisible>
|
|
||||||
<type>Label</type>
|
|
||||||
<autoMaxWidth>true</autoMaxWidth>
|
|
||||||
<autoMaxHeight>true</autoMaxHeight>
|
|
||||||
<extInfo xsi:type="form:LabelDecorationExtInfo">
|
|
||||||
<horizontalAlign>Left</horizontalAlign>
|
|
||||||
</extInfo>
|
|
||||||
</extendedTooltip>
|
|
||||||
<contextMenu>
|
|
||||||
<name>CurrentUnknownContextMenu</name>
|
|
||||||
<id>38</id>
|
|
||||||
<visible>true</visible>
|
|
||||||
<enabled>true</enabled>
|
|
||||||
<userVisible>
|
|
||||||
<common>true</common>
|
|
||||||
</userVisible>
|
|
||||||
<autoFill>true</autoFill>
|
|
||||||
</contextMenu>
|
|
||||||
<type>InputField</type>
|
|
||||||
<editMode>Enter</editMode>
|
|
||||||
<showInHeader>true</showInHeader>
|
|
||||||
<headerHorizontalAlign>Left</headerHorizontalAlign>
|
|
||||||
<showInFooter>true</showInFooter>
|
|
||||||
<extInfo xsi:type="form:InputFieldExtInfo">
|
|
||||||
<autoMaxWidth>true</autoMaxWidth>
|
|
||||||
<autoMaxHeight>true</autoMaxHeight>
|
|
||||||
<wrap>true</wrap>
|
|
||||||
<chooseType>true</chooseType>
|
|
||||||
<typeDomainEnabled>true</typeDomainEnabled>
|
|
||||||
<textEdit>true</textEdit>
|
|
||||||
</extInfo>
|
|
||||||
</items>
|
|
||||||
<autoCommandBar>
|
|
||||||
<name>FormCommandBar</name>
|
|
||||||
<id>-1</id>
|
|
||||||
<visible>true</visible>
|
|
||||||
<enabled>true</enabled>
|
|
||||||
<userVisible>
|
|
||||||
<common>true</common>
|
|
||||||
</userVisible>
|
|
||||||
<horizontalAlign>Left</horizontalAlign>
|
|
||||||
<autoFill>true</autoFill>
|
|
||||||
</autoCommandBar>
|
|
||||||
<autoTitle>true</autoTitle>
|
|
||||||
<autoUrl>true</autoUrl>
|
|
||||||
<group>Vertical</group>
|
|
||||||
<autoFillCheck>true</autoFillCheck>
|
|
||||||
<allowFormCustomize>true</allowFormCustomize>
|
|
||||||
<enabled>true</enabled>
|
|
||||||
<showTitle>true</showTitle>
|
|
||||||
<showCloseButton>true</showCloseButton>
|
|
||||||
<attributes>
|
|
||||||
<name>List</name>
|
|
||||||
<id>1</id>
|
|
||||||
<valueType>
|
|
||||||
<types>DynamicList</types>
|
|
||||||
</valueType>
|
|
||||||
<view>
|
|
||||||
<common>true</common>
|
|
||||||
</view>
|
|
||||||
<edit>
|
|
||||||
<common>true</common>
|
|
||||||
</edit>
|
|
||||||
<notDefaultUseAlwaysAttributes xsi:type="form:DataPath">
|
|
||||||
<segments>List.Ref</segments>
|
|
||||||
</notDefaultUseAlwaysAttributes>
|
|
||||||
<main>true</main>
|
|
||||||
<extInfo xsi:type="form:DynamicListExtInfo">
|
|
||||||
<mainTable>Catalog.Products</mainTable>
|
|
||||||
<dynamicDataRead>true</dynamicDataRead>
|
|
||||||
<autoFillAvailableFields>true</autoFillAvailableFields>
|
|
||||||
<autoSaveUserSettings>true</autoSaveUserSettings>
|
|
||||||
<getInvisibleFieldPresentations>true</getInvisibleFieldPresentations>
|
|
||||||
</extInfo>
|
|
||||||
</attributes>
|
|
||||||
<commandInterface>
|
|
||||||
<navigationPanel/>
|
|
||||||
<commandBar/>
|
|
||||||
</commandInterface>
|
|
||||||
<extInfo xsi:type="form:DynamicListFormExtInfo"/>
|
|
||||||
</form:Form>
|
|
@ -1,71 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<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="d364427e-f53e-4d29-a5bc-a6c16d22323b">
|
|
||||||
<producedTypes>
|
|
||||||
<objectType typeId="53a76871-35c0-423f-9227-865045fefe53" valueTypeId="57db2d11-fb6b-4708-b108-e5ed79ca9a95"/>
|
|
||||||
<refType typeId="690ed8f9-0966-4c2c-b415-9ca06fa662cd" valueTypeId="925c07c0-59e7-4070-81c9-adfe15bb72fe"/>
|
|
||||||
<selectionType typeId="3f3acb06-904a-4d6c-98a3-273dee46fff5" valueTypeId="f58df224-b028-43a5-8efa-d623a9e4fb98"/>
|
|
||||||
<listType typeId="f5bf9531-e3b4-49bc-bc1b-72a4d0e6d764" valueTypeId="1a37c51d-244b-493f-b9ec-595353e3967d"/>
|
|
||||||
<managerType typeId="6cd658a9-0e37-49da-9006-31bdb97d76aa" valueTypeId="7e862f6c-1d19-40ae-b915-119334682703"/>
|
|
||||||
</producedTypes>
|
|
||||||
<name>Products</name>
|
|
||||||
<synonym>
|
|
||||||
<key>en</key>
|
|
||||||
<value>Products</value>
|
|
||||||
</synonym>
|
|
||||||
<useStandardCommands>true</useStandardCommands>
|
|
||||||
<inputByString>Catalog.Products.StandardAttribute.Code</inputByString>
|
|
||||||
<inputByString>Catalog.Products.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>
|
|
||||||
<defaultObjectForm>Catalog.Products.Form.ItemForm</defaultObjectForm>
|
|
||||||
<defaultListForm>Catalog.Products.Form.ListForm</defaultListForm>
|
|
||||||
<attributes uuid="4892362d-c38a-4462-950e-d7c6de3f3fcf">
|
|
||||||
<name>SKU</name>
|
|
||||||
<synonym>
|
|
||||||
<key>en</key>
|
|
||||||
<value>SKU</value>
|
|
||||||
</synonym>
|
|
||||||
<type>
|
|
||||||
<types>String</types>
|
|
||||||
<stringQualifiers>
|
|
||||||
<length>10</length>
|
|
||||||
</stringQualifiers>
|
|
||||||
</type>
|
|
||||||
<minValue xsi:type="core:UndefinedValue"/>
|
|
||||||
<maxValue xsi:type="core:UndefinedValue"/>
|
|
||||||
<fillValue xsi:type="core:UndefinedValue"/>
|
|
||||||
<fullTextSearch>Use</fullTextSearch>
|
|
||||||
<dataHistory>Use</dataHistory>
|
|
||||||
</attributes>
|
|
||||||
<forms uuid="88699109-2b46-4cb6-9c97-86d10aca9f8f">
|
|
||||||
<name>ItemForm</name>
|
|
||||||
<synonym>
|
|
||||||
<key>en</key>
|
|
||||||
<value>Item form</value>
|
|
||||||
</synonym>
|
|
||||||
<usePurposes>PersonalComputer</usePurposes>
|
|
||||||
<usePurposes>MobileDevice</usePurposes>
|
|
||||||
</forms>
|
|
||||||
<forms uuid="eca8b70c-5d51-43e7-acff-27dd977593df">
|
|
||||||
<name>ListForm</name>
|
|
||||||
<synonym>
|
|
||||||
<key>en</key>
|
|
||||||
<value>List form</value>
|
|
||||||
</synonym>
|
|
||||||
<usePurposes>PersonalComputer</usePurposes>
|
|
||||||
<usePurposes>MobileDevice</usePurposes>
|
|
||||||
</forms>
|
|
||||||
</mdclass:Catalog>
|
|
@ -1,9 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<Settings xmlns="http://v8.1c.ru/8.1/data-composition-system/settings" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:v8="http://v8.1c.ru/8.1/data/core" xmlns:v8ui="http://v8.1c.ru/8.1/data/ui" xmlns:style="http://v8.1c.ru/8.1/data/ui/style" xmlns:sys="http://v8.1c.ru/8.1/data/ui/fonts/system" xmlns:web="http://v8.1c.ru/8.1/data/ui/colors/web" xmlns:win="http://v8.1c.ru/8.1/data/ui/colors/windows" xmlns:dcscor="http://v8.1c.ru/8.1/data-composition-system/core">
|
|
||||||
<filter>
|
|
||||||
</filter>
|
|
||||||
<order>
|
|
||||||
</order>
|
|
||||||
<conditionalAppearance>
|
|
||||||
</conditionalAppearance>
|
|
||||||
</Settings>
|
|
@ -1,358 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<form:Form xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:core="http://g5.1c.ru/v8/dt/mcore" xmlns:form="http://g5.1c.ru/v8/dt/form" xmlns:schema="http://g5.1c.ru/v8/dt/data-composition-system/schema">
|
|
||||||
<items xsi:type="form:Table">
|
|
||||||
<name>List</name>
|
|
||||||
<id>1</id>
|
|
||||||
<visible>true</visible>
|
|
||||||
<enabled>true</enabled>
|
|
||||||
<userVisible>
|
|
||||||
<common>true</common>
|
|
||||||
</userVisible>
|
|
||||||
<dataPath xsi:type="form:DataPath">
|
|
||||||
<segments>List</segments>
|
|
||||||
</dataPath>
|
|
||||||
<titleLocation>None</titleLocation>
|
|
||||||
<items xsi:type="form:FormField">
|
|
||||||
<name>ListField1</name>
|
|
||||||
<id>14</id>
|
|
||||||
<visible>true</visible>
|
|
||||||
<enabled>true</enabled>
|
|
||||||
<userVisible>
|
|
||||||
<common>true</common>
|
|
||||||
</userVisible>
|
|
||||||
<dataPath xsi:type="form:DataPath">
|
|
||||||
<segments>List.Field1</segments>
|
|
||||||
</dataPath>
|
|
||||||
<extendedTooltip>
|
|
||||||
<name>ListField1ExtendedTooltip</name>
|
|
||||||
<id>16</id>
|
|
||||||
<visible>true</visible>
|
|
||||||
<enabled>true</enabled>
|
|
||||||
<userVisible>
|
|
||||||
<common>true</common>
|
|
||||||
</userVisible>
|
|
||||||
<type>Label</type>
|
|
||||||
<autoMaxWidth>true</autoMaxWidth>
|
|
||||||
<autoMaxHeight>true</autoMaxHeight>
|
|
||||||
<extInfo xsi:type="form:LabelDecorationExtInfo">
|
|
||||||
<horizontalAlign>Left</horizontalAlign>
|
|
||||||
</extInfo>
|
|
||||||
</extendedTooltip>
|
|
||||||
<contextMenu>
|
|
||||||
<name>ListField1ContextMenu</name>
|
|
||||||
<id>15</id>
|
|
||||||
<visible>true</visible>
|
|
||||||
<enabled>true</enabled>
|
|
||||||
<userVisible>
|
|
||||||
<common>true</common>
|
|
||||||
</userVisible>
|
|
||||||
<autoFill>true</autoFill>
|
|
||||||
</contextMenu>
|
|
||||||
<type>InputField</type>
|
|
||||||
<editMode>Enter</editMode>
|
|
||||||
<showInHeader>true</showInHeader>
|
|
||||||
<headerHorizontalAlign>Left</headerHorizontalAlign>
|
|
||||||
<showInFooter>true</showInFooter>
|
|
||||||
<extInfo xsi:type="form:InputFieldExtInfo">
|
|
||||||
<autoMaxWidth>true</autoMaxWidth>
|
|
||||||
<autoMaxHeight>true</autoMaxHeight>
|
|
||||||
<wrap>true</wrap>
|
|
||||||
<chooseType>true</chooseType>
|
|
||||||
<typeDomainEnabled>true</typeDomainEnabled>
|
|
||||||
<textEdit>true</textEdit>
|
|
||||||
</extInfo>
|
|
||||||
</items>
|
|
||||||
<items xsi:type="form:FormField">
|
|
||||||
<name>ListField2</name>
|
|
||||||
<id>17</id>
|
|
||||||
<visible>true</visible>
|
|
||||||
<enabled>true</enabled>
|
|
||||||
<userVisible>
|
|
||||||
<common>true</common>
|
|
||||||
</userVisible>
|
|
||||||
<dataPath xsi:type="form:DataPath">
|
|
||||||
<segments>List.Field2</segments>
|
|
||||||
</dataPath>
|
|
||||||
<extendedTooltip>
|
|
||||||
<name>ListField2ExtendedTooltip</name>
|
|
||||||
<id>19</id>
|
|
||||||
<visible>true</visible>
|
|
||||||
<enabled>true</enabled>
|
|
||||||
<userVisible>
|
|
||||||
<common>true</common>
|
|
||||||
</userVisible>
|
|
||||||
<type>Label</type>
|
|
||||||
<autoMaxWidth>true</autoMaxWidth>
|
|
||||||
<autoMaxHeight>true</autoMaxHeight>
|
|
||||||
<extInfo xsi:type="form:LabelDecorationExtInfo">
|
|
||||||
<horizontalAlign>Left</horizontalAlign>
|
|
||||||
</extInfo>
|
|
||||||
</extendedTooltip>
|
|
||||||
<contextMenu>
|
|
||||||
<name>ListField2ContextMenu</name>
|
|
||||||
<id>18</id>
|
|
||||||
<visible>true</visible>
|
|
||||||
<enabled>true</enabled>
|
|
||||||
<userVisible>
|
|
||||||
<common>true</common>
|
|
||||||
</userVisible>
|
|
||||||
<autoFill>true</autoFill>
|
|
||||||
</contextMenu>
|
|
||||||
<type>InputField</type>
|
|
||||||
<editMode>Enter</editMode>
|
|
||||||
<showInHeader>true</showInHeader>
|
|
||||||
<headerHorizontalAlign>Left</headerHorizontalAlign>
|
|
||||||
<showInFooter>true</showInFooter>
|
|
||||||
<extInfo xsi:type="form:InputFieldExtInfo">
|
|
||||||
<autoMaxWidth>true</autoMaxWidth>
|
|
||||||
<autoMaxHeight>true</autoMaxHeight>
|
|
||||||
<wrap>true</wrap>
|
|
||||||
<chooseType>true</chooseType>
|
|
||||||
<typeDomainEnabled>true</typeDomainEnabled>
|
|
||||||
<textEdit>true</textEdit>
|
|
||||||
</extInfo>
|
|
||||||
</items>
|
|
||||||
<autoCommandBar>
|
|
||||||
<name>ListCommandBar</name>
|
|
||||||
<id>2</id>
|
|
||||||
<visible>true</visible>
|
|
||||||
<enabled>true</enabled>
|
|
||||||
<userVisible>
|
|
||||||
<common>true</common>
|
|
||||||
</userVisible>
|
|
||||||
<horizontalAlign>Left</horizontalAlign>
|
|
||||||
<autoFill>true</autoFill>
|
|
||||||
</autoCommandBar>
|
|
||||||
<searchStringAddition>
|
|
||||||
<visible>true</visible>
|
|
||||||
<enabled>true</enabled>
|
|
||||||
<userVisible>
|
|
||||||
<common>true</common>
|
|
||||||
</userVisible>
|
|
||||||
<name>ListSearchString</name>
|
|
||||||
<id>5</id>
|
|
||||||
<extendedTooltip>
|
|
||||||
<name>ListSearchStringExtendedTooltip</name>
|
|
||||||
<id>7</id>
|
|
||||||
<visible>true</visible>
|
|
||||||
<enabled>true</enabled>
|
|
||||||
<userVisible>
|
|
||||||
<common>true</common>
|
|
||||||
</userVisible>
|
|
||||||
<type>Label</type>
|
|
||||||
<autoMaxWidth>true</autoMaxWidth>
|
|
||||||
<autoMaxHeight>true</autoMaxHeight>
|
|
||||||
<extInfo xsi:type="form:LabelDecorationExtInfo">
|
|
||||||
<horizontalAlign>Left</horizontalAlign>
|
|
||||||
</extInfo>
|
|
||||||
</extendedTooltip>
|
|
||||||
<contextMenu>
|
|
||||||
<name>ListSearchStringContextMenu</name>
|
|
||||||
<id>6</id>
|
|
||||||
<visible>true</visible>
|
|
||||||
<enabled>true</enabled>
|
|
||||||
<userVisible>
|
|
||||||
<common>true</common>
|
|
||||||
</userVisible>
|
|
||||||
<autoFill>true</autoFill>
|
|
||||||
</contextMenu>
|
|
||||||
<extInfo xsi:type="form:SearchStringAdditionExtInfo">
|
|
||||||
<autoMaxWidth>true</autoMaxWidth>
|
|
||||||
</extInfo>
|
|
||||||
</searchStringAddition>
|
|
||||||
<viewStatusAddition>
|
|
||||||
<visible>true</visible>
|
|
||||||
<enabled>true</enabled>
|
|
||||||
<userVisible>
|
|
||||||
<common>true</common>
|
|
||||||
</userVisible>
|
|
||||||
<name>ListViewStatus</name>
|
|
||||||
<id>11</id>
|
|
||||||
<extendedTooltip>
|
|
||||||
<name>ListViewStatusExtendedTooltip</name>
|
|
||||||
<id>13</id>
|
|
||||||
<visible>true</visible>
|
|
||||||
<enabled>true</enabled>
|
|
||||||
<userVisible>
|
|
||||||
<common>true</common>
|
|
||||||
</userVisible>
|
|
||||||
<type>Label</type>
|
|
||||||
<autoMaxWidth>true</autoMaxWidth>
|
|
||||||
<autoMaxHeight>true</autoMaxHeight>
|
|
||||||
<extInfo xsi:type="form:LabelDecorationExtInfo">
|
|
||||||
<horizontalAlign>Left</horizontalAlign>
|
|
||||||
</extInfo>
|
|
||||||
</extendedTooltip>
|
|
||||||
<contextMenu>
|
|
||||||
<name>ListViewStatusContextMenu</name>
|
|
||||||
<id>12</id>
|
|
||||||
<visible>true</visible>
|
|
||||||
<enabled>true</enabled>
|
|
||||||
<userVisible>
|
|
||||||
<common>true</common>
|
|
||||||
</userVisible>
|
|
||||||
<autoFill>true</autoFill>
|
|
||||||
</contextMenu>
|
|
||||||
<type>ViewStatusAddition</type>
|
|
||||||
<extInfo xsi:type="form:ViewStatusAdditionExtInfo">
|
|
||||||
<autoMaxWidth>true</autoMaxWidth>
|
|
||||||
</extInfo>
|
|
||||||
</viewStatusAddition>
|
|
||||||
<searchControlAddition>
|
|
||||||
<visible>true</visible>
|
|
||||||
<enabled>true</enabled>
|
|
||||||
<userVisible>
|
|
||||||
<common>true</common>
|
|
||||||
</userVisible>
|
|
||||||
<name>ListSearchControl</name>
|
|
||||||
<id>8</id>
|
|
||||||
<extendedTooltip>
|
|
||||||
<name>ListSearchControlExtendedTooltip</name>
|
|
||||||
<id>10</id>
|
|
||||||
<visible>true</visible>
|
|
||||||
<enabled>true</enabled>
|
|
||||||
<userVisible>
|
|
||||||
<common>true</common>
|
|
||||||
</userVisible>
|
|
||||||
<type>Label</type>
|
|
||||||
<autoMaxWidth>true</autoMaxWidth>
|
|
||||||
<autoMaxHeight>true</autoMaxHeight>
|
|
||||||
<extInfo xsi:type="form:LabelDecorationExtInfo">
|
|
||||||
<horizontalAlign>Left</horizontalAlign>
|
|
||||||
</extInfo>
|
|
||||||
</extendedTooltip>
|
|
||||||
<contextMenu>
|
|
||||||
<name>ListSearchControlContextMenu</name>
|
|
||||||
<id>9</id>
|
|
||||||
<visible>true</visible>
|
|
||||||
<enabled>true</enabled>
|
|
||||||
<userVisible>
|
|
||||||
<common>true</common>
|
|
||||||
</userVisible>
|
|
||||||
<autoFill>true</autoFill>
|
|
||||||
</contextMenu>
|
|
||||||
<type>SearchControlAddition</type>
|
|
||||||
<extInfo xsi:type="form:SearchControlAdditionExtInfo">
|
|
||||||
<autoMaxWidth>true</autoMaxWidth>
|
|
||||||
</extInfo>
|
|
||||||
</searchControlAddition>
|
|
||||||
<extendedTooltip>
|
|
||||||
<name>ListExtendedTooltip</name>
|
|
||||||
<id>4</id>
|
|
||||||
<visible>true</visible>
|
|
||||||
<enabled>true</enabled>
|
|
||||||
<userVisible>
|
|
||||||
<common>true</common>
|
|
||||||
</userVisible>
|
|
||||||
<type>Label</type>
|
|
||||||
<autoMaxWidth>true</autoMaxWidth>
|
|
||||||
<autoMaxHeight>true</autoMaxHeight>
|
|
||||||
<extInfo xsi:type="form:LabelDecorationExtInfo">
|
|
||||||
<horizontalAlign>Left</horizontalAlign>
|
|
||||||
</extInfo>
|
|
||||||
</extendedTooltip>
|
|
||||||
<contextMenu>
|
|
||||||
<name>ListContextMenu</name>
|
|
||||||
<id>3</id>
|
|
||||||
<visible>true</visible>
|
|
||||||
<enabled>true</enabled>
|
|
||||||
<userVisible>
|
|
||||||
<common>true</common>
|
|
||||||
</userVisible>
|
|
||||||
<autoFill>true</autoFill>
|
|
||||||
</contextMenu>
|
|
||||||
<representation>HierarchicalList</representation>
|
|
||||||
<changeRowSet>true</changeRowSet>
|
|
||||||
<changeRowOrder>true</changeRowOrder>
|
|
||||||
<autoMaxWidth>true</autoMaxWidth>
|
|
||||||
<autoMaxHeight>true</autoMaxHeight>
|
|
||||||
<autoMaxRowsCount>true</autoMaxRowsCount>
|
|
||||||
<selectionMode>MultiRow</selectionMode>
|
|
||||||
<header>true</header>
|
|
||||||
<headerHeight>1</headerHeight>
|
|
||||||
<footerHeight>1</footerHeight>
|
|
||||||
<horizontalScrollBar>AutoUse</horizontalScrollBar>
|
|
||||||
<verticalScrollBar>AutoUse</verticalScrollBar>
|
|
||||||
<horizontalLines>true</horizontalLines>
|
|
||||||
<verticalLines>true</verticalLines>
|
|
||||||
<searchOnInput>Auto</searchOnInput>
|
|
||||||
<initialListView>Auto</initialListView>
|
|
||||||
<horizontalStretch>true</horizontalStretch>
|
|
||||||
<verticalStretch>true</verticalStretch>
|
|
||||||
<fileDragMode>AsFileRef</fileDragMode>
|
|
||||||
<extInfo xsi:type="form:DynamicListTableExtInfo">
|
|
||||||
<autoRefreshPeriod>60</autoRefreshPeriod>
|
|
||||||
<period>
|
|
||||||
<startDate>0001-01-01T00:00:00</startDate>
|
|
||||||
<endDate>0001-01-01T00:00:00</endDate>
|
|
||||||
</period>
|
|
||||||
<topLevelParent xsi:type="core:UndefinedValue"/>
|
|
||||||
<showRoot>true</showRoot>
|
|
||||||
</extInfo>
|
|
||||||
</items>
|
|
||||||
<autoCommandBar>
|
|
||||||
<name>FormCommandBar</name>
|
|
||||||
<id>-1</id>
|
|
||||||
<visible>true</visible>
|
|
||||||
<enabled>true</enabled>
|
|
||||||
<userVisible>
|
|
||||||
<common>true</common>
|
|
||||||
</userVisible>
|
|
||||||
<horizontalAlign>Left</horizontalAlign>
|
|
||||||
<autoFill>true</autoFill>
|
|
||||||
</autoCommandBar>
|
|
||||||
<autoTitle>true</autoTitle>
|
|
||||||
<autoUrl>true</autoUrl>
|
|
||||||
<group>Vertical</group>
|
|
||||||
<autoFillCheck>true</autoFillCheck>
|
|
||||||
<allowFormCustomize>true</allowFormCustomize>
|
|
||||||
<enabled>true</enabled>
|
|
||||||
<showTitle>true</showTitle>
|
|
||||||
<showCloseButton>true</showCloseButton>
|
|
||||||
<attributes>
|
|
||||||
<name>List</name>
|
|
||||||
<title>
|
|
||||||
<key>en</key>
|
|
||||||
<value>List</value>
|
|
||||||
</title>
|
|
||||||
<id>1</id>
|
|
||||||
<valueType>
|
|
||||||
<types>DynamicList</types>
|
|
||||||
</valueType>
|
|
||||||
<view>
|
|
||||||
<common>true</common>
|
|
||||||
</view>
|
|
||||||
<edit>
|
|
||||||
<common>true</common>
|
|
||||||
</edit>
|
|
||||||
<extInfo xsi:type="form:DynamicListExtInfo">
|
|
||||||
<queryText>SELECT
|
|
||||||
1</queryText>
|
|
||||||
<autoFillAvailableFields>true</autoFillAvailableFields>
|
|
||||||
<customQuery>true</customQuery>
|
|
||||||
<autoSaveUserSettings>true</autoSaveUserSettings>
|
|
||||||
<getInvisibleFieldPresentations>true</getInvisibleFieldPresentations>
|
|
||||||
<fields xsi:type="schema:DataCompositionSchemaDataSetField">
|
|
||||||
<dataPath>Field1</dataPath>
|
|
||||||
<field>Field1</field>
|
|
||||||
<title>
|
|
||||||
<localValue>
|
|
||||||
<content>
|
|
||||||
<key>en</key>
|
|
||||||
<value>Field1</value>
|
|
||||||
</content>
|
|
||||||
</localValue>
|
|
||||||
</title>
|
|
||||||
<role>
|
|
||||||
<accountTypeExpression></accountTypeExpression>
|
|
||||||
<balanceGroupName></balanceGroupName>
|
|
||||||
<accountField></accountField>
|
|
||||||
</role>
|
|
||||||
</fields>
|
|
||||||
</extInfo>
|
|
||||||
</attributes>
|
|
||||||
<commandInterface>
|
|
||||||
<navigationPanel/>
|
|
||||||
<commandBar/>
|
|
||||||
</commandInterface>
|
|
||||||
</form:Form>
|
|
@ -1,10 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<mdclass:CommonForm xmlns:mdclass="http://g5.1c.ru/v8/dt/metadata/mdclass" uuid="14ff7a31-76c2-40c9-9b2f-a8305ca0e465">
|
|
||||||
<name>ListForm</name>
|
|
||||||
<synonym>
|
|
||||||
<key>en</key>
|
|
||||||
<value>List form</value>
|
|
||||||
</synonym>
|
|
||||||
<usePurposes>PersonalComputer</usePurposes>
|
|
||||||
<usePurposes>MobileDevice</usePurposes>
|
|
||||||
</mdclass:CommonForm>
|
|
@ -1,2 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<cmi:CommandInterface xmlns:cmi="http://g5.1c.ru/v8/dt/cmi"/>
|
|
@ -1,43 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<mdclass:Configuration xmlns:mdclass="http://g5.1c.ru/v8/dt/metadata/mdclass" uuid="a73b06e0-bf72-4a43-ad5e-e8741108f352">
|
|
||||||
<name>FormDataPath</name>
|
|
||||||
<synonym>
|
|
||||||
<key>en</key>
|
|
||||||
<value>Form data path</value>
|
|
||||||
</synonym>
|
|
||||||
<containedObjects classId="9cd510cd-abfc-11d4-9434-004095e12fc7" objectId="b5c06881-556e-40b8-9114-787ac6489313"/>
|
|
||||||
<containedObjects classId="9fcd25a0-4822-11d4-9414-008048da11f9" objectId="02875f17-03ac-45f8-830a-efb66559f6c1"/>
|
|
||||||
<containedObjects classId="e3687481-0a87-462c-a166-9f34594f9bba" objectId="cf8fd765-f1aa-4cf4-8ee2-d925126dadd3"/>
|
|
||||||
<containedObjects classId="9de14907-ec23-4a07-96f0-85521cb6b53b" objectId="2dad9caf-7d90-45c7-8e2d-d4d132d20ff7"/>
|
|
||||||
<containedObjects classId="51f2d5d8-ea4d-4064-8892-82951750031e" objectId="dbca3c77-38c2-43fd-aa73-3004e6ebf4d2"/>
|
|
||||||
<containedObjects classId="e68182ea-4237-4383-967f-90c1e3370bc7" objectId="083809da-f4bb-470d-a8e2-945b23d5562b"/>
|
|
||||||
<containedObjects classId="fb282519-d103-4dd3-bc12-cb271d631dfc" objectId="7040ced6-dfad-48fc-a5c1-4566116fe2e5"/>
|
|
||||||
<configurationExtensionCompatibilityMode>8.3.19</configurationExtensionCompatibilityMode>
|
|
||||||
<defaultRunMode>ManagedApplication</defaultRunMode>
|
|
||||||
<usePurposes>PersonalComputer</usePurposes>
|
|
||||||
<usedMobileApplicationFunctionalities>
|
|
||||||
<functionality>
|
|
||||||
<use>true</use>
|
|
||||||
</functionality>
|
|
||||||
<functionality>
|
|
||||||
<functionality>OSBackup</functionality>
|
|
||||||
<use>true</use>
|
|
||||||
</functionality>
|
|
||||||
</usedMobileApplicationFunctionalities>
|
|
||||||
<defaultLanguage>Language.English</defaultLanguage>
|
|
||||||
<dataLockControlMode>Managed</dataLockControlMode>
|
|
||||||
<objectAutonumerationMode>NotAutoFree</objectAutonumerationMode>
|
|
||||||
<modalityUseMode>DontUse</modalityUseMode>
|
|
||||||
<synchronousPlatformExtensionAndAddInCallUseMode>DontUse</synchronousPlatformExtensionAndAddInCallUseMode>
|
|
||||||
<compatibilityMode>8.3.19</compatibilityMode>
|
|
||||||
<languages uuid="023f10d7-c685-40ba-b389-1accedc5d47d">
|
|
||||||
<name>English</name>
|
|
||||||
<synonym>
|
|
||||||
<key>en</key>
|
|
||||||
<value>English</value>
|
|
||||||
</synonym>
|
|
||||||
<languageCode>en</languageCode>
|
|
||||||
</languages>
|
|
||||||
<commonForms>CommonForm.ListForm</commonForms>
|
|
||||||
<catalogs>Catalog.Products</catalogs>
|
|
||||||
</mdclass:Configuration>
|
|
@ -1,2 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<cmi:CommandInterface xmlns:cmi="http://g5.1c.ru/v8/dt/cmi"/>
|
|
@ -12,6 +12,6 @@ Import-Package: com._1c.g5.v8.bm.integration;version="[9.1.0,10.0.0)",
|
|||||||
com._1c.g5.v8.dt.core.platform;version="[10.3.0,11.0.0)",
|
com._1c.g5.v8.dt.core.platform;version="[10.3.0,11.0.0)",
|
||||||
com._1c.g5.v8.dt.testing;version="[3.1.0,4.0.0)",
|
com._1c.g5.v8.dt.testing;version="[3.1.0,4.0.0)",
|
||||||
com.e1c.g5.v8.dt.testing.check;version="[1.0.0,2.0.0)",
|
com.e1c.g5.v8.dt.testing.check;version="[1.0.0,2.0.0)",
|
||||||
com._1c.g5.v8.dt.validation.marker;version="[4.0.0,5.0.0)",
|
com._1c.g5.v8.dt.validation.marker;version="[5.0.0,6.0.0)",
|
||||||
org.junit;version="[4.13.0,5.0.0)"
|
org.junit;version="[4.13.0,5.0.0)"
|
||||||
Require-Bundle: org.eclipse.core.resources;bundle-version="[3.13.0,4.0.0)"
|
Require-Bundle: org.eclipse.core.resources;bundle-version="[3.13.0,4.0.0)"
|
||||||
|
@ -11,10 +11,10 @@ Bundle-Localization: fragment
|
|||||||
Import-Package: com._1c.g5.v8.bm.integration;version="[9.1.0,10.0.0)",
|
Import-Package: com._1c.g5.v8.bm.integration;version="[9.1.0,10.0.0)",
|
||||||
com._1c.g5.v8.dt.core.platform;version="[10.3.0,11.0.0)",
|
com._1c.g5.v8.dt.core.platform;version="[10.3.0,11.0.0)",
|
||||||
com._1c.g5.v8.dt.dcs.util;version="[13.0.0,14.0.0)",
|
com._1c.g5.v8.dt.dcs.util;version="[13.0.0,14.0.0)",
|
||||||
com._1c.g5.v8.dt.form.model;version="[9.0.0,10.0.0)",
|
com._1c.g5.v8.dt.form.model;version="[10.0.0,11.0.0)",
|
||||||
com._1c.g5.v8.dt.mcore;version="[6.0.0,7.0.0)",
|
com._1c.g5.v8.dt.mcore;version="[6.0.0,7.0.0)",
|
||||||
com._1c.g5.v8.dt.testing;version="[3.0.0,4.0.0)",
|
com._1c.g5.v8.dt.testing;version="[3.0.0,4.0.0)",
|
||||||
com._1c.g5.v8.dt.validation.marker;version="[4.0.0,5.0.0)",
|
com._1c.g5.v8.dt.validation.marker;version="[5.0.0,6.0.0)",
|
||||||
com.e1c.g5.v8.dt.testing.check;version="[1.0.0,2.0.0)",
|
com.e1c.g5.v8.dt.testing.check;version="[1.0.0,2.0.0)",
|
||||||
org.junit;version="[4.13.0,5.0.0)"
|
org.junit;version="[4.13.0,5.0.0)"
|
||||||
Require-Bundle: org.eclipse.core.resources;bundle-version="[3.13.900,4.0.0)",
|
Require-Bundle: org.eclipse.core.resources;bundle-version="[3.13.900,4.0.0)",
|
||||||
|
@ -14,6 +14,6 @@ Import-Package: com._1c.g5.v8.dt.core.platform;version="[10.4.0,11.0.0)",
|
|||||||
com._1c.g5.v8.dt.platform.version;version="[2.13.0,3.0.0)",
|
com._1c.g5.v8.dt.platform.version;version="[2.13.0,3.0.0)",
|
||||||
com._1c.g5.v8.dt.refactoring.core;version="[3.0.300,4.0.0)",
|
com._1c.g5.v8.dt.refactoring.core;version="[3.0.300,4.0.0)",
|
||||||
com._1c.g5.v8.dt.testing;version="[3.1.0,4.0.0)",
|
com._1c.g5.v8.dt.testing;version="[3.1.0,4.0.0)",
|
||||||
com._1c.g5.v8.dt.validation.marker;version="[4.0.0,5.0.0)",
|
com._1c.g5.v8.dt.validation.marker;version="[5.0.0,6.0.0)",
|
||||||
com.e1c.g5.v8.dt.testing.check;version="[1.0.0,2.0.0)",
|
com.e1c.g5.v8.dt.testing.check;version="[1.0.0,2.0.0)",
|
||||||
org.junit;version="[4.13.0,5.0.0)"
|
org.junit;version="[4.13.0,5.0.0)"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user