Commit Graph

31 Commits

Author SHA1 Message Date
Erik Amaru Ortiz
1a8545df8a BUG 0000 herbert> SOLR implementation in PMOS2
Solr support in PMOS2 includes:
Functionality:
- Implementation of Home views (Inbox, Draft, Participated, Unassigned). The views return fast results.
- Include read, unread, all,  and process filter in inbox View.
- Include process filter in draft view.
- Include started by me, completed by me, all, process, and status filter in participated view.
- Include process filter in unassigned view.
- Improved search functionality (search in user defined variables): Use the following syntax to search in process (user defined) variables. {variable_name}:{search_word} ex1:"causal:20*" where causal is the variable defined by the user.
  + Use of wildcards in search: Use * as wildcard at the begin or end of word
  + Multiple conditions in search: Separate multiple conditions by space ex2:"Materiales causal:20*" means that we are searching for the word Materiales and the causal that begin with 20.
  + Search in dates (interval ): Format=> {variable_date}:[yyyy-mm-dd TO yyyy-mm-dd]
    Local date not UTC date required
    ex: FechaRegistro:[2011-04-15 TO 2011-04-30] //registros con fecha entre el 2011-04-15 y el 2011-04-30.
  + we can use the wildcard *:
    ex: FechaRegistro:[* TO 2011-04-30] //registros con fecha menor o igual a 2011-04-30.
    FechaRegistro:[2011-04-15 TO *] //registros con fecha mayor o igual a 2011-04-15.
  + Search of exact phrases. format: {variable}:"frase a buscar"
    ex: Cliente:"Jesus Marin"

- Application update function.
	+ The function is called every time a change is detected in the application's data including the related delegations.
- Use of cache to improve performance

Not included:
- Order of task, sent by, and due date columns.

Pending:
- Advanced search view using faceted lists.
2012-05-15 10:56:48 -04:00
Erik Amaru Ortiz
f8ab55a061 BUG 0000 User Experience (single app option added) 1st commit
- login added
- "single application" option added
- simplified improved
2012-02-24 19:32:24 -04:00
Erik Amaru Ortiz
5599ca8b96 BUG 0000 BUG 0000 User Inbox Simplified (second commit) 2012-01-26 09:33:01 -04:00
Julio Cesar Laura
816d40f5e5 BUG 000 Add validation to print a dynaform 2011-12-02 00:54:23 -04:00
Julio Cesar Laura
79c1e70f66 Delete unnecesary var_dump instruction 2011-11-11 17:15:04 -04:00
Julio Cesar Laura
f0f3a69af1 Save and load the additional fields for the dashlets 2011-11-10 16:39:24 -04:00
Julio Cesar Laura
98fe86c358 First commit for the DASHLETS 2011-10-28 12:20:45 -04:00
Julio Cesar Laura
109433fd98 BUG 000 Add field GRP_LDAP_DN in schema 2011-09-20 15:37:44 -04:00
Erik Amaru Ortiz
be0c90af87 BUG 000 momentarily reverted to rc5 fro pmTables (fix) 2011-09-05 12:47:25 -04:00
Erik Amaru Ortiz
f7fcd0472d BUG 000 PM tables ver2 ready - propel & phing integration 2011-08-29 11:39:22 -04:00
Julio Cesar Laura
bc5de24520 BUG 000 Add cases summary to branch 2.0 2011-08-25 12:58:52 -04:00
Hugo Loza
daf7ac09b1 BUG 7344 Feature -> PDF Security settings
With this settings is possible to setup security for a PDF generated (Output Document).
In Output Document setup there is a new section available when the output document is either PDF or BOTH with the following fields:
Permissions: Must select wich permissions will be granted (if none is selected only VIEW is allowed)
Open Password: Is the password requested to open the document. (This open the document with selected permissions)
Owner Password: Is the password that allow owner to open and change permissions
2011-07-29 17:46:22 -04:00
Hugo Loza
f38dc1045f BUG 0000 Case notes Index added and some changes to message body
Index for AppNotes table

Conflicts:

	workflow/engine/classes/model/AppNotes.php
2011-07-28 17:54:33 -04:00
Hugo Loza
0f7cae6d85 BUG 5073 Feature Case Notes "Free Notes"
This Feature allow a user to post a note at any stage of a Case and from cases lists

Conflicts:

	workflow/engine/data/mssql/schema.sql
	workflow/engine/methods/cases/casesListExtJs.php
	workflow/engine/skinEngine/base/css/pmos-xtheme-gray.css
	workflow/engine/templates/cases/casesList.js
	workflow/engine/templates/cases/open.js
2011-07-28 17:40:48 -04:00
Hector Cortez
80728423c4 BUG 7162 Adjustment adding default value for Case Scheduler schema. 2011-07-04 17:18:34 -04:00
Erik Amaru Ortiz
6912b3b81f BUG 0000 new Feature: Report table ver 2. (fix)
- miising new field on additional_tables table
2011-06-29 16:19:38 -04:00
Erik Amaru Ortiz
db2ff5a36a BUG 0000 new Feature: Report table ver 2 (fixes)
- update phisical table fixed
2011-06-29 12:46:51 -04:00
Erik Amaru Ortiz
38573084ac BUG 0000 new Feature: Report table ver 2. 2011-06-28 12:53:25 -04:00
girish
17d3910481 Added new column in Swimlanes 'SWI_NEXT_UID' 2011-02-23 06:26:18 +00:00
girish
1aed486990 Removed Extra column added 2011-02-17 12:07:17 +00:00
girish
2aabd3322a Added new column in gateway 'GAT_NEXT_TYPE' 2011-02-17 11:31:56 +00:00
girish
4197a757f5 Added new column in Gateway Table 'GAT_TYPE' 2011-02-12 11:35:27 +00:00
Erik Amaru Ortiz
989ccf4bc6 changes to improve the developers translations edit tool 2011-02-11 16:43:02 +00:00
abraar
43249128d3 Changes done for PhpDoc 2011-01-29 14:21:21 +00:00
Hector Cortez
5f136a681e Change in form of storage Connection Record for export and import of cases with connections to external databases. 2011-01-24 14:20:59 +00:00
girish
458b90288c Added GAT_NEXT_TASK column in gateway table 2011-01-18 14:51:47 +00:00
girish
0181f5e87c Added column "TAS_UID" in gateway table 2011-01-07 13:18:30 +00:00
girish
f3d4525c63 Added new column 'GAT_UID' in ROUTE table 2011-01-04 15:07:02 +00:00
girish
2c90bb75b7 Added Gateway table to store Gateway position 2010-12-13 11:48:18 +00:00
girish
4d007e7a85 Added new columns in Table TASK,EVENT,ROUTE,SWIMLANES 2010-12-06 14:15:52 +00:00
Erik Amaru Ortiz
0525681d79 initial commit from rev. 632 2010-12-02 23:34:41 +00:00