Commit Graph

63 Commits

Author SHA1 Message Date
Paula V. Quispe
70dd6bae4e Permission
HOR-1720

HOR-1720

.
2016-08-30 12:03:42 -04:00
Victor Saisa Lopez
7ffb786e55 HOR-539 "Contadores de casos pausados incorrectos" SOLVED
Issue:
    Contadores de casos pausados incorrectos
Cause:
    El comando upgrade utiliza los metodos del anterior listado
Solution:
    - Se agrega validacion para los contadores del listado paused
    - Se debera ejecutar el comando "./processmaker migrate-new-cases-lists your-workflow" para reconstruir los datos
2016-03-23 16:42:11 -04:00
Ronald Q
bf51acf86e HOR-521 Agregar la fecha de at risk al endpoint light de to do 2016-03-21 13:37:24 -04:00
Paula V. Quispe
c4c16fc6ca PM-4473 2015-12-18 14:31:34 -04:00
Victor Saisa Lopez
82981def7d PM-3713 "0018661: No se pueden ordenar los campos en los..." SOLVED
Issue:
    0018661: No se pueden ordenar los campos en los las bandejas de ProcessMaker
Cause:
    No se procesa el campo status
Solution:
    - Al hacer un request con el campo status, este es validado y procesado
    - El ordenamiento de columnas trabaja de manera correcta con el resto de los campos

PM-3713 "0018661: No se pueden ordenar los campos en los..." SOLVED

Issue:
    0018661: No se pueden ordenar los campos en los las bandejas de ProcessMaker
Cause:
    No se procesa el campo status
Solution:
    - Al hacer un request con el campo status, este es validado y procesado
    - El ordenamiento de columnas trabaja de manera correcta con el resto de los campos
2015-12-07 11:37:31 -04:00
Victor Saisa Lopez
fce02e1ee9 PM-3407 "0018218: Self-service value based not accepting USER ID" SOLVED
Issue:
    0018218: Self-service value based not accepting USER ID
Cause:
    Nuevo requerimiento de funciones
Solution:
    La asignacion de tipo "Self Service Value Based Assignment" ahora funciona de la siguiente manera:
        - Si se desea definir a un grupo entonces se tendra el siguiente caso:
            @@SYS_GROUP_TO_BE_ASSIGNED = "00000000000000000000000groupuid1";
        - Si se desea definir a usuarios entonces se tendra el siguiente caso:
            @@SYS_GROUP_TO_BE_ASSIGNED = array("000000000000000000000000useruid1", "000000000000000000000000useruid2");
        - Por lo que el engine reconocera lo siguiente:
            * A un array como un array de UIDs de usuarios
            * A un string como un UID de un grupo
2015-09-01 14:57:25 -04:00
Victor Saisa Lopez
a9f9a63061 PM-3037 "0017677: The 'processmaker workspace-restore' command..." SOLVED
Issue:
    0017677: The "processmaker workspace-restore" command should automatically
    execute "cacheview-repair" and "migrate-new-cases-lists"
Cause:
    El comando "workspace-restore" no verifica de manera correcta si debe o no
    ejecutar los modulos "cacheview-repair" y "migrate-new-cases-lists"
Solution:
    - El comando "workspace-restore" ejecutara los modulos "cacheview-repair" y
      "migrate-new-cases-lists" en los siguientes casos:
          > "cacheview-repair" sera ejecutado si la version de ProcessMaker del backup
            es menor a la version de ProcessMaker del sistema
          > "migrate-new-cases-lists" sera ejecutado si la version de ProcessMaker del backup
            es menor a la version ProcessMaker-2.9
    - Se hizo correcciones para servidores Windows
    - Al ejecutar el comando "migrate-new-cases-lists" iniciara nuevamente el registro de datos
      en las nuevas tablas
2015-08-12 09:30:43 -04:00
Luis Fernando Saisa Lopez
41f0f71279 PM-3080 "Procesos con asignacion selfService..." SOLVED
> Code Isuue:
  Procesos con asignacion selfService y selfService Value Based generan casos duplicados
> Solution:
  Cuando se tiene selfService y selfService por valor, ya no se muestra duplicados.
  Se a completado a la validacion en la condicion del query cuando es selfService por valor el "del_index" y "tas_uid"
