Commit Graph

177 Commits

Author SHA1 Message Date
Brayan Osmar Pereyra Suxo
04e20c0bf1 BUG 8445 PHPCS SOLVED
- workflow/engine/methods/cases/cases_Ajax.php
2012-07-02 15:36:01 -04:00
Brayan Osmar Pereyra Suxo
8bd64664c4 BUG 8445 Amend code SOLVED
- Serialize using G::json_encode
2012-06-21 18:19:55 -04:00
Brayan Osmar Pereyra Suxo
9f7a522dff BUG 8445 Don't work jump the cases list SOLVED
- I Add validate to cases numbers not exists
- I Add message in translation ID_CASE_DOES_NOT_EXIST_JS
2012-06-21 12:02:11 -04:00
julceslauhub
bf3dedf2b3 Merge pull request #81 from alvarocs/BUG-4986
BUG 4986 Email notification is not working
2012-06-18 20:32:07 -07:00
Alvaro Campos
e928579a45 BUG 4986 Email notification is not working
- The line was added by refered RobinHoo1973 which no caused any problems and works properly
2012-06-18 16:30:24 -04:00
julceslauhub
5bd608ace9 Merge pull request #56 from alvarocs/BUG-9229
BUG 9229 Problema con la ventana Key del ProcessMap. SOLVED
2012-06-12 12:58:55 -07:00
Alvaro Campos
63ef4ba807 BUG 9229 Problema con la ventana Key del ProcessMap. SOLVED
- This problem only occurred in IE, your fix was increasing the size
   of the window
2012-06-08 18:16:50 -04:00
Herbert Saal Gutierrez
5cf35c71d9 BUG 9180 Correct Solr update and counters implementation
The following changes were made:
- fix update Solr index process
- implement casesenuLoader using Solr server to display counters
- fix cron missing reference to system class
- add function and classes documentation
2012-05-29 17:07:53 -04:00
Brayan Osmar Pereyra Suxo
0a2ecfc7f0 BUG 8819 Remove the config to load the list SOLVED
DESCRIPTION the bug hide columns SUMMARY and CASES NOTES.. this happened because load config the BD.
I removed part code to this config.
2012-05-29 12:36:38 -04:00
Herbert Saal Gutierrez
7e07db9348 BUG 0000 Change Solr configuration environment variables
Now the Solr configuration variables are read from the env.ini file that
is stored in the shared//sites/SYS_SYS/ folder.

The system class is used to get the environment variables using the
solrenv function.
2012-05-15 17:41:12 -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
86ede96961 BUG 0000 "Processes are doubling and tripling on dropdown ..." SOLVED
- On query aren't filtering by disticts pro_uid's
- adding distinct by pro_uid works fine

NOTE.- Why someone reason somebody comment a initial distinc on query, but it wasn't working fine.
2012-05-09 18:17:57 -04:00
Marco Antonio Nina
e70305d0dd BUG 9030 when you claim a case on the unassigned list the "Steps" and... SOLVED
- In the file where it addresses the url does not take intoaccount a shipping option.
- They change the addressing mode to load the menus above, plus you take two conditions, in order to load all the menus at the top that when you have a parent, not having a parent will have to address but without the menus higher for compatibility with the Outlook plugin.
2012-05-09 15:52:24 -04:00
Marco Antonio Nina
80045f99df BUG 9043 Variable for Case Notes content needed SOLVED
- Se crearon varias funciones para este caso.
- La funcion getCaseNotes en la class.case.php con los parametros applicationID, type que es la forma que quiere que se devuelvan los datos, puede ser array, objetc, string por defecto esta en array, y userID que nos daria solo las notas de ese usuario, por defecto nos devuelve de todos los usuarios.
- Se modifico la funcion getNotesList para poder traer las notas por un determinado usuario y por defecto recupera las notas de todos los usuarios.
- en class.pmFunctions.php se creo la funcion PMFGetCaseNotes con los parametros applicationID, type que es la forma que quiere que se devuelvan los datos, puede ser array, objetc, string por defecto esta en array, y userID que nos daria solo las notas de ese usuario, por defecto nos devuelve de todos los usuarios.
- En class.wsBase.php la funcion getCaseNotes con los parametros applicationID, userID que nos daria solo las notas de ese usuario, por defecto nos devuelve de todos los usuarios, esta funcion nos devuelve un array con los fieds en minuscula.
- En soap2.php getCaseNotes donde se tienen los siguiente parametros: sessionId, se necesita iniciar una session para poder utilizarlo, applicationID, userID que nos daria solo las notas de ese usuario, por defecto nos devuelve de todos los usuarios.
- Se adiciono la funcion para utilizarlo en SoapServer.
- En wsResponse se creo un nuevo template para la respuesta del webservice wsGetCaseNotesResponse con los campos status_code, message, notes, timestamp.
- En pmos2.wsdl se agregaron los datos necesarios para la salida correcta del webservice.
2012-05-02 09:56:30 -04:00
Julio Cesar Laura
20a116f616 BUG 8095 Plugin de Outlook despues de abrir un ouput me deja la pantalla en...
- Por alguna razon en la version de browser que usan algunas de las distribuciones de Outlook, al abrir una pagina q hace un stream como la que descarga el documento, el broser va ala pagina antes  derecibir respuesta, espor eso q muestra en blanco, y el comportamiento normal en los otros browsers es q se mantieene mostrando la ultima pagina hasta q recibe respuesta del servidor.

