Commit Graph

59 Commits

Author SHA1 Message Date
Brayan Pereyra
fde8667a66 Correccion de contadores en tipos de tareas 2015-03-25 17:09:10 -04:00
Brayan Pereyra
c7c2439a71 Adicion de contadores de bandeja (y tiempo de acces token) 2015-03-09 15:23:38 -04:00
Brayan Pereyra
5738fa0864 PM-1695 Crear nuevo endpoint para el contador de casos 2015-03-06 18:06:31 -04:00
Paula V. Quispe
6ede532d79 List issues 2015-03-02 11:15:23 -04:00
Paula V. Quispe
23d5a6708a List issues 2015-03-02 11:10:40 -04:00
Paula V. Quispe
ea92abf6a0 I solved all issues about List 2015-02-27 16:27:11 -04:00
Julio Cesar Laura Avendaño
1d74fff2c4 Merged in paulis/processmaker/PM-1544 (pull request #1527)
I deleted a validation
2015-02-23 18:33:12 -04:00
Paula V. Quispe
2685c985d5 I deleted a validation 2015-02-23 18:00:19 -04:00
Julio Cesar Laura Avendaño
d06f55b1dd Merged in paulis/processmaker/PM-1544 (pull request #1524)
I added some validations by PM-1544
2015-02-23 13:26:38 -04:00
Paula V. Quispe
fb5562fc72 I added some validations by PM-1544 2015-02-23 11:09:57 -04:00
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
Paula V. Quispe
2ed9cc983c I solved the conflict in the issue PM-1558 2015-02-20 15:16:56 -04:00
marcelo.cuiza
605c22c101 PM-1492
Las condiciones no funcionan correctamente, si es que no estan dentro de parentesis ().

Se encapsulo en parentesis toda condicion dada que contenga un operador logico.
2015-02-20 13:10:58 -04:00
Julio Cesar Laura Avendaño
e23d456ad6 Merged in paulis/processmaker/PM-1519 (pull request #1485)
I solved the issue PM-1519
2015-02-20 11:00:24 -04:00
Julio Cesar Laura Avendaño
8ae62cbb2a Merged in mcuiza/processmaker/PM-1492 (pull request #1483)
PM-1492 (0016511 - 16515: Conditions)
2015-02-19 16:12:13 -04:00
marcelo.cuiza
647e754200 PM-1492
Las condiciones no funcionan correctamente, si es que no estan dentro de parentesis ().

Se encapsulo en parentesis toda condicion dada que contenga un operador logico
2015-02-19 14:39:17 -04:00
Paula V. Quispe
805634a5d0 I solved the issue PM-1519 2015-02-19 14:31:48 -04:00
Brayan Pereyra
5d349a0378 Default flow se asigna despues de las demas condiciones 2015-02-19 14:22:29 -04:00
marcelo.cuiza
a6fde3c2d5 PM-1492
Las condiciones no funcionan correctamente, si es que no estan dentro de parentesis ().

Se encapsulo en parentesis toda condicion dada que contenga un operador logico.
2015-02-19 12:40:19 -04:00
Brayan Pereyra
77ffa83f74 Correcion de derivaciones 2015-02-19 09:39:15 -04:00
Julio Cesar Laura Avendaño
6a623b114f Merged in cochalo/processmaker/BUG-16676 (pull request #1449)
BUG-16676 Default flow no tiene funcionalidad
2015-02-17 23:03:29 -04:00
Paula V. Quispe
0087164f0d I replace the code with a function isBpmnProcess 2015-02-13 16:30:11 -04:00
Brayan Pereyra
ae4d111bfa BUG-16676 Default flow no tiene funcionalidad 2015-02-13 16:15:31 -04:00
Paula V. Quispe
3ac5fdf9ba I solved the issue PM-140 and PM-1547 2015-02-13 14:57:00 -04:00
marcelo.cuiza
5fa88630ee PM-1492
Las condiciones no funcionan correctamente, si es que no estan dentro de parentesis ().

Se encapsulo en parentesis toda condicion dada.
2015-02-06 14:35:44 -04:00
Julio Cesar Laura
0034008941 Fix notice message in class derivation when the next task is end of process 2014-12-18 15:40:43 -04:00
Victor Saisa Lopez
7e3dc8aae3 PM-937 "Add Gateway to Gateway support" SOLVED
Issue:
    Add Gateway to Gateway support
Cause:
    Nueva solicitud de funciones
Solution:
    - Se ha implementado esta nueva funcionalidad "Gateway to Gateway" de un BPMN-Project a un ProcessMaker-Project
    - Se ha agregado un nuevo tipo de Task (GATEWAYTOGATEWAY) que sirve de puente para conectar un Gateway con otro Gateway
2014-12-04 11:40:52 -04:00
Victor Saisa Lopez
dc21c89799 PM-938 "Add default flow support" SOLVED
Issue:
    Add default flow support
Cause:
    Nueva solicitud de funciones
Solution:
    Se ha implementado esta nueva funcionalidad, la cual se aplica a:
            BPMN       ProcessMaker
            ====       ============
    Gateway EXCLUSIVE  EVALUATE
    Gateway INCLUSIVE  PARALLEL-BY-EVALUATION
2014-11-26 10:19:07 -04:00
Victor Saisa Lopez
80fd2ecd6c PM-475 "16052 - Revisar problema de self-service con Value-based de grupos" SOLVED
Issue:
    El CasesList es lento cuando existen casos con tipo de asignacion "Self Service Value Based Assignment"
Cause:
    Para todos los casos se esta verificando si su asignacion es de tipo "Self Service Value Based Assignment"
Solution:
    - Se ha creado una nueva tabla "APP_ASSIGN_SELF_SERVICE_VALUE", en la misma se registraran los casos
      con asignacion "Self Service Value Based Assignment"
    - Se ha agregado la opcion "database-generate-self-service-by-value" al comando "./processmaker", para poder
      generar los registros de la nueva tabla.
          Ej: $ ./processmaker database-generate-self-service-by-value myWorkspace
2014-10-27 11:25:17 -04:00
Luis Fernando Saisa Lopez
fdbc289b3c BUG 15243 "Email Notification from Subprocess" SOLVED
- Email Notification from Subprocess.
- Problema resuelto, cuando se tiene un subproceso que tiene notificacion en la ultima tarea y este debe retornar al proceso
  principal, entonces la notificacion se enviara al usuario del proceso principal.
2014-07-03 15:42:28 -04:00
Luis Fernando Saisa Lopez
1877369b91 BUG 15243 "Email Notification from Subprocess" SOLVED
- Email Notification from Subprocess.
- Problema resuelto, cuando se tiene un subproceso que tiene notificacion en la ultima tarea y este debe retornar al proceso
  principal, entonces la notificacion se enviara al usuario del proceso principal.
2014-07-03 12:42:37 -04:00
Julio Cesar Laura
37c6fa8ec0 BUG 7338: User profile " Replaced by " doesn't work when PM derivate a case IMPROVEMENT 2013-03-12 10:24:34 -04:00
Julio Cesar Laura
b986dd1a7d IMPROVEMENT in PMFunction PMFGetNextAssignedUser 2013-02-19 11:36:10 -04:00
Julio Cesar Laura
c7f505b496 BUG 10405: Problemas en la derivacion de subprocesos SOLVED
- Todo esta funcionando correctamente, solo que el mensaje estaba apareciendo innecesariamente debido a una mala validacion
- Los finales de procesos son necesarios en los subprocesos para que el flujo continue
- Se quito el mensaje innecesario
2013-01-24 12:54:12 -04:00
jennylee
ef66773130 CODE STYLE, changes...
FILES:
workflow/engine/classes/class.derivation.php
workflow/engine/classes/class.popupMenu.php
workflow/engine/classes/class.processes.php
workflow/engine/classes/class.xmlDb.php
workflow/engine/classes/triggers/api/class.zimbraApi.php
2012-10-22 15:45:47 -04:00
Julio Cesar Laura
ca88226069 BUG 9562 If it is the top level of department/manager then "Report To" assignment raises an error SOLVED
- When user don't have the "Reports to" value throws a error message
- Now when the "Reports to" value is empty use the User UID
2012-10-12 14:20:39 -04:00
Hector Cortez
5ff3c0002e BUG 7338 User profile "Replaced by" doesn't work when PM derivate a case. SLOVED
- The user A will be on vacation, then I update A's profile and set "Replaced by" to user B, set "Status" as Inactive or On vacation.
- Adjustment to the user to derivate.
2012-10-10 17:13:18 -04:00
Fernando Ontiveros
10feb46939 CODE STYLE class.derivations.php 2012-10-09 12:40:24 -04:00
Julio Cesar Laura
fb3b1a32bc Change validation when get the replaced by of a user 2012-09-25 15:17:41 -04:00
Julio Cesar Laura
3947d5418e BUG 7338 User profile Replaced by doesn't work when PM derivate a case
- In the class "derivation" doesn't exist the validation for the "Replaced By" field
- Added the business logic to set the replaced by user when a case is derivated
2012-08-16 11:44:17 -04:00
Victor Saisa Lopez
d4fcb868cd BUG 8951 "In version 2.0.39, case status never changes to 'COMPLETED'" SOLVED
- In the APPLICATION.APP_STATUS field in the database, the status never changes from "TO_DO" to "COMPLETED" when finishing the case
- The problem was caused by the solution to bug 8169, see http://bugs.processmaker.com/view.php?id=8169
- Solved problem, now APPLICATION.APP_STATUS field, changes to "COMPLETED" when finishing the case
2012-05-15 17:32:30 -04:00
Marco Antonio Nina
7badf95c7a BUG 9014 Variable SYS_CASE_PRIORITY no funciona apropiadamente SOLVED
- La variable SYS_CASE_PRIORITY se estaba hardcoded en prioridad 3 - Normal.
- Se pusieron validaciones para que se pudiera utilizar la prioridad de acuerdo con la variable.
- La variable SYS_CASE_PRIORITY ahora se setea manualmente ya no se crea de manera automatica.
2012-04-24 10:57:31 -04:00
Marco Antonio Nina
ae20dfb712 BUG 8932 Untranslatable strings Information process Information... SOLVED
- It was found that had several labels that are hardcoded.
- Changed hardcoded labels reusing some existing labels and some things were created some labels.
- labels created: ID_INIT_DATE(Init Date), ID_OVERWRITE(Overwrite),ID_BROWSE(Browse),ID_UPLOADING_TRANSLATION_FILE(Uploading the translation file...),
ID_EVALUATION_RESULT ([Success] Evaluation result)
- Labels reused: ID_TITLE, ID_DESCRIPTION, ID_DUE_DATE, ID_FINISH_DATE, ID_SEND, ID_UPLOADED_DOCUMENTS, ID_GENERATED_DOCUMENTS, ID_FILE, ID_FIRST_NAME,
ID_LAST_NAME,ID_ACTIVE,ID_INACTIVE, ID_MSJ_REPORSTO
- image for Starting a case ...
it is labeled translation.ID_TITLE_START_CASE which works only if you change the language to es-ES
-
2012-04-12 09:12:17 -04:00
Erik Amaru Ortiz
126b344c7b BUG 8169 "Recieve An Error in Parallel Task are finished (2.0...." SOLVED
- the problem originally was that never is derivation handling correctly to conditional forks and normal forks
- code was improed and handled for both forks at derivation types
2012-03-27 18:14:09 -04:00
Alvaro Campos
dd8d08eb8f BUG 8169 fixed error in Parallel Task 2012-02-28 12:37:13 -04:00
Erik Amaru Ortiz
93d9f365f5 BUG 7864 7635 "Parallel Join Routing Rule by evaluation problem" SOLVED
- problem when a condition is evaluated false, so the join never completes solved
2011-10-24 08:52:31 -04:00
Carlos Pacha
5b5699dcf5 BUG 6878 En un subproceso en el inbox el caso no llega en negrilla
This issue was fixed, the del_init_date field is setting like NULL, this is the normal process
2011-10-12 17:32:11 -04:00
Erik Amaru Ortiz
ba32c018ae BUG 7717 7421 -> related to DEL_PREVIOUS from APP_DELEGATION table, FIXED!
- fixed -> blame to girish commit 2e97a8
2011-09-28 12:41:10 -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
43440c71de BUG 6877 the error was fixed (removing a missing debug var)
The main problam was that the missing report_to users was not handling correctly but now it work fine
2011-05-12 17:33:21 -04:00