54 lines
2.1 KiB
Plaintext
54 lines
2.1 KiB
Plaintext
# == Properties Section ==
|
||
# configuration properties
|
||
# use .ini format to define properties
|
||
# mandatory properties: name, artifact_home, source_home
|
||
|
||
id = Concept-Reports
|
||
name = Всеучет
|
||
description = Учет рабочего времени
|
||
artifact_home = Всеучет
|
||
source_home = Concept-Reports
|
||
install_home = \\fs1.concept.ru\projects\10 Автоматизация деятельности\02 Офисная автоматизация\01 Всеучет
|
||
|
||
%%
|
||
# === Build section ===
|
||
# Available commands:
|
||
# build LOCAL_MANIFEST
|
||
# copy LOCAL_SOURCE -> [LOCAL_ARTIFACT]
|
||
# save_as LOCAL_ARTIFACT -> LOCAL_ARTIFACT
|
||
# run LOCAL_SOURCE.bat
|
||
|
||
copy distr\80 Учет рабочего времени.xltx
|
||
copy distr\90 Ежемесячный отчет.xltx
|
||
copy distr\Производственный календарь.xlsx
|
||
copy distr\Примеры работ.xlsx
|
||
|
||
build script\worker.txt
|
||
build script\aggregator.txt
|
||
build script\projects.txt
|
||
|
||
save_as ConceptReport.xlsm -> ConceptReport.xlam
|
||
|
||
%%
|
||
# === Install section ==
|
||
# Available commands:
|
||
# install LOCAL_ARTIFACT -> [INSTALL_PATH]
|
||
# add_template LOCAL_ARTIFACT -> [LOCAL_TEMPLATE]
|
||
# run LOCAL_ARTIFACT.bat <- [PARAMETERS]
|
||
# run APPLICATION <- [PARAMETERS]
|
||
|
||
add_template 80 Учет рабочего времени.xltx
|
||
add_template 90 Ежемесячный отчет.xltx
|
||
install 80 Учет рабочего времени.xltx -> Шаблоны\80 Учет рабочего времени.xltx
|
||
install 90 Ежемесячный отчет.xltx -> Шаблоны\90 Ежемесячный отчет.xltx
|
||
|
||
install !Всеучёт.xlsm
|
||
install !Список проектов.xlsm
|
||
install Производственный календарь.xlsx
|
||
install Примеры работ.xlsx
|
||
|
||
install ConceptReport.xlam
|
||
install ConceptReport.xlam -> \\fs1.concept.ru\Exchange\ConceptDistr\data\Add-ins\Excel\ConceptReport.xlam
|
||
|
||
# manual update !Список проектов.xlsm -> \\fs1.concept.ru\Exchange\!Список проектов.xlsm
|
||
# manual update !Всеучёт.xlsm -> \\fs1.concept.ru\projects\05 СОУ Концепт\05 Отчеты Сотрудников\!ВСЕУЧЁТ\!Всеучёт.xlsm |