HOR-1823
@@ -26,220 +26,8 @@ class dashletProcessMakerEnterprise implements DashletInterface
|
||||
|
||||
public function render($width = 300)
|
||||
{
|
||||
$html = "
|
||||
<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">
|
||||
|
||||
<html xmlns=\"http://www.w3.org/1999/xhtml\">
|
||||
<head>
|
||||
<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />
|
||||
|
||||
<title></title>
|
||||
|
||||
<style type=\"text/css\">
|
||||
body{
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
||||
background: #FFFFFF;
|
||||
font: 100% arial, verdana, helvetica, sans-serif;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
#container{
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.clearf{
|
||||
clear: both;
|
||||
|
||||
height: 0;
|
||||
line-height: 0;
|
||||
font-size: 0;
|
||||
}
|
||||
|
||||
.dnone{
|
||||
display:none;
|
||||
}
|
||||
|
||||
.icon{
|
||||
float:left;
|
||||
|
||||
margin-left: 4.5%;
|
||||
|
||||
width: 12%;
|
||||
}
|
||||
|
||||
.description{
|
||||
float: right;
|
||||
|
||||
margin-right: 1%;
|
||||
|
||||
width: 80.5%;
|
||||
|
||||
font-size: 64%;
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
.icon img{
|
||||
width: 35px;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.description a{
|
||||
color: #1A4897;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.icon, .description{
|
||||
margin-top: 0.65em;
|
||||
}
|
||||
</style>
|
||||
|
||||
<script type=\"text/javascript\">
|
||||
function pageHide(p)
|
||||
{ //document.body.scrollTop = 0;
|
||||
//document.getElementById(\"container\").scrollIntoView(true);
|
||||
window.scroll(0, 0);
|
||||
|
||||
document.getElementById(\"page1\").style.display = \"none\";
|
||||
document.getElementById(\"page2\").style.display = \"none\";
|
||||
document.getElementById(\"page1Label\").innerHTML = \" 1 \";
|
||||
document.getElementById(\"page2Label\").innerHTML = \" 2 \";
|
||||
|
||||
document.getElementById(\"page\" + p).style.display = \"inline\";
|
||||
document.getElementById(\"page\" + p + \"Label\").innerHTML = \"[ \" + p + \" ]\";
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id=\"container\">
|
||||
<div id=\"page1\">
|
||||
<div class=\"icon\">
|
||||
<a href=\"http://processmaker.com/bpm-ldap-and-bpm-active-directory\" target=\"_blank\"><img src=\"/images/dashlets/enterprise_ldap.png\" /></a>
|
||||
</div>
|
||||
<div class=\"description\">
|
||||
<a href=\"http://processmaker.com/bpm-ldap-and-bpm-active-directory\" target=\"_blank\">Advanced LDAP/AD Sync Plug-in</a>
|
||||
<br />
|
||||
Syncronize with an LDAP or Active Directory Server for authentication, groups, and pass through authentication from Windows Domain Controller. Manage your users and groups from one application.
|
||||
<br />
|
||||
<a href=\"http://processmaker.com/bpm-ldap-and-bpm-active-directory\" target=\"_blank\">Read More>></a>
|
||||
</div>
|
||||
<div class=\"clearf\"></div>
|
||||
|
||||
<div class=\"icon\">
|
||||
<a href=\"http://processmaker.com/bpm-reports\" target=\"_blank\"><img src=\"/images/dashlets/enterprise_simple_report.png\" /></a>
|
||||
</div>
|
||||
<div class=\"description\">
|
||||
<a href=\"http://processmaker.com/bpm-reports\" target=\"_blank\">Simple Reports Plug-in</a>
|
||||
<br />
|
||||
The Simple Reports plug-in allows ProcessMaker administrators to create reports based on any data involved in a process and grant permission for select users to view and export the report directly from their ProcessMaker inbox.
|
||||
<br />
|
||||
<a href=\"http://processmaker.com/bpm-reports\" target=\"_blank\">Read More>></a>
|
||||
</div>
|
||||
<div class=\"clearf\"></div>
|
||||
|
||||
<div class=\"icon\">
|
||||
<a href=\"http://processmaker.com/knowledgetree-workflow-document-management\" target=\"_blank\"><img src=\"/images/dashlets/enterprise_knowledgetree.png\" /></a>
|
||||
</div>
|
||||
<div class=\"description\">
|
||||
<a href=\"http://processmaker.com/knowledgetree-workflow-document-management\" target=\"_blank\">Knowledgetree DMS Connector Plug-in</a>
|
||||
<br />
|
||||
Connector for Knowledgetree DMS which allows mapping of metadata, custom folder path mapping, and assigning KT file types. This connector replaces the native DMS functionality of ProcessMaker.
|
||||
<br />
|
||||
<a href=\"http://processmaker.com/knowledgetree-workflow-document-management\" target=\"_blank\">Read More>></a>
|
||||
</div>
|
||||
<div class=\"clearf\"></div>
|
||||
|
||||
<div class=\"icon\">
|
||||
<a href=\"http://processmaker.com/electronic-signatures-with-sigplus-signature-pads\" target=\"_blank\"><img src=\"/images/dashlets/enterprise_digital.png\" /></a>
|
||||
</div>
|
||||
<div class=\"description\">
|
||||
<a href=\"http://processmaker.com/electronic-signatures-with-sigplus-signature-pads\" target=\"_blank\">SigPlus Signature Pads Plug-in for Electronic Signatures</a>
|
||||
<br />
|
||||
Plug-in which creates an integration for using SigPlus signature pads for electronically signing and generating signed PDFs in a ProcessMaker process. Signatures show in your Dynaforms in real time.
|
||||
<br />
|
||||
<a href=\"http://processmaker.com/electronic-signatures-with-sigplus-signature-pads\" target=\"_blank\">Read More>></a>
|
||||
</div>
|
||||
<div class=\"clearf\"></div>
|
||||
</div>
|
||||
|
||||
<div id=\"page2\" class=\"dnone\">
|
||||
<div class=\"icon\">
|
||||
<a href=\"http://processmaker.com/digitally-sign-web-forms-elock\" target=\"_blank\"><img src=\"/images/dashlets/enterprise_elock.png\" /></a>
|
||||
</div>
|
||||
<div class=\"description\">
|
||||
<a href=\"http://processmaker.com/digitally-sign-web-forms-elock\" target=\"_blank\"><div align= left>Elock PKI Certified Digital Signature mobiSigner Connector Plug-in</div></a>
|
||||
<br />
|
||||
Plug-in which creates an integration with an Elock Digital Signature server and creates a digital signature field which can be added to web forms or can be used to digitally sign PDFs. This creates true PKI certified digital signatures with SHA encryption.
|
||||
<br />
|
||||
<a href=\"http://processmaker.com/digitally-sign-web-forms-elock\" target=\"_blank\">Read More>></a>
|
||||
</div>
|
||||
<div class=\"clearf\"></div>
|
||||
|
||||
<div class=\"icon\">
|
||||
<a href=\"http://processmaker.com/multi-tenant-management\" target=\"_blank\"><img src=\"/images/dashlets/enterprise_multitenant.png\" /></a>
|
||||
</div>
|
||||
<div class=\"description\">
|
||||
<a href=\"http://processmaker.com/multi-tenant-management\" target=\"_blank\">Multitenant Management Tools Plug-in</a>
|
||||
<br />
|
||||
A series of visual web tools which turn a ProcessMaker server into a multi-tenant server so that a company can host “n” number of ProcessMaker workspaces on a single server and offer this service commercially to other clients. Includes tools to see the number of cases and processes running and turn customers off and on with a single click.
|
||||
<br />
|
||||
<a href=\"http://processmaker.com/multi-tenant-management\" target=\"_blank\">Read More>></a>
|
||||
</div>
|
||||
<div class=\"clearf\"></div>
|
||||
|
||||
<div class=\"icon\">
|
||||
<a href=\"http://processmaker.com/batch-routing-plugin\" target=\"_blank\"><img src=\"/images/dashlets/enterprise_batch.png\" /></a>
|
||||
</div>
|
||||
<div class=\"description\">
|
||||
<a href=\"http://processmaker.com/batch-routing-plugin\" target=\"_blank\">Batch Routing Plug-in</a>
|
||||
<br />
|
||||
Allows users to enter data into cases from their ProcessMaker inbox and then derivate those cases directly to the next user. Data can be applied to multiple cases at once.
|
||||
<br />
|
||||
<a href=\"http://processmaker.com/batch-routing-plugin\" target=\"_blank\">Read More>></a>
|
||||
</div>
|
||||
<div class=\"clearf\"></div>
|
||||
|
||||
<div class=\"icon\">
|
||||
<a href=\"http://www.processmaker.com/bpm-outlook-integration\" target=\"_blank\"><img src=\"/images/dashlets/enterprise_outlook.jpg\" /></a>
|
||||
</div>
|
||||
<div class=\"description\">
|
||||
<a href=\"http://www.processmaker.com/bpm-outlook-integration\" target=\"_blank\">Microsoft Outlook Plug-in</a>
|
||||
<br />
|
||||
This plug-in allows ProcessMaker users to manage their cases inbox, drafts, participated and other folders as well as start new cases directly from their MS Outlook client. Interact with ProcessMaker Dynaforms from the preview pane of Outlook.
|
||||
<br />
|
||||
<a href=\"http://www.processmaker.com/bpm-outlook-integration\" target=\"_blank\">Read More>></a>
|
||||
</div>
|
||||
<div class=\"clearf\"></div>
|
||||
|
||||
<div class=\"icon\">
|
||||
</div>
|
||||
<div class=\"description\">
|
||||
<a href=\"http://www.processmaker.com/single-sign-on-bpm-plugin\" target=\"_blank\">Single Sign On Plug-in For Active Directory</a>
|
||||
<br />
|
||||
Allows users to authenticate against an Active Directory server in order to access ProcessMaker. Therefore bypassing the ProcessMaker logon screen.
|
||||
<br />
|
||||
<a href=\"http://www.processmaker.com/single-sign-on-bpm-plugin\" target=\"_blank\">Read More>></a>
|
||||
</div>
|
||||
<div class=\"clearf\"></div>
|
||||
</div>
|
||||
|
||||
<div class=\"icon\">
|
||||
</div>
|
||||
<div class=\"description\">
|
||||
Page
|
||||
<a href=\"javascript:;\" onclick=\"pageHide(1); return (false);\"><span id=\"page1Label\">[ 1 ]</span></a>
|
||||
|
||||
<a href=\"javascript:;\" onclick=\"pageHide(2); return (false);\"><span id=\"page2Label\"> 2 </span></a>
|
||||
</div>
|
||||
<div class=\"clearf\"></div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
";
|
||||
|
||||
$path = PATH_TPL . "/dashboard/dashletProcessMakerEnterprisePm3.html";
|
||||
$html = file_get_contents($path);
|
||||
echo $html;
|
||||
}
|
||||
|
||||
|
||||
@@ -66125,6 +66125,5 @@ SELECT '00000000000000000000000000000004','dashletRssReader','Simple RSS reader'
|
||||
INSERT INTO [DASHLET_INSTANCE] ([DAS_INS_UID],[DAS_UID],[DAS_INS_OWNER_TYPE],[DAS_INS_OWNER_UID],[DAS_INS_ADDITIONAL_PROPERTIES],[DAS_INS_CREATE_DATE],[DAS_INS_UPDATE_DATE],[DAS_INS_STATUS])
|
||||
SELECT '00000000000000000000000000000001','00000000000000000000000000000001','EVERYBODY','','a:7:{s:20:"DAS_INS_CONTEXT_TIME";s:5:"TODAY";s:12:"DAS_RED_FROM";s:1:"0";s:10:"DAS_RED_TO";s:2:"30";s:15:"DAS_YELLOW_FROM";s:2:"30";s:13:"DAS_YELLOW_TO";s:2:"50";s:14:"DAS_GREEN_FROM";s:2:"50";s:12:"DAS_GREEN_TO";s:3:"100";}','2011-12-02 00:00:00','2011-12-02 00:00:00',1 UNION ALL
|
||||
SELECT '00000000000000000000000000000002','00000000000000000000000000000002','EVERYBODY','','','2011-12-02 00:00:00','2011-12-02 00:00:00',1 UNION ALL
|
||||
SELECT '00000000000000000000000000000003','00000000000000000000000000000003','EVERYBODY','','','2011-12-05 00:00:00','2011-12-05 00:00:00',1 UNION ALL
|
||||
SELECT '00000000000000000000000000000004','00000000000000000000000000000004','EVERYBODY','','a:2:{s:13:"DAS_INS_TITLE";s:15:"PM Plugins News";s:7:"DAS_URL";s:71:"http://license.processmaker.com/syspmLicenseSrv/en/green/services/rssAP";}','2012-04-16 00:00:00','2012-04-16 00:00:00',1;
|
||||
SELECT '00000000000000000000000000000003','00000000000000000000000000000003','EVERYBODY','','','2011-12-05 00:00:00','2011-12-05 00:00:00',1;
|
||||
|
||||
|
||||
@@ -61521,8 +61521,7 @@ INSERT INTO DASHLET (DAS_UID,DAS_CLASS,DAS_TITLE,DAS_DESCRIPTION,DAS_VERSION,DAS
|
||||
INSERT INTO DASHLET_INSTANCE (DAS_INS_UID,DAS_UID,DAS_INS_OWNER_TYPE,DAS_INS_OWNER_UID,DAS_INS_ADDITIONAL_PROPERTIES,DAS_INS_CREATE_DATE,DAS_INS_UPDATE_DATE,DAS_INS_STATUS) VALUES
|
||||
('00000000000000000000000000000001','00000000000000000000000000000001','EVERYBODY','','a:7:{s:20:"DAS_INS_CONTEXT_TIME";s:5:"TODAY";s:12:"DAS_RED_FROM";s:1:"0";s:10:"DAS_RED_TO";s:2:"30";s:15:"DAS_YELLOW_FROM";s:2:"30";s:13:"DAS_YELLOW_TO";s:2:"50";s:14:"DAS_GREEN_FROM";s:2:"50";s:12:"DAS_GREEN_TO";s:3:"100";}','2011-12-02 00:00:00','2011-12-02 00:00:00',1),
|
||||
('00000000000000000000000000000002','00000000000000000000000000000002','EVERYBODY','','','2011-12-02 00:00:00','2011-12-02 00:00:00',1),
|
||||
('00000000000000000000000000000003','00000000000000000000000000000003','EVERYBODY','','','2011-12-05 00:00:00','2011-12-05 00:00:00',1),
|
||||
('00000000000000000000000000000004','00000000000000000000000000000004','EVERYBODY','','a:2:{s:13:"DAS_INS_TITLE";s:15:"PM Plugins News";s:7:"DAS_URL";s:71:"http://license.processmaker.com/syspmLicenseSrv/en/green/services/rssAP";}','2012-04-16 00:00:00','2012-04-16 00:00:00',1);
|
||||
('00000000000000000000000000000003','00000000000000000000000000000003','EVERYBODY','','','2011-12-05 00:00:00','2011-12-05 00:00:00',1);
|
||||
|
||||
INSERT INTO CONFIGURATION (CFG_UID,OBJ_UID,CFG_VALUE,PRO_UID,USR_UID,APP_UID) VALUES
|
||||
('ENVIRONMENT_SETTINGS','','a:1:{s:18:"directoryStructure";i:2;}','','',''),
|
||||
|
||||
@@ -0,0 +1,156 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title></title>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<style type="text/css">
|
||||
h2{
|
||||
font-family:arial, verdana, helvetica, sans-serif;
|
||||
color:rgb(26, 72, 151);
|
||||
font-size:10.24px;
|
||||
font-style:normal;
|
||||
text-align:justify;
|
||||
font-weight:bold;
|
||||
}
|
||||
p{
|
||||
font-family:arial, verdana, helvetica, sans-serif;
|
||||
font-size:10.24px;
|
||||
font-style:normal;
|
||||
display: table;
|
||||
}
|
||||
.image-position {
|
||||
float:right;
|
||||
margin-left:5px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div>
|
||||
<h2>Business Rules Engine</h2>
|
||||
<p>
|
||||
<a class="image-position">
|
||||
<img src="/images/dashlets/pm3-business-rules.png" alt="Custom Case" width="250" height="55">
|
||||
</a>
|
||||
Allows companies to develop business rules outside of their processes making it much easier to develop and maintain complex business logic. This level of abstraction allows process designers to assign business rule maintenance tasks to an analyst that only needs to understand the logic of the business rules and does not need to have a deep understanding of the entire business process.
|
||||
<br><a href="http://www.processmaker.com/business-rules-engine-processmaker" target="_blank">Read More»</a>
|
||||
</p>
|
||||
<p>
|
||||
</p>
|
||||
<h2>Advanced Dashboards</h2>
|
||||
<p>
|
||||
<a class="image-position">
|
||||
<img src="/images/dashlets/pm3-dashboard-advanced.jpg" alt="Advanced Dashboards" width="250" height="129">
|
||||
</a>
|
||||
When you implement a BPM solution such as ProcessMaker to automate your processes and improve your efficiency, it's usually a good idea to have some way of measuring the amount of improvement that you've achieved. ProcessMaker's advanced dashboards give users, administrators and managers that functionality. Dashboards are customizable, can report on any data in your ProcessMaker installation and feature advanced drilldown functionality.
|
||||
<br><a href="http://www.processmaker.com/advanced-dashboards" target="_blank">Read More»</a>
|
||||
</p>
|
||||
<p>
|
||||
</p>
|
||||
<h2>Custom Case List Builder</h2>
|
||||
<p>
|
||||
<a class="image-position">
|
||||
<img src="/images/dashlets/pm3-custom-case-list-builder.png" alt="Custom Case" width="250" height="145">
|
||||
</a>
|
||||
Allows an admin to setup custom column views inside a user’s cases boxes (inbox, draft, sent, etc). Information from report tables or Dynaforms can then be displayed in the columns making the inbox experience more relevant and useful to the user.
|
||||
<br><a href="http://processmaker.com/workflow-inbox-and-bpm-inbox" target="_blank">Read More»</a>
|
||||
</p>
|
||||
<p>
|
||||
</p>
|
||||
<h2>Case Archive/Restore Case Archive & Restore</h2>
|
||||
<p>
|
||||
<a class="image-position">
|
||||
<img src="/images/dashlets/pm3-case-archive-and-restore-for-processmaker.png" alt="Case Archive" width="250" height="105">
|
||||
</a>
|
||||
Allows ProcessMaker administrators to archive large case loads, achieving better maintenance and audit controls for ProcessMaker instances. The feature also ensures that large scale implementations can offload old cases from the main Inbox in order to ensure speed at high scale. Cases can be restored to user inboxes at any time by the administrator.
|
||||
<br><a href="http://www.processmaker.com/case-archive-and-restore-processmaker" target="_blank">Read More»</a>
|
||||
</p>
|
||||
<p>
|
||||
</p>
|
||||
<h2>SLA Manager Service Level Agreements Manager</h2>
|
||||
<p>
|
||||
<a class="image-position">
|
||||
<img src="/images/dashlets/pm3-sla.png" alt="SLA" width="250" height="95">
|
||||
</a>
|
||||
Allows process administrators to set specific Service Level Agreements in ProcessMaker processes. These SLAs can be set on a task, across multiple tasks, or across a full process. Reports show non conforming processes where SLAs have not been met. Drill downs permit supervisors to perform a forensic analysis to determine the exact causes of low performing processes in order to fix the root cause. Penalties can also be set and applied to enforce SLAs with subcontractors.
|
||||
<br><a href="http://www.processmaker.com/service-level-agreements-processmaker" target="_blank">Read More»</a>
|
||||
</p>
|
||||
<p>
|
||||
</p>
|
||||
<h2>Data reporting tools</h2>
|
||||
<p>
|
||||
<a class="image-position">
|
||||
<img src="/images/dashlets/pm3-simple-reporting.png" alt="Simple reporting" width="250" height="89">
|
||||
</a>
|
||||
Here is what you can now do with our new Data Reporting Tools:
|
||||
<br>Build and Edit custom reports with separate security models using report scopes.
|
||||
<br>Perform joins on multiple data sets as well as on the core ProcessMaker application tables.
|
||||
<br>Export reports to excel and PDF.
|
||||
<br>Enjoy responsive user interface built with Kendo UI which allows operations inside reports like grouping, filtering, and more.
|
||||
<br><a href="http://processmaker.com/bpm-reports" target="_blank">Read More»</a>
|
||||
</p>
|
||||
<p>
|
||||
</p>
|
||||
<h2>Advanced LDAP/AD Sync</h2>
|
||||
<p>
|
||||
<a class="image-position">
|
||||
<img src="/images/dashlets/pm3-advanced-ldap-authentication.png" alt="LDAP" width="250" height="123">
|
||||
</a>
|
||||
<span> </span>Syncronize with an LDAP or Active Directory Server for authentication, groups, and pass through authentication from Windows Domain Controller. Manage your users and groups from one application.
|
||||
<br><a href="http://processmaker.com/bpm-ldap-and-bpm-active-directory" target="_blank">Read More»</a>
|
||||
</p>
|
||||
<p>
|
||||
</p>
|
||||
<h2>Batch Routing from Inbox</h2>
|
||||
<p>
|
||||
<a class="image-position">
|
||||
<img src="/images/dashlets/pm3-batchrouting.png" alt="Batch Routing" width="250" height="119">
|
||||
</a>
|
||||
Allows users to enter data into cases from their ProcessMaker inbox and then derivate those cases directly to the next user. Data can be applied to multiple cases at once.
|
||||
<br><a href="http://processmaker.com/batch-routing-plugin" target="_blank">Read More»</a>
|
||||
</p>
|
||||
<p>
|
||||
</p>
|
||||
<h2>Advanced Performance Monitor Dashboards</h2>
|
||||
<p>
|
||||
<a class="image-position">
|
||||
<img src="/images/dashlets/pm3-advanced-performance-monitor-dashboards-for-processmaker.png" alt="Advanced Performance Dashboards" width="250" height="65">
|
||||
</a>
|
||||
Displays the information provided by the New Relic application within ProcessMaker. New Relic is a useful tool for reporting on system performance and delivers numerous dashboards for administrators.
|
||||
<br><a href="http://www.processmaker.com/new-relic-processmaker" target="_blank">Read More»</a>
|
||||
</p>
|
||||
<p>
|
||||
</p>
|
||||
<h2>ProcessMaker Monitor & Multi-Tenancy Management</h2>
|
||||
<p>
|
||||
<a class="image-position">
|
||||
<img src="/images/dashlets/pm3-multitenancy-management-plug-in.png" alt="Multitenancy Management" width="250" height="135">
|
||||
</a>
|
||||
Allow administrators to manage the ProcessMaker server and all of the workspaces that are installed on it. Here administrators can view the access log for all workspaces, manage connections and setup new workspaces on the ProcessMaker server. The Multi-Tenancy visual web tools turn a ProcessMaker server into a multi-tenant server so that a company can host “n” number of ProcessMaker workspaces on a single server and offer this service commercially to other clients. Includes tools to see the number of cases and processes running and turn customers off and on with a single click.
|
||||
<br><a href="http://processmaker.com/multi-tenant-management" target="_blank">Read More»</a>
|
||||
</p>
|
||||
<p>
|
||||
</p>
|
||||
<h2>Microsoft Outlook Connector</h2>
|
||||
<p>
|
||||
<a class="image-position">
|
||||
<img src="/images/dashlets/pm3-outlook-case-in-processmaker.png" alt="Microsoft Outlook Connector" width="250" height="129">
|
||||
</a>
|
||||
This connector allows ProcessMaker users to manage their cases inbox, drafts, participated and other folders as well as start new cases directly from their MS Outlook client. Interact with ProcessMaker Dynaforms from the preview pane of Outlook.
|
||||
<br><a href="http://www.processmaker.com/bpm-outlook-integration" target="_blank">Read More»</a>
|
||||
</p>
|
||||
<p>
|
||||
</p>
|
||||
<h2>Promotion Manager</h2>
|
||||
<p>
|
||||
<a class="image-position">
|
||||
<img src="/images/dashlets/pm3-granular-export-options.png" alt="Microsoft Outlook Connector" width="100" height="150">
|
||||
</a>
|
||||
The Promotion Manager allows end users to selectively import and export process objects, which include: the Process Definition, Assignment Rules, Variables, Dynaforms, Input Documents, Output Documents, Triggers, Report Tables, Templates, Files, DB Connection, Permissions, Supervisors and Supervisors Objects.
|
||||
<br><a href="http://wiki.processmaker.com/3.0/Promotion_Manager" target="_blank">Read More»</a>
|
||||
</p>
|
||||
<p>
|
||||
</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
After Width: | Height: | Size: 30 KiB |
|
After Width: | Height: | Size: 13 KiB |
BIN
workflow/public_html/images/dashlets/pm3-batchrouting.png
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
workflow/public_html/images/dashlets/pm3-business-rules.png
Normal file
|
After Width: | Height: | Size: 18 KiB |
|
After Width: | Height: | Size: 27 KiB |
|
After Width: | Height: | Size: 26 KiB |
BIN
workflow/public_html/images/dashlets/pm3-dashboard-advanced.jpg
Normal file
|
After Width: | Height: | Size: 48 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 23 KiB |
|
After Width: | Height: | Size: 87 KiB |
BIN
workflow/public_html/images/dashlets/pm3-simple-reporting.png
Normal file
|
After Width: | Height: | Size: 21 KiB |
BIN
workflow/public_html/images/dashlets/pm3-sla.png
Normal file
|
After Width: | Height: | Size: 17 KiB |