Commit Graph

36 Commits

Author SHA1 Message Date
Victor Saisa Lopez
50b7c88f92 BUG 9377 "APP_FINISH_DATE is set to 1902-01-01 00:00:00 when..." SOLVED
- re-generated propel classes
2012-07-10 09:27:26 -04:00
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
Hector Cortez
1922a69dc6 BUG 8727 Increase the maxlength of the Condition of the Evaluation ... SOLVED.
- We'd need to increase the max-length of the Condition of the Evaluation routing rule because there are some special rules that need more length.
- Adjust the maxlength the ROU_CONDITION field in Evaluation, Selection, Parallel By Evaluation Routing Rule.
2012-03-21 10:40:18 -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
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
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
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
Carlos Pacha
771ca16927 BUG 0000 the SP_VARIABLES_IN field is required
changed the SP_VARIABLES_IN field to not required
2011-06-28 17:00:07 -04:00
Erik Amaru Ortiz
38573084ac BUG 0000 new Feature: Report table ver 2. 2011-06-28 12:53:25 -04:00
Carlos Pacha
14b44b3efd BUG 6876 PM 2.0.23 Al derivar al subproceso genera un mensaje de error
This issue was fixed, changed the SA_VALUES_IN field was changed to null
2011-06-10 10:55:06 -04:00
Hector Cortez
15d3dd9486 BUG 6693 Changing the field size TRANSLATION.TRN_VALUE to LONGVARCHAR 2011-04-13 10:52:44 -04:00
Alexandre Rosenfeld
19de36c876 Fix schemas to let APP_CACHE_VIEW rebuild work. 2011-02-24 23:34:43 +00:00
Alexandre Rosenfeld
b9a1aea8d3 Make sure upgrade uses the same schema as installation.
- Removed vendor info in fields from schema.xml
- Mapped VARLONGCHAR to mediumtext
- Database upgrades now uses field attributes instead of vendor info.
- Updated app_cache_view files to conform to schema.sql
2011-02-24 16:21:26 +00: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
Enrique Ponce de Leon
7546b0514a User Bithday not required applied to propel schema 2011-02-15 15:05:11 +00:00
Alvaro Campos
18f3d331f2 Changed text from: Delegation Index can be major than 0 to: Delegation Index must be greater than 0 2011-02-14 20:29:59 +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
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
2e97a8e9ec First commit on ProcessMaker CORE Engine and Jeaqueline's changes 2010-12-07 11:49:51 +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