Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
Synergy Maintenance
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Public Documentation
Synergy Maintenance
Commits
7688ed5d
Commit
7688ed5d
authored
Nov 02, 2022
by
Evgeniy Spirin
🤘
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Производственный план - конструктор
parent
2366ebbb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
1 deletion
+18
-1
custom-manual/First_configuration.rst
custom-manual/First_configuration.rst
+18
-1
No files found.
custom-manual/First_configuration.rst
View file @
7688ed5d
...
...
@@ -72,4 +72,21 @@
В Конструкторе (при использовании Производственного плана)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
\ No newline at end of file
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1. Открыть приложение ``ServiceARM`` (код ``service-arm``)
2. В Ресурсах js в скрипте ``main_page.js``:
* массив ``appRegistryCodes`` можно через запятую дополнить кодами реестров заявок для Производственного плана. Пример
.. code-block:: html
appRegistryCodes: ['service_registry_resourceOrders1', 'service_registry_resourceOrders2', 'service_registry_resourceOrders3'],
* массив ``appRegistryFields`` можно дополнить отображаемыми полями (типа текст ``type: 'text'``) в блоке заявки. Пример (после строки с полем Статус):
.. code-block:: html
{title: 'Краткое описание', code: 'service_form_resourceOrder_descr', type: 'text'},
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment