# -- # Copyright (C) 2001-2019 OTRS AG, https://otrs.com/ # -- # This software comes with ABSOLUTELY NO WARRANTY. For details, see # the enclosed file COPYING for license information (GPL). If you # did not receive this file, see https://www.gnu.org/licenses/gpl-3.0.txt. # -- [% SET OTRSBusinessLabel = 'OTRS Business Solution™'; SET OTRSBusinessLinkLabel = 'OTRS Business Solution™'; %]

[% Translate("Process Management") | html %]

[% BreadcrumbPath = [ { Name => Translate('Process Management'), }, ] %] [% INCLUDE "Breadcrumb.tt" Path = BreadcrumbPath %]

[% Translate("Configuration Import") | html %]

[% Translate("Here you can upload a configuration file to import a process to your system. The file needs to be in .yml format as exported by process management module.") | html %]

  • [% Translate("This field is required.") | html %]

    [% Translate("This field is required.") | html %]

[% Translate("Ready2Adopt Processes") | html %]

[% Translate("Here you can activate Ready2Adopt processes showcasing our best practices. Please note that some additional configuration may be required.") | html %]

[% IF !Data.OTRSBusinessIsInstalled %]

[% Translate("Would you like to benefit from processes created by experts? Upgrade to %s to import some sophisticated Ready2Adopt processes.") | html | ReplacePlaceholders(OTRSBusinessLinkLabel) %]

[% END %]
  • [% Data.ExampleProcessList %]

    [% Translate("This field is required.") | html %]

    [% Translate("This field is required.") | html %]

[% Translate("Description") | html %]

[% Translate("To create a new Process you can either import a Process that was exported from another system or create a complete new one.") | html %]

[% Translate("Changes to the Processes here only affect the behavior of the system, if you synchronize the Process data. By synchronizing the Processes, the newly made changes will be written to the Configuration.") | html %]

[% Translate("Processes") | html %]

[% RenderBlockStart("ProcessRow") %] [% RenderBlockEnd("ProcessRow") %] [% RenderBlockStart("ProcessNoDataRow") %] [% RenderBlockEnd("ProcessNoDataRow") %]
[% Translate("Process name") | html %] [% Translate("Description") | html %] [% Translate("State") | html %] [% Translate("Export") | html %] [% Translate("Copy") | html %] [% Translate("Print") | html %]
[% Data.Name | html %] [% Data.Description | truncate(80) | html %] [% Translate(Data.State) | html %] [% Translate("Export") | html %] [% Translate("Copy") | html %] [% Translate("Print") | html %]
[% Translate("No data found.") | html %]