-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
64 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
--- | ||
layout: default | ||
title: Сравнение макетов | ||
parent: Настройка макета | ||
grand_parent: Документация | ||
nav_order: 16 | ||
--- | ||
|
||
# Сравнение макетов | ||
|
||
Одна из проблем печатных форм созданных в режиме конфигуратора 1С (независимо от способа) является сложность сравнения. Причины сложности сравнения "обычных" печатных форм в следующем: | ||
|
||
* Невозможность сравнить данные из ИБ и параметры макета; | ||
* Шаблон печатной формы находится отдельно от методов сбора и/или вывода данных; | ||
|
||
PrintWizard лишен этих недостатков по той причине, что макет конструктора содержит всю информацию необходимую для макета внутри себя. При этом существует прямая связь между параметрами шаблона печатной формы и источником данных. | ||
|
||
Также для удобного анализа макетов в PrintWizard разработана собственная форма сравнения макетов конструктора | ||
|
||
<p align="center"> | ||
<a href="./../img/ch_02/75_compare_form.png"><img src="./../img/ch_02/75_compare_form.png" style="width:700px"></a> | ||
<br>Форма сравнения макетов PrintWizard | ||
</p> | ||
|
||
Сравнивать между собой можно: | ||
* макеты сохраненные в ИБ (в справочнике); | ||
* макеты сохраненные в файл в формате *.pdwx; | ||
* макеты внешних печатных форм (*.epf) полученных обработкой экспорта конструктора. | ||
|
||
Также механизм сравнения обладает дополнительным функционалом для анализа изменений: | ||
|
||
* форма для сравнения: текста запроса, кода алгоритмов, строковых значений; | ||
* форма для сравнения табличных документов. | ||
|
||
Единственный существенный недостаток, механизм сравнения не обладает возможностью объединения. Этот функционал планируется реализовать в будущем. | ||
|
||
<p align="center"> | ||
<a href="./../img/76_compare_query.png"><img src="./../img/ch_02/76_compare_query.png" style="width:700px"></a> | ||
<br>Сравнение текста запроса | ||
</p> | ||
|
||
<p align="center"> | ||
<a href="./../img/77_compare_mxl.png"><img src="./../img/ch_02/77_compare_mxl.png" style="width:700px"></a> | ||
<br>Сравнение табличных документов | ||
</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.