Commit Graph

43 Commits

Author SHA1 Message Date
Andrea Adamczyk
dbfe3a55aa PMC-615 2019-04-02 09:43:43 -04:00
Luis Fernando Saisa Lopez
ee06c64963 HOR-2205 "Master process not listed in..." 2016-11-03 15:04:25 -04:00
Victor Saisa Lopez
6d9858d6d0 HOR-1738 "Change folder permissions in ProcessMaker" SOLVED
Issue:
    Change folder permissions in ProcessMaker
Cause:
    Nuevo requerimiento
Solution:
    Se cambio los permisos de los files and directories
2016-08-30 13:03:35 -04:00
qronald
621b036a1e HOR-1499 2016-08-01 09:40:00 -04:00
Victor Saisa Lopez
3efce6907d HOR-16 "TimeZone>Problemas con el despliegue del campo last modify..." SOLVED
Issue:
    TimeZone>Problemas con el despliegue del campo last modify en el advanced search
Cause:
    El campo es seteado con el valor incorrecto en los triggers de MySQL
Solution:
    El campo es seteado con el valor correcto en los triggers de MySQL
2016-01-19 10:16:28 -04:00
Marco A. Nina Mena
103c9ef036 Improvement minutes - execute cron. 2015-07-01 11:17:13 -04:00
Marco Antonio Nina Mena
9f21f191d1 Change field DEL_INIT_DATE for DEL_DELEGATE_DATE 2015-06-18 13:30:52 -04:00
Marco Antonio Nina Mena
2e0198622d NND-74 Agregar un total queue
- Se agrego la columna en usr_reporting, schema.xml, schema.sql
2015-06-18 10:09:38 -04:00
Marco Antonio Nina Mena
c20db26fba Add field cost and unit cost in tables user reporting and pro reporting 2015-06-03 17:20:00 -04:00
Marco Antonio Nina Mena
10f742b044 Improvement trigger report by user 2015-05-08 15:57:36 -04:00
Marco Antonio Nina Mena
6e59ac932d Improvement script usr reportin pro reporting 2015-05-08 10:47:42 -04:00
Marco Antonio Nina Mena
878e9bc6da Improvement configured task time of calendar 2015-05-07 18:46:59 -04:00
Marco Antonio Nina Mena
2d00dbd144 Improvement triggers
- change unit to hours
2015-04-30 14:58:12 -04:00
Marco Antonio Nina Mena
1088de189a Improvement trigger reportByUser and ReportByprocess 2015-04-30 12:06:42 -04:00
Dante Loayza
f4c4b96e94 Merged master into dashboards2 2015-04-16 08:45:32 -04:00
Victor Saisa Lopez
1f5ef6413d PM-2320 "Add DEL_RISK_DATE field in tables Delegation..." SOLVED
Issue:
    Add DEL_RISK_DATE field in tables Delegation, App_cache_view, List_Inbox
Cause:
    New feature
Solution:
    Added DEL_RISK_DATE field in tables and implemented funcionality for new field in core
2015-04-15 14:52:15 -04:00
Marco Antonio Nina Mena
fadeab3691 Improvement form Dashboards quit field goal 2015-04-14 14:13:32 -04:00
Marco Antonio Nina Mena
6117eb75c6 Add field tas_duration in app_cache_view 2015-04-13 11:48:14 -04:00
Marco Antonio Nina Mena
0329f7709a Improvement save form Dashboards 2015-04-01 20:39:12 -04:00
danteloayza
cff0e2c6e1 Non conflict files 2015-03-26 17:37:32 -04:00
norahmollo
0d40ffbfb0 PM-476 Engine InnoDB
Tables Engine
2014-10-08 16:32:12 -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
Victor Saisa Lopez
1ba521623c BUG 0000 "Problem in order to insert data in table APP_CACHE_VIEW" SOLVED
- Added fields in clause "INSERT INTO"
* Available from version ProcessMaker-2.0.46
2013-02-01 13:07:26 -04:00
Julio Cesar Laura
70d7b292ce Add another missing file 2013-01-28 21:19:10 -04:00
Brayan Osmar Pereyra Suxo
477cf0bbd5 PM SQL tunning
We added the PM SQL tunning
2013-01-28 16:49:00 -04:00
Julio Cesar Laura
ff75fd19c5 BUG 9916 Current User randomly assigned when unclaimed, then replaced SOLVED
- The MySQL triggers save this data with incorrect value
- Fix MySQL the triggers to store the right value
2012-10-18 14:21:18 -04:00
Marco Antonio Nina
a8cc4a00f9 BUG 9720 Proceso de actualizacióe ProcessMaker es lento SOLVED
- ProcessMaker update process is slow for query.
- Was optimized queries and was modified the  rebuild "Table content".
2012-09-26 10:15:20 -04:00
Victor Saisa Lopez
df8cfae446 BUG 9377 "APP_FINISH_DATE is set to 1902-01-01 00:00:00 when..." SOLVED
- APP_FINISH_DATE is set to 1902-01-01 00:00:00 when create new case
  using webservices
