Commit Graph

111 Commits

Author SHA1 Message Date
Erik Amaru Ortiz
6fb2f2d786 BUG 0000 Update Base translations 2012-05-16 16:08:56 -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
Erik Amaru Ortiz
b12c7cea00 BUG 0000 Updating base translations 2012-05-02 13:23:29 -04:00
Alvaro Campos
08e0c45ce4 BUG 8881 Change "Derivation" to "Routing" solved
- the respective changes were made.
2012-04-18 13:04:24 -04:00
Marco Antonio Nina
7cdb766f54 BUG 8909 Change confusing text labels for defining Authentication... SOLVED
- According to the suggestions have proceeded to the change tags.
- It was verified that the change of labels do not change the other forms which uses this label.
- ID_SERVER_NAME ediquetas were modified, ID_SEARCH_USER.
2012-04-16 16:38:14 -04:00
Alvaro Campos
b666ccbbf9 BUG 8530 Text changes solved
- has been modify texts required !
2012-04-16 11:59:07 -04:00
Julio Cesar Laura
7ce3fa95f8 BUG 000 Agregados los registros nuevos para el dashlet simple rss reader 2012-04-16 11:39:47 -04:00
Julio Cesar Laura
8fb4c1363e BUG 000 Agregados los registros del upgrade para el dashlet simple rss reader 2012-04-16 11:26:05 -04:00
Erik Amaru Ortiz
7837e188ec BUG 0000 Update Base Translations 2012-04-05 18:12:27 -04:00
Alvaro Campos
47d75786de BUG 0000 adicion de mas labels para ingles 28 marzo 2012 2012-03-28 19:05:41 -04:00
Erik Amaru Ortiz
d4e6f13f2f BUG 0000 Updating Base Translations 2012-03-27 18:20:45 -04:00
Victor Saisa Lopez
5115a9fa13 BUG 0000 Added field title in Dashboards
- Added field title for to opcion "new" and "edit" dashlet
- Added field title in list of dashlets
- Added title value in DASHLET_INSTANCE.DAS_INS_ADDITIONAL_PROPERTIES field, this in "inser.sql" file
2012-03-23 16:40:52 -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
0b01be7495 BUG 0000 Updating Translations Base Language 2012-03-12 18:05:06 -04:00
Erik Amaru Ortiz
b77305f488 BUG 0000 Updating Transtalions Base Language 2012-03-08 18:36:13 -04:00
Erik Amaru Ortiz
2662d8c1c0 BUG 0000 Updating base translations 2012-03-05 16:32:31 -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
61c2247d19 BUG 0000 Update insert.sql 2012-02-03 16:20:54 -04:00
Erik Amaru Ortiz
1e73bd6462 BUG 0000 Updating base translalions 2012-02-03 13:01:08 -04:00
Alvaro Campos
6b88a836b5 BUG 8286 se añadio los id_labelsJavascript 2012-01-26 11:27:57 -04:00
Erik Amaru Ortiz
5599ca8b96 BUG 0000 BUG 0000 User Inbox Simplified (second commit) 2012-01-26 09:33:01 -04:00
Erik Amaru Ortiz
26aa899530 BUG 0000 Updating Base Translations 2012-01-06 11:53:01 -04:00
Alvaro Campos
791f2a892c BUG 8225 se añadio mas labels y soluciono problema de visualizacion 2012-01-04 15:53:07 -04:00
Alvaro Campos
28052f15e5 BUG 7084 the problem with the grid was solved reassign all cases by task 2011-12-15 12:27:51 -04:00
Julio Cesar Laura
5871442ea1 BUG 000 Fix insert.sql for the dashlets 2011-12-05 18:27:30 -04:00
Julio Cesar Laura
b3be979d23 BUG 000 Add third dashboard registries 2011-12-05 17:43:33 -04:00
Julio Cesar Laura
3dd2cef24e BUG 000 New dashlet instances will be updated 2011-12-02 17:25:08 -04:00
Julio Cesar Laura
e22bf3ea7a BUG 000 4th progress in the dashboards changes for the release of December 2011-12-02 16:02:30 -04:00
Erik Amaru Ortiz
b86ad5c09c BUG 0000 Fixing insert.sql for defaults records of dashboard table 2011-11-30 18:26:51 -04:00
Erik Amaru Ortiz
7cd80d9432 BUG 0000 fixing default record for dashboards on insert.sql 2011-11-29 10:33:47 -04:00
Alvaro Campos
0c29ffa83c BUG 0000 new .sql 2011-11-28 16:12:43 -04:00
Alvaro Campos
3a62c926ff BUG 8061 se agrego mas labels para pmFTPMonitor. y actualizo los .po es y en. 2011-11-28 11:49:30 -04:00
Erik Amaru Ortiz
25c293d611 BUG 000 Updating language 2011-11-25 10:26:52 -04:00
Erik Amaru Ortiz
046bef35fc BUG 0000 Reverting some bad changes on schema.sql
- on previuos commit all default values for columns was removed, it were fixed now
2011-11-14 12:38:07 -04:00
Julio Cesar Laura
7d9a2adf22 Add default rows for the dashlets in the insert.sql 2011-11-11 12:46:08 -04:00
Julio Cesar Laura
87194b7f97 Last changes for the release of November 15th 2011-11-10 21:41:39 -04:00
Julio Cesar Laura
dde7c0cd64 Now a default dashlet instance is set for the user Administrator 2011-11-10 12:35:19 -04:00
Julio Cesar Laura
152ab8be7b Now is possible upgrade the data in the tables, DASHLET is the first 2011-11-08 17:37:47 -04:00
Julio Cesar Laura
bdf98d960d Add missing registry for the table DASHLET 2011-11-01 19:09:52 -04:00
Erik Amaru Ortiz
c96fdb7368 BUG 0000 Updating base translations 2011-10-31 21:45:03 -04:00
Erik Amaru Ortiz
e3cd186538 BUG 000 Updating schema.xml for dashboard feature 2011-10-31 19:51:01 -04:00
Julio Cesar Laura
7024663aa9 Progess 5 for the dashboards 2011-10-31 15:51:23 -04:00
Julio Cesar Laura
98fe86c358 First commit for the DASHLETS 2011-10-28 12:20:45 -04:00
Erik Amaru Ortiz
90d2433bb4 BUG 000 Updating Base Translations 2011-10-26 09:51:03 -04:00
Erik Amaru Ortiz
f41427bf06 BUG 0000 Base translations update 2011-10-14 12:47:19 -04:00
Erik Amaru Ortiz
279a24131c BUG 000 UPdating translations base 2011-10-13 08:54:11 -04:00
Erik Amaru Ortiz
98e5f5339d BUG 0000 updating base translations 2011-10-03 18:53:04 -04:00
Erik Amaru Ortiz
2ed7b7a3ce BUG 000 updating translations & sql schema 2011-09-28 14:22:48 -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
c4349cfeb9 BUG 0000 Updating translations base language 2011-09-14 11:05:01 -04:00