2015-07-11 02:19:41 -04:00
Brayan Pereyra
865319a2d8 PM-1670 Adicion de condicion para consulta a casos reasignados 2015-04-09 15:46:36 -04:00
Marco Antonio Nina Mena
0329f7709a Improvement save form Dashboards 2015-04-01 20:39:12 -04:00
jennylee
f6788b35d5 Resolving conflicts 2015-03-26 18:14:51 -04:00
Paula V. Quispe
1f497cc6f6 I solved the issue PM-1649 ./processmaker migrate-new-cases-lists 2015-03-04 18:42:47 -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
Marco Antonio Nina
b81d78ff9d 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-15 17:31:12 -04:00
norahmollo
128ba6f670 BUG-15479 ProcessMaker en una sola Base de Datos
Privilegios de Usuarios
2014-09-09 17:31:39 -04:00
Julio Cesar Laura
ae59b6595d BUG 15757 Despliegue incorrecto de los casos en "Advanced Search", para casos cancelados SOLVED
- Missing condition in the cancelled criteria to get last delegation
- Add missing condition
2014-08-22 12:41:47 -04:00
Marco Antonio Nina
25db86d3ba BUG-15503 Advanced Search: Cuando un caso es completado... SOLVED
- Cases with the completed status were not considered.
- A validation was added in criteria in file AppCacheView.php function getAllCases2
2014-08-12 09:08:00 -04:00
Julio Cesar Laura
8c9b312b9f BUG 15225 La bandeja "Sin asignar", tarda demasiado en cargar cuando la regla de asignaciós "Self Service Value Based Assignment" SOLVED
- La funcion "LoadCase" de la clase "Cases" se usaba N veces y provocaba la lentitud
- Se optimizo el query para que no sea necesario usar la funcion "LoadCase" varias veces
2014-06-26 15:25:06 -04:00
Julio Cesar Laura
71623220d6 BUG 14464 La Regla de Asignacion basada en un valor no funciona cuando los grupos estan asignados a la tarea SOLVED
- En realidad no es un bug, pero a pedido de proyectos se cambiara un poco la logica de esta funcionalidad

- Ahora a pesar de que hayan grupos o usuarios asignados a una tarea y esta a su vez tenga el tipo como regla de asignacion "self service group by value", no se incluiran los casos correspondientes a esa tarea en el listado, solo seran inckuidos aquellos en los que tenga setada la variable para "TAS_GROUP_VARIABLE"
2014-05-13 15:48:12 -04:00
norahmollo
15ce8e997a BUG-13829 Advanced Search current User column no muestra el Dato correcto
Cuando se tiene una derivación en Paralelo la columna Current User que se muestra en la bandeja Advanced Search no es el correcto.
2014-05-09 16:12:49 -04:00
Marco Antonio Nina
6b015ed3b3 BUG-14726 Error al conectar ProcessMaker con un... SOLVED
- even filtered by type "SUPER".
- add validation in intall also a check for use the current user
2014-05-07 11:18:09 -04:00
Luis Fernando Saisa Lopez
7a13688b83 BUG 12029 "Sent By column blank in sub process" SOLVED
- "Sent By" column blank in sub process
- Problema:
  Al crear un Proceso y un Sub Proceso, cuando se inicia una tarea del Proceso Padre y se deriva a la tarea del Sub Proceso,
  en el Inbox el usuario autorizado en el Sub Proceso de la tarea al visualizar la columna "Sent By" no indica quien
  derivo la tarea mostrando siempre vacia.

- Solucion:
  Cuando se crea un Proceso y Sub Proceso, al iniciar la tarea del Proceso Padre y al derivar el caso a la tarea del
  Sub Proceso, en el Inbox el usuario autorizado de esa tarea visualizara la columna "Sent By" con el usuario quien derivo
  el caso.
  - Se ha creado el trigger SUB_APPLICATION_INSERT para la tabla SUB_APPLICATION, ya que en este punto se crea las
    delegaciones del Sub Proceso.
    El trigger corrige el campo PREVIOUS_USR_UID de la tabla APP_CACHE_VIEW que siempre esta vacio, esto cuando la delegacion
    es de un Sub Proceso.
  - Se ha añgo SQL al archivo "app_cache_view_insert.sql" para corregir el campo en conflicto "APP_CACHE_VIEW.PREVIOUS_USR_UID",
    ya que este SQL es utilizado para reconstruir la tabla APP_CACHE_VIEW, esto por ejemplo cuando se hace el "Build Cache"
    que esta en ADMIN>Settings>CasesListCacheBuilder

    Disponible para la version 2.5.2
