Skip to content

Latest commit

 

History

History
40 lines (37 loc) · 1.84 KB

File metadata and controls

40 lines (37 loc) · 1.84 KB

Alfresco-Wrokflow-Filter-Dashlet

This product is property of Neocom AD, 1000 Skopje R.Macedonia
Developers: Vasil Iliev (vasil.iliev@neocom.com.mk), Irena Ilievska (irena.ilievska@neocom.com.mk)

This product was made for better representation of Alfresco Tasks. One of the flaws that Alfresco has is presentation of the tasks. Workflow Filter Dashlet resolves this issue and gives the user better presentation of the assigned tasks. The dashlets features:

  • Works with all workflows, native and custom
  • Initially, it sorts the tasks by date
  • Better representation of assigned and done tasks
  • Complete all tasks which are returned for verification only by click of a button
  • Filtering through all tasks by:
    1. Workflow message
    2. Priority
    3. Date started
    4. Workflow initiator
  • Lets you sort the filtered data by:
    • Date
    • Priority
Provides autocomplete suggestions for initiator username when filtering by initiator. With the new version, the dashlet is divided on two tabs which lets the user filter through assigned tasks and done tasks. You can install them by using standard [Alfresco deployment tools](http://docs.alfresco.com/community/tasks/dev-extensions-tutorials-simple-module-install-amp.html)

Building the artifacts

If you are new to Alfresco and the Alfresco Maven SDK, you should start by reading Jeff Potts' tutorial on the subject.

You can build the artifacts from source code using maven $ mvn clean package