- Ahora se abre el documento en una nueva ventana, se probo en IE, Firefox y Chrome
2012-04-27 17:40:05 -04:00
Victor Saisa Lopez
863956a815 BUG 9023 "Knowledgetree and ProcessMaker show error to upload some..." SOLVED
- Problem running case with field file with property value "Input" in the Dynaform, generates the following error: "This row doesn't exist!"
- Added the missing code in this section when the KnowledgeTree plugin is enabled.
2012-04-23 19:08:09 -04:00
Victor Saisa Lopez
374bb0d051 BUG 9006 "The changes made by process supervisors to fields in..." SOLVED
- The changes made by process supervisors to fields in DynaForms are not recorded in the Change Log

- Changes made by process supervisors to fields in DynaForms, may be viewed by a user if this is defined in "process permissions". with this the user will see the "Change Log" of a case.
- Additionally the following error was corrected:
  > Fatal error: Call to undefined method Ajax::dynaformViewFromHistory() in processmaker/workflow/engine/methods/cases/ajaxListener.php on line 42

  > The error was corrected by adding code to complete the "Change Log" in the option "View"
2012-04-23 10:16:01 -04:00
Julio Cesar Laura
a663188f84 BUG 000 Se borro una llave innecesaria en el ultimo cambio realizado 2012-04-17 12:14:34 -04:00
Julio Cesar Laura
8811f605ae BUG 000 Validacion para prevenir un error JS cuando el objeto parent no existe
- Cuando el contenido de un iframe (como los listados) es abierto en una ventana nueva y se accede
a los casos da un error JS porque se trata de acceder a un metodo del parent, que en este caso no existe

- Se agrego una validacion para prevenir este error
2012-04-17 12:10:57 -04:00
Marco Antonio Nina
543b98f2fe BUG 8833 En IE9 y CHROME ambos idiomas, la lista de pasos de duplica... SOLVED
- Al revisar el panel se advirtio que en el archivo cases_ToReviseOutputDocView.php se ejecutava un js creando el panel.
- Se verifico que al borrar el js no afecte a otros procesos que puedan estar llamando a este file.
2012-04-12 11:45:45 -04:00
Marco Antonio Nina
22643ff2f2 BUG 8917 No error message displayed if a case executes an external... SOLVER
- In the case step was not performed for external verification step, the case if a plugin existed or not.
- Added a verification whether or not there is a plugin for an external step, plus add a label in os environment.
2012-04-10 12:27:13 -04:00
Marco Antonio Nina
1c3634ce75 BUG 8835 In all browsers to choose an output only. Doc or. Pdf Displa... SOLVED
- It was verified that no distinction was being the type of file that was downloaded.
- Added code to identify the Tido powerful file so just download and display the correct download link.
2012-04-05 15:59:49 -04:00
Erik Amaru Ortiz
bd2aef2e66 BUG 8875 "ExtJS based Login & Main ProcessMaker interface" (1st commit) 2012-03-29 16:42:09 -04:00
Alvaro Campos
80a298f5ca BUG 8615 se adiciono la contraseña desencriptada SOLVED
- para no generar confusion en los usuarios
- ahora se muestra en un campo password la contraseña
2012-03-26 19:13:29 -04:00
Alvaro Campos
3e3018965b BUG 8743 Migrate Case Informations lists to ExtJS SOLVED
- Migrate Case "Information" lists to ExtJS (from master branch)
- migrated the following items: Case history, Messages History, Dynaforms, Uploaded Documents, Generated Documents
2012-03-26 16:54:43 -04:00
Hector Cortez
d7844fdee6 BUG 8711 Problemas con la opcion "Print Form" SOLVED
- Envia un notice de error en la opcion Review
- Ajuste en Review en la impresion previa, se adicionó la variable del dynaform en curso.
2012-03-20 18:53:47 -04:00
Hector Cortez
fa3e1dd149 BUG 8647 PM. 2.0-Testing.13: No aparece el área Depurador ... SOLVED.
- Una vez habilitado el debugger, al loguear con un usuario no aparece el área "Depurador de ProcessMaker", área donde se muestran las variables y los triggers(Browser: Chrome).
- They attached the script cases_step.js when a process runs.
2012-03-09 10:30:21 -04:00
Erik Amaru Ortiz
2ef37673a1 BUG 8669 "External Link when you open a case" SOLVED (3nd)
- with the new cases list based on extjs, that funcionality was changed
    - to solve this you can pass two parameters (id, i) on cases/main script via a url is

    sample:
      old:
        http://127.0.0.1/sysworkflow/en/classic/cases/cases_Open?APP_UID=9651244824f57c29799c
      new:
        http://127.0.0.1/sysworkflow/en/classic/cases/main?id=9651244824f57c29799c54508080623

    where, two parameters is used id and i,
      id = APP_UID
      i = DEL_INDEX
2012-03-08 10:35:15 -04:00
Erik Amaru Ortiz
364a511687 BUG 8669 "External Link when you open a case" SOLVED (2nd)
- with the new cases list based on extjs, that funcionality was changed
- to solve this you can pass two parameters (id, i) on cases/main script via a url is

sample:
  old:
    http://127.0.0.1/sysworkflow/en/classic/cases/cases_Open?APP_UID=9651244824f57c29799c545080806236&DEL_INDEX=2&action=todo
  new:
    http://127.0.0.1/sysworkflow/en/classic/cases/main?id=9651244824f57c29799c545080806236&i=2

where, two parameters is used id and i,
  id = APP_UID
  i = DEL_INDEX
2012-03-08 09:51:09 -04:00
Erik Amaru Ortiz
a652e2f683 BUG 8669 "External Link when you open a case" SOLVED
- with the new cases list based on extjs, that funcionality was changed
- to solve this you can pass two parameters (id, i) on cases/main script via a url is

sample:
  old:
    http://127.0.0.1/sysworkflow/en/classic/cases/cases_Open?APP_UID=9651244824f57c29799c545080806236&DEL_INDEX=2&action=todo
  new:
    http://127.0.0.1/sysworkflow/en/classic/cases/main?id=9651244824f57c29799c545080806236&i=2

  where, two parameters is used id and i,
  id = APP_UID
  i = DEL_INDEX
2012-03-07 18:12:01 -04:00
Erik Amaru Ortiz
46040dca93 BUG 0000 litle fix for double case title in outputcos 2012-02-29 16:13:23 -04:00
Alvaro Campos
9f212c4b7f BUG 8525 problema solucionado de duplicidad de pantallas 2012-02-29 15:22:24 -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
Marco Antonio Nina
f8fd7f1cf7 BUG 7108 Add the tabs in the summary to download and build documents 2012-02-23 12:34:33 -04:00
Alvaro Campos
54cee71502 BUG 8503 fixed issue of Dynaform with PM Table 2012-02-22 15:56:11 -04:00
Erik Amaru Ortiz
40749dfb74 BUG 0000 BUG 0000 User Inbox Simplified (4th commit) 2012-02-01 17:28:30 -04:00
Alvaro Campos
c8ab691135 BUG 7084 fixed issue of multiple reassign 2012-02-01 16:33:53 -04:00
Erik Amaru Ortiz
8c91f1c057 BUG 0000 BUG 0000 User Inbox Simplified (third commit) 2012-01-31 18:45:30 -04:00
Alvaro Campos
58fbd0f8c2 BUG 7003 has been added DueDate in selfservice inbox.will be available in March 2012-01-27 18:00:53 -04:00
Erik Amaru Ortiz
5599ca8b96 BUG 0000 BUG 0000 User Inbox Simplified (second commit) 2012-01-26 09:33:01 -04:00
Hector Cortez
ee22d188cd BUG 5163 Changed the short open tags for PHP code to long open tag. 2011-12-22 16:56:22 -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
816d40f5e5 BUG 000 Add validation to print a dynaform 2011-12-02 00:54:23 -04:00
Alvaro Campos
f5053045f3 BUG 7664 added hide or show buttons in documents 2011-11-29 18:11:59 -04:00
Erik Amaru Ortiz
a5c18ecac6 BUG 8117 "En Home la propiedad de Reassign tiene un..." SOLVED
- the icon was for case summary action, but the title doesn't showing,. it is solved now
2011-11-29 15:45:06 -04:00
Erik Amaru Ortiz
4bbf5a48e6 BUG 8099 "La opción status en Reassign, se vi..." SOLVED
- the translation was being overwritten, but it is fixed now
2011-11-29 12:55:02 -04:00
Julio Cesar Laura
2b3df3a547 BUG 0000 Fix validation when 'parent' object not exists 2011-11-29 11:44:55 -04:00
Alvaro Campos
7e4a313f60 BUG 8058 se solucino problema para ver la informacion del caso. 2011-11-25 08:57:32 -04:00
Erik Amaru Ortiz
7f336e1757 BUG 5979 "Cases are overwritten with data from another..." SOlVED
- problem fixed passing the app uid by GET and acomparing with the session data
  so, if there were differents a message to re-open case will be throw
2011-11-23 19:10:25 -04:00
Carlos Pacha
0d4d324a3f Merge branch '2.0-dev' of git.colosa.net:processmaker into 2.0-dev 2011-11-14 19:03:02 -04:00