2013-09-25 17:24:04 -04:00
Roly Gutierrez
4e37c76be3 BUG-12918 SOLVED 2013-09-06 15:28:46 -04:00
Julio Cesar Laura
c78d65b5a7 BUG 11553 Pausa de casos no se aplica en tareas paralelas SOLVED
- Cuando se pausa un hilo el status de todo el caso cambia a PAUSED
- Ya no se cambia el status de todo el caso, solo se cierra el hilo pausado
- Existe aun un problema con los listados, los cuale sno muestran el estado del caso correctamente, eso se arreglara con el bug 11791 y 12012
2013-06-04 17:53:29 -04:00
norahmollo
e4d66390a4 DocSystem translations
DocSystem translations
2013-05-06 19:36:45 +00:00
Vera Osokina
91a1bfd932 BUG 8905 Unpause a Case from a group supervisors session.
Was fixed the property to show the paused cases in the supervisor session, when the supervisor is assigned as a group.
2013-04-15 14:10:14 -04:00
Victor Saisa Lopez
cafb088214 BUG 0000 "Improvement in the cases list" SOLVED
- Problem with tasks in parallel in inbox
- Solved problem with tasks in parallel
- Validation was added in solr for cases that are in inbox, but does not make an accurate count of cases, when tasks are parallel
* Available from version ProcessMaker-2.0.46
2013-02-15 16:26:51 -04:00
Marco Antonio Nina
b286a4e1cf BUG 10548 Case Notes. After adding case notes, ProcessMaker... SOLVED
- The cases notes no obey restrictions of permits en uxs.
- Was add validation.
2013-01-29 17:13:38 -04:00
Brayan Osmar Pereyra Suxo
477cf0bbd5 PM SQL tunning
We added the PM SQL tunning
2013-01-28 16:49:00 -04:00
Victor Saisa Lopez
d1c28c99de BUG 10323 "Contador de unassigned no cuenta bien" SOLVED
- Not properly count cases in unassigned cases, using parallel fork in process
- Solved problem in count, in unassigned cases
* Available from version ProcessMaker-2.0.46
2013-01-09 15:43:08 -04:00
Julio Cesar Laura
be2698f81f When the resolution of the bug with field APP_CURRENT_USER a new bug appears in the reassign list 2013-01-02 12:02:48 -04:00
Victor Saisa Lopez
bef44bcfbd BUG 10131 "Don't showing the summary and cases notes columns" SOLVED
- Don't showing the summary and cases notes columns when the Enterprise
  plugin is enabled (Bug 10131)
- The column labels inbox, draft, etc do not change when you change the
  language, this when the Enterprise plugin is enabled (Bug 10101)
- In ADMIN>Settings>CasesList when is load PMTable dropdown always goes
  to the inbox tab
- The labels of the columns that are of the system, are now translated
  with the set language
- In ADMIN>Settings>CasesList, options have been added to complete/upgrade
  the fields of the Cases List
- Before you install/upgrade the Enterprise plugin, you should delete these files:
    path_to_processmaker/workflow/engine/templates/cases/casesListSetup.html
    path_to_processmaker/workflow/engine/templates/cases/casesListSetup.js
- The Enterprise plugin will work correctly if you have a version of
  ProcessMaker 2.0.46 or higher
* Available from version 2.0.46
2012-12-11 10:26:10 -04:00
user
6d52bdf65c Changing interface DB ORM classes include from class.case.php to bootstrap.php, to gain speed in Cases load time. 2012-11-16 17:13:48 -04:00
Victor Saisa Lopez
977969985e BUG 9830 "En Advanced Search no funciona la busqueda por..." SOLVED
- In AdvancedSearch no performs searches for user and category
- Problem solved, have been added to SOLR missing criteria for the search
- Note. - To register/upgrade the new criteria in the SOLR server, run the
  following script:
      $ php reindex_solr.php workspace_name reindexall
* Available from version 2.0.45
2012-11-05 15:14:51 -04:00
Victor Saisa Lopez
bdd19e9729 BUG 9924 "Participated list only display TO_DO cases" SOLVED
- Participated list only display TO_DO cases
- Solution to bug 9924
- It improved the list of cases (inbox, draft, participated, paused, advanced search)
* Available from version 2.0.45
2012-10-31 16:25:09 -04:00
Victor Saisa Lopez
7a1483b81b BUG 9924 "Participated list only display TO_DO cases" SOLVED
- Participated list only display TO_DO cases
- Solution to bug 9924
- It improved the list of cases (inbox, draft, participated, paused, advanced search)
* Available from version 2.0.45
2012-10-31 12:31:48 -04:00
Victor Saisa Lopez
d0bf6400af BUG 9830 "En Advanced Search no funciona la busqueda por el..." SOLVED
- First commit:
  > Solution to bug 9924
  > It improved the list of cases (inbox, draft, participated, paused, advanced search)
* Available from version 2.0.45
2012-10-31 10:45:21 -04:00
jennylee
c0a9d2b75c BUG-8905 Unpause a Case from a supervisor session.
I modified the function getPaused, in file 'workflow/engine/classes/model/AppCacheView.php', showing the cases that are paused by the current user and the ones that he supervises.
2012-10-30 09:03:50 -04:00
jennylee
093558e1d0 BUG-8905 Unpause a Case from a supervisor session.
I modified the function getPaused, in file 'workflow/engine/classes/model/AppCacheView.php', showing the cases that are paused by the current user and the ones that he supervises.
2012-10-29 16:41:27 -04:00
Fernando Ontiveros
14c64af8c5 CODE STYLE class/model/ files 2012-10-22 05:57:53 -04:00
Julio Cesar Laura
c1670185ea BUG 6564 Group value based Self service Assignment Rule SOLVED
- Add a new Assignment Rule, to use a variable to designe dynamicly the group for the self service
2012-10-05 11:16:37 -04:00
Brayan Osmar Pereyra Suxo
f12c66426c BUG 4715 I add assigned group to supervisor user
I add assigned to superisor user in cases to groups
2012-10-04 15:19:31 -04:00
Julio Cesar Laura
3671451838 BUG 9721 Reassign cases not working properly on Parallel tasks SOLVED
- The TAS_UID was not sent and used when get the users list
- TAS_UID is send and some other validations was added
2012-09-11 13:47:14 -04:00
Victor Saisa Lopez
331cb04a2c BUG 9630 "cron.php script can have several instances running..." SOLVED
- cron.php script can have several instances running at the same time
- Problem solved, added validation in cron.php script to avoid run
  several times
- Variable time added to control execution of cron
* Available from version 2.0.44
2012-09-03 11:32:52 -04:00
Hector Cortez
f353ae77c2 BUG 8529 Change "exists" to "exist" in many phrases SOLVED
- Remember these grammar rules
- Changed grammar rules as suggested.
2012-07-25 16:51:16 -04:00
Victor Saisa Lopez
167bab6b6e BUG 9319 "Problema con el Case Label" SOLVED
- By changing the "Case Label", this is not updated in the APP_CACHE_VIEW table
- Solved problem to changing the "Case Label", now is updated in the APP_CACHE_VIEW table
- Improvement in file, compliance with the standard PSR2

Note:
- When you change the "Case Title" of a task, affecting every case,
  if it is the current task of the case (otherwise it would not affect
  the APP_CACHE_VIEW table)
- If a task is saved empty the "Case Title" the APP_TITLE take the value
  #APP_NUMBER (all cases are in the task, this in APP_CACHE_VIEW table)
2012-07-03 18:20:20 -04:00
Marco Antonio Nina
890e2dcad3 BUG 9210 User experience Single Application SOLVED
- We verified that the list of the steps not working.
- Was modified the class.appCacheView, the function getTodo for parameters
  include TAS_UID y PRO_UID, too was modified the template indexSingle.html
2012-06-14 11:55:24 -04:00
Victor Saisa Lopez
c4af5f8d23 BUG 9040 "The Task column doesn't update whith the last changes on..." SOLVED
- The APP_CACHE_VIEW table does not contain the changes made in the CONTENT table when you rename processes/tasks
- The name change in processes/tasks is now reflected in the APP_CACHE_VIEW table
- Note.- The APP_CACHE_VIEW table contains values ..for only one language
2012-05-10 11:06:44 -04:00
Julio Cesar Laura
5b9f462000 BUG 8423 Fixed in the core, second commit 2012-01-31 19:28:50 -04:00
Julio Cesar Laura
26dca8a9e4 BUG 8423 Fixed in the core 2012-01-31 19:27:14 -04:00