Корневой элемент report-import-config. Файл: report-import-config.xml

Описывает пакет массовой загрузки отчетов

<?xml version="1.0" encoding="UTF-8"?>
<report-import-config>
 
    <!-- Путь к конфигурационным файлам к описанию отчетов -->
    <csv>
        <!-- Описание шаблона -->
        <file-path>reports/descriptions/cp1251/report_template.csv</file-path>
 
        <!-- Описание отчета -->
        <file-path>reports/descriptions/cp1251/qr_report.csv</file-path>
 
        <!-- Вызов отчета по кнопке -->
        <file-path>reports/descriptions/cp1251/qr_report_keyword.csv</file-path>
 
        <!-- Отображение отчета в представлениях указанного модуля -->
        <file-path>reports/descriptions/cp1251/qr_report_supported_type.csv</file-path>
 
        <!-- Отображение отчета в заданных представлениях -->
        <file-path>reports/descriptions/cp1251/qr_reportviewdescription.csv</file-path>    
 
        <!-- Метки шаблона -->
        <file-path>reports/descriptions/cp1251/ss_labels_settings.csv</file-path>
    </csv>
 
    <!-- Шаблоны отчетов -->
    <templates>
 
        <!-- Путь к шаблону -->
        <template>
            <file-path>reports/{path}/template.xml</file-path>
            <file-path>reports/{path}/{name}.docx</file-path>
        </template>
    </templates>
 
</report-import-config>

csv

ПараметрыОписание

file-path

Путь к конфигурационным файлам отчетов:

templates → template

ПараметрыОписание

file-path

Путь к файлам шаблона отчета
Статус

КомментарийДополнительный комментарий

Теги и атрибуты: