Commit Graph

385 Commits

Author SHA1 Message Date
Victor Saisa Lopez
b2f095f036 PM-939 "Support for Message-Event (Running case & Message-Event CRON)"
- Se a implementado el Running case
- Se a implementado el Message-Event CRON:
  Para ejecutar el Message-Event CRON, ejecute el siguiente comando:
        /path/to/processmaker/workflow/engine/bin$ php -f messageeventcron.php +wMyWorkspace
Nota.- Para el correcto funcionamiento del proceso y de esta nueva funcionalidad
       se debera crear el proceso nuevamente (esta nueva funcionalidad
       no funcionara con procesos BPMN antiguos a la fecha de este commit)
2015-02-21 15:59:12 -04:00
Julio Cesar Laura Avendaño
6dcbafbe4c Merged in gproly/processmaker/PM-1340 (pull request #1512)
PM-1340
2015-02-20 17:15:04 -04:00
Roly Rudy Gutierrez Pinto
0a7062312b PM-1340 2015-02-20 17:05:43 -04:00
Gustavo Cruz
5110afcd3e Fix the 2 observations made by the QA team regarding the use of the suggest user component, also adds the [x] clean button 2015-02-20 10:27:44 -04:00
Richard Yujra
23cc5574b2 fixed pmdynaform responsive for ie8 2015-02-19 10:24:42 -04:00
Richard Yujra
39fdd11d80 support for ie8 PMDynaform 2015-02-18 18:52:43 -04:00
jonathan
67115f62e1 web entry - update last observations, and add post in submit 2015-02-18 15:36:20 -04:00
jonathan
ef672d1b0d update view pmdynaforms in web entry 2015-02-18 09:50:29 -04:00
Brayan Pereyra
1e436ae2a3 Correccion de listados en metodo GET 2015-02-13 09:10:41 -04:00
Brayan Pereyra
9daede1a50 Conflictos arreglados 2015-02-12 16:37:06 -04:00
Gustavo Cruz
3a5057265f Fix some possible regression issues 2015-02-12 11:53:45 -04:00
Gustavo Cruz
9b218a9799 Fix duplicate userStore entry 2015-02-12 11:47:33 -04:00
Gustavo Cruz
d06b0a941a Changes the form field type to a suggest box so now the user needs to type the 4 first letters of the first name, last name or username field in order to retrieve the field 2015-02-12 11:09:24 -04:00
Brayan Pereyra
3471373a16 Adecuacion para pm enterprise 2015-02-11 10:20:22 -04:00
Brayan Pereyra
8be9610114 Cambios para draft 2015-02-06 14:57:59 -04:00
Luis Fernando Saisa Lopez
bae955bea6 PM-1384 "Los enlaces de Case Steps no tienen acciones..." SOLVED
Issue:
    Los enlaces de Case Steps no tienen acciones, no se puede navegar por los diferentes pasos.
Cause:
    El problema se debe a que se esta tratando de acceder mediante el DOM al iframe por un atributo que no esta definido
    (window.frames["openCaseFrame"].document), esto cuando es un DynaForm BPMN.
Solution:
    Se esta utilizando otro acceso via DOM al iframe, preguntando si existe un atributo similar que si este definido
    (window.frames["openCaseFrame"].contentDocument, window.frames["openCaseFrame"].contentWindow.document).
2015-01-28 17:03:18 -04:00
Roly Rudy Gutierrez Pinto
ff25154421 IMPROVEMENT PM-1355 2015-01-23 17:25:13 -04:00
Roly Rudy Gutierrez Pinto
dbd751038e IMPROVEMENT PM-1338 Running cases step_mode 'EDIT' & 'VIEW' 2015-01-23 11:54:59 -04:00
Jenny
b5cfc80850 PM-1301 No se graba el movimiento de carpetas.
En Home - Documentes no se graba los movimientos de las carpetas.

Faltaba una variable que no se estaba seteando cuando el movimiento se
realizaba arrastrando carpetas.

Se esta seteando dicha variable para solucionar el problema.
2015-01-21 13:12:30 -04:00
Roly Rudy Gutierrez Pinto
fbf4ad1079 PMDynaform setData 2015-01-13 15:17:51 -04:00
Roly Rudy Gutierrez Pinto
2d915ff264 PMDynaform 2015-01-12 15:58:52 -04:00
Roly Rudy Gutierrez Pinto
dd8df0b82c PMDynaform 2015-01-12 09:46:10 -04:00
Roly Rudy Gutierrez Pinto
de4e880e86 PMFormDesigner Running cases 2014-12-23 11:12:15 -04:00
Freddy Daniel Rojas Valda
f712cb4468 PM-1117 Paused Case - SOLVED 2014-12-16 11:53:11 -04:00
jennylee
bda6bd5328 PM-1039 Arreglando files para community 2014-12-04 16:59:10 -04:00
jennylee
4a6f3930b5 PM-1039 Aniadiendo files para a obviar codigo en la version community. 2014-12-04 10:23:06 -04:00
Victor Saisa Lopez
ecacf6d15a PM-854 "[16221] En Case History no muestra los datos de las..." SOLVED
Issue:
    En "Cases History" no se reflejan las variables generadas por los triggers
    asignados al Task (esto en Task>Steps>Triggers>AssignTask)
Cause:
    Nuevo requerimiento de funciones
Solution:
    - Se ha implementado esta nueva funcionalidad
    - Las variables generadas en los triggers que se setean en "Task>Steps>Triggers"
      para DynaForms, InputDocuments and OutputDocuments ahora son registrados en la
      tabla APP_HISTORY
2014-11-10 15:40:24 -04:00
Victor Saisa Lopez
1e95420c3e PM-811 "Process Permission Dynaform y Cases Notes Status..." SOLVED
Issue:
    Al definir un ProcessPermission (PAUSED) ya sea para un Usuario o Grupo
    no se aplica en el CasesList (el mensaje de alerta de permisos es desplegado)
Cause:
    Query mal definido (para Usuarios y Grupos)
Solution:
    Se ha mejorado el query involucrado, se agrego variables y validaciones faltantes (DEL_INDEX)
2014-10-29 17:00:47 -04:00
Marco Antonio Nina
72c24f0f80 PM-603 cases list con reprot tables eliminados SOLVED
- Cuando se borra un pmtable asociado a un cases list da un error por no encontrar los fields.
- cuando se borra la tabla se procede a poner en default la configuracion del cases list.
2014-10-16 12:25:45 -04:00
Julio Cesar Laura
26581390bf BUG 15563 No se ve el formulario por completo en Internet Explorer 10 IMPROVEMENT 2014-10-10 12:22:47 -04:00
Victor Saisa Lopez
5fb4ab900c BUG-238 "La lista de documentos generados despliega..." SOLVED
Issue:
    La lista de documentos generados despliega una columna extra que se encuentra vacíal igual que su label
Cause:
    Ninguna
Solution:
    La columna es necesaria ya que tiene su funcionalidad, se ha completado añendo el label
    de la columna y se ha quitado esta columna de los menus emergentes que tiene cada columna
2014-10-07 10:44:08 -04:00
Victor Saisa Lopez
79cd806f22 BUG-238 "La lista de documentos generados despliega..." SOLVED
Issue:
    La lista de documentos generados despliega una columna extra que se encuentra vacíal igual que su label
Cause:
    Ninguna
Solution:
    La columna es necesaria ya que tiene su funcionalidad, se ha completado añendo el label
    de la columna y se ha quitado esta columna de los menus emergentes que tiene cada columna
2014-10-06 17:20:24 -04:00
Marco Antonio Nina
2327b76190 PM-365 Upgrade de ls PM2.5 + enterprise 2.0.17 puede dar conflictos SOLVED
- The enterprise plugin files cause conflicts.
- A validation was added in function upgrade moving the files to the shared.
2014-09-26 13:00:16 -04:00
Marco Antonio Nina
fa84c1b8f4 PM-321 Hacer funcionar el administrador del Cases List Builder SOLVED
- It don't have the functionality
- PM-322 Hacer funcionar el Cases List Builder.
- Files are added for cases list.
2014-09-22 15:14:49 -04:00
jennylee
95331e1986 BUG-15563 Scroll error en IE10 Iframes largos Standards Mode.
Cuando se tiene IE10 con Document Mode 'Standards' la pagina aumenta su tamanio y la pagina no se muestra en su totalidad, no dejando ver la parte final de algunos listados, como el listado de New Case, Inbox, lis dynaforms largos, etc.

El problema se daba por un bug con el navegador IE10 con el estilo overflow = hidden, problema solucionado con un hotfix para IE10.

Se agrego 'px' para que el height sea tomado en px (pixeles) con eso se calcula bien el tamanio del iframe.
2014-09-03 14:51:45 -04:00
jennylee
67ab2682bc BUG-15563 Scroll error en IE10 Iframes largos Standards Mode.
Cuando se tiene IE10 con Document Mode 'Standards' la pagina aumenta su tamanio y la pagina no se muestra en su totalidad, no dejando ver la parte final de algunos listados, como el listado de New Case, Inbox, lis dynaforms largos, etc.

El problema se daba por un bug con el navegador IE10 con el estilo overflow = hidden, problema solucionado con un hotfix para IE10.

Se agrego una validacion en js para que cuando se detecte el Document Mode Standards y el borwser IE10 se setee el overflow-y = scroll, lo que soluciona el problema.
2014-09-02 16:45:44 -04:00
Julio Cesar Laura Avendaño
db57d8c81c Merged in jennydmz/processmaker/BUG-14953 (pull request #722)
BUG-14953 WEBENTRY - ProcessMaker does not check if Javascript is running.
2014-08-29 12:34:00 -04:00
Roly Rudy Gutierrez Pinto
f0aad6efd7 PmDynaform implement oAuth 2014-08-29 11:19:14 -04:00
jennylee
bbf0328d9e BUG-14953 WEBENTRY - ProcessMaker does not check if Javascript is running.
When JS is not enabled in the browser, the JS validations dosen`t work, so you can submit the form even if there are empty requiered fields.

A validation <noscript> was added in the HTML code, to validate if the browser has or not JS enable.

If there is not JS enable, the validation is make in the php code to.
2014-08-28 16:57:54 -04:00
Marco Antonio Nina
7651b102a3 BUG-15567 Cases List Problema con los idiomas al traducir... IMPROVEMENT
- It don't have the functionality.
   - The ___() function was changed to return the lable without *** if it this is not found.
   - HOME columns translations, inside the Enterprise, were included.
   - A validation was added when plugin enterprise no exist.
2014-08-21 15:57:58 -04:00
Marco Antonio Nina
125afc06f5 BUG-15567 Cases List Problema con los idiomas al traducir... SOLVED
- It don't have the functionality.
   - The ___() function was changed to return the lable without *** if it this is not found.
   - HOME columns translations, inside the Enterprise, were included.
2014-08-21 12:35:24 -04:00
Marco Antonio Nina
04255585bb BUG-15567 Cases List Problema con los idiomas al traducir... SOLVED
- It don't have the functionality.
- The ___() function was changed to return the lable without *** if it this is not found.
- HOME columns translations, inside the Enterprise, were included.
2014-08-18 15:07:54 -04:00
Luis Fernando Saisa Lopez
5edade33c6 BUG 15581 "Advance Search Can't remove date..." SOLVED
- Advance Search | Can't remove date selection
- Problema resuelto, en HOME>Advanced Search en "Delegated date from" y "To" se agrega un boton a cada uno, permitiendo
  limpiar la cajas de textos y haci porder seleccionar otra fecha.
2014-08-15 14:55:31 -04:00
Roly Rudy Gutierrez Pinto
cf73f1dd3d PMDynaform template add restclient library 2014-08-05 16:10:17 -04:00
Roly Rudy Gutierrez Pinto
5810c73838 PMDynaform implements mode readonly 2014-07-31 13:00:14 -04:00
Roly Rudy Gutierrez Pinto
4df55f8b26 change pmdynafor implementatio 2014-07-28 12:15:47 -04:00
Roly Rudy Gutierrez Pinto
2a3e8e79cc solved the problem of incompatibility between TemplatePower.php and BackBone 2014-07-23 11:23:29 -04:00
Roly Rudy Gutierrez Pinto
34f10a5c56 FormDesigner implements view Desktop, Tablet, Smartphone. 2014-07-21 15:37:35 -04:00
Roly Rudy Gutierrez Pinto
fb9de306b2 FormDesigner change 2014-07-18 17:04:05 -04:00
Roly Rudy Gutierrez Pinto
c4d7d6c3a4 Runing Cases: add Pmdynaform 2014-07-17 15:51:06 -04:00