diff --git a/workflow/engine/classes/class.dashletProcessMakerEnterprise.php b/workflow/engine/classes/class.dashletProcessMakerEnterprise.php
new file mode 100644
index 000000000..21331a7fa
--- /dev/null
+++ b/workflow/engine/classes/class.dashletProcessMakerEnterprise.php
@@ -0,0 +1,212 @@
+
+
+
+
+
+
+

+
+
+
Custom Case List Builder
+
+ 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 relevent and useful to the user.
+
+
Read More>>
+
+
+
+
+

+
+
+
Advanced LDAP/AD Sync Plug-in
+
+ 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.
+
+
Read More>>
+
+
+
+
+

+
+
+
Simple Reports Plug-in
+
+ 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.
+
+
Read More>>
+
+
+
+
+

+
+
+
Knowledgetree DMS Connector Plug-in
+
+ 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.
+
+
Read More>>
+
+
+
+
+

+
+
+
+
+
+

+
+
+
+
+
+

+
+
+
Multitenant Management Tools Plug-in
+
+ 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.
+
+
Read More>>
+
+
+
+
+

+
+
+
Batch Routing Plug-in
+
+ 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.
+
+
Read More>>
+
+
+
+
+

+
+
+
Microsoft Outlook Plug-in
+
+ 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.
+
+
Read More>>
+
+
+
+
+
+
+
+
+
+
+
+
+ ";
+
+ echo $html;
+ }
+
+}
\ No newline at end of file
diff --git a/workflow/engine/templates/dashboard/index.js b/workflow/engine/templates/dashboard/index.js
index 20a2ecf88..77042e32c 100644
--- a/workflow/engine/templates/dashboard/index.js
+++ b/workflow/engine/templates/dashboard/index.js
@@ -189,6 +189,31 @@ Ext.onReady(function(){
}
});
break;
+
+ case "dashletProcessMakerEnterprise":
+ var np = new Ext.ux.Portlet({
+ title: dashletsInstances[i].DAS_TITLE,
+ dasInsUid : dashletsInstances[i].DAS_INS_UID,
+ html: 'gauge placeholder',
+ listeners: {
+ 'render': function(p){
+ p.html = 'hello ' + p.getWidth();
+ },
+ 'move' : function(p){
+ Ext.Msg.alert('Portlet ', 'move ' + p.getWidth() );
+ p.html = 'show ' + p.getWidth();
+ },
+ 'resize' : function(p, w, h){
+ var img = new Ext.XTemplate("