- DEL_INIT_DATE is set to NULL when routing case using webservices
- Solved the problem in the fields APPLICATION.APP_FINISH_DATE and
  APP_CACHE_VIEW.APP_FINISH_DATE, when you create a new case now set to NULL
- Solved the problem in the fields APP_DELEGATION.DEL_INIT_DATE and
  APP_CACHE_VIEW.DEL_INIT_DATE when the case is routed set to the date corresponding
2012-07-09 13:21:20 -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
Alvaro Campos
c50215db01 BUG 6897 solucionado problema de horas en el timming control 2011-10-17 09:33:08 -04:00
Erik Amaru Ortiz
be0c90af87 BUG 000 momentarily reverted to rc5 fro pmTables (fix) 2011-09-05 12:47:25 -04:00
Carlos Pacha
aeb42deb01 BUG 7417 Application update date from APP_CACHE_VIEW does not show correct value
This issue was solved, these changes have been done it
2011-08-11 10:32:37 -04:00
Fernando Ontiveros
c283b77222 BUG 7024 fixing date trimming in APP_CACHE_VIEW
modified:   workflow/engine/methods/setup/setupSchemas/triggerAppDelegationInsert.sql
	modified:   workflow/engine/methods/setup/setupSchemas/triggerAppDelegationUpdate.sql
2011-08-01 11:14:18 -04:00
Carlos Pacha
5493e6155c BUG 7137 Subprocess Synchronous/En un subproceso "Synchronous" se pierde el caso
There was problem with the way to declare the variables, but this issue was fixed
2011-07-08 11:04:36 -04:00
Carlos Pacha
8131c58d28 BUG 6879 PM 2.0.23 Error en subproceso genera dos casos
This issue was fixed. I've tried with a simple query and it did not work, it needs a left join
2011-06-14 12:14:59 -04:00
Carlos Pacha
e49da2bd3c BUG 6879 PM 2.0.23 Error en subproceso genera dos casos
This issue was fixed, changed the query statement
2011-05-30 11:54:35 -04:00
Carlos Pacha
4aa3eb49f6 BUG 6879 PM 2.0.23 Error en subproceso genera dos casos
This issue was fixed, we're going to do an insert into cache_view table if this is not sub process

Conflicts:

	workflow/engine/methods/setup/setupSchemas/triggerAppDelegationInsert.sql
	workflow/engine/methods/setup/setupSchemas/triggerAppDelegationUpdate.sql
2011-05-30 11:54:02 -04:00
Carlos Pacha
8f90aaffa6 BUG 6416: I've tried to reproduce this issue and I did it. I could see that the size of this field (tas_due_date) was small when we are insert or updated, it was changed and now it's working fine 2011-03-28 12:40:09 -04:00
Alexandre Rosenfeld
931321b3b7 Revert "Cases List Cache Builder display"
This reverts commit 81ff933f7e.
2011-03-17 17:19:55 -04:00
girish
81ff933f7e Cases List Cache Builder display 2011-03-12 12:54:31 +00:00
Alexandre Rosenfeld
19de36c876 Fix schemas to let APP_CACHE_VIEW rebuild work. 2011-02-24 23:34:43 +00:00
Alexandre Rosenfeld
b9a1aea8d3 Make sure upgrade uses the same schema as installation.
- Removed vendor info in fields from schema.xml
- Mapped VARLONGCHAR to mediumtext
- Database upgrades now uses field attributes instead of vendor info.
- Updated app_cache_view files to conform to schema.sql
2011-02-24 16:21:26 +00:00
Erik Amaru Ortiz
0525681d79 initial commit from rev. 632 2010-12-02 23:34:41 +00:00