Commit Graph

87 Commits

Author SHA1 Message Date
Erik Amaru Ortiz
b4a160738e Merge branch 'master' of github.com:colosa/processmaker 2014-06-30 17:40:01 -04:00
jennylee
807aecec7b BUG_15194: Error inserting data to PM Table.
The Json has some quotes that was causing troubles, because the stripslashes() function was been applicated before json_decode, so it was been applied twice.

Removing stripslashes() function, this is already added in json_decode().
2014-06-30 11:59:58 -04:00
Julio Cesar Laura
5b63a6cfc7 Merge code from github.com to bitbucket.org 2014-06-20 12:20 2014-06-20 12:23:47 -04:00
jennylee
fdc1a997e3 BUG-15193 Error in PM Table Data Search option
The search option in PMTables has a validation where the APP_UID field is ignored in the search because this was causing some search troubles when you wanna search a number that was include into the APP_UID (eg. 'APP_UID':405044408538cb9472ade260172, 'text to search':4408 )

Now, we add a checkbox field near the search text field to customize this behavior. With this checkbox 'Search also in the APP_UID field' you can decide if the search will include or not the APP_UID field.
2014-06-18 16:28:44 -04:00
jennylee
af70198315 BUG-15193 Error in PM Table Data Search option
The search option in PMTables has a validation where the APP_UID field is ignored in the search because this was causing some search troubles when you wanna search a number that was include into the APP_UID (eg. 'APP_UID':405044408538cb9472ade260172, 'text to search':4408 )

Now, we add a checkbox field near the search text field to customize this behavior. With this checkbox 'Search also in the APP_UID field' you can decide if the search will include or not the APP_UID field.
2014-06-18 11:31:22 -04:00
Julio Cesar Laura
420473f339 Merge code from github to bitbucket 2014-06-17 2014-06-17 12:30:52 -04:00
Luis Fernando Saisa Lopez
e4a362ed69 BUG 15089 "Pmtables: Problema al importar la data..." SOLVED
- Pmtables: Problema al importar la data de tipo Autoincrementable
- Problema resuelto, el problema que se tenia era por los archivos que crea propel especificamente los archivos Peer,
  al momento de hacer la insercióe los campos se eliminaba la columna donde se tenia los Primary Key ocasionando que
  se cree nuevamente. Se valida la importacion de los pmTables cuando son de tipo Autoincrementable logrando a que
  cuando se importe un pmTable mantenga los íices que se tenia al momento de exportarlos.
2014-06-10 16:42:49 -04:00
Luis Fernando Saisa Lopez
357810fc45 BUG 15089 "Pmtables: Problema al importar la data..." SOLVED
- Pmtables: Problema al importar la data de tipo Autoincrementable
- Problema resuelto, el problema que se tenia era por los archivos que crea propel especificamente los archivos Peer,
  al momento de hacer la insercióe los campos se eliminaba la columna donde se tenia los Primary Key ocasionando que
  se cree nuevamente. Se valida la importacion de los pmTables cuando son de tipo Autoincrementable	logrando a que
  cuando se importe un pmTable mantenga los íices que se tenia al momento de exportarlos.
2014-06-06 14:10:53 -04:00
Erik Amaru Ortiz
7a47472ea1 Merge remote-tracking branch 'upstream/master'
Conflicts:
	workflow/engine/classes/class.processMap.php
	workflow/engine/classes/model/AdditionalTables.php
2014-04-02 09:34:54 -04:00
Luis Fernando Saisa Lopez
1e0ab50e4c BUG 14414 "No se puede realizar la import,..." SOLVED
- No se puede realizar la import, export, delete, data, edit de un Report Table.
- Problema Resuelto, el problema que se tenia era por la version de php que era php 5.4. Esta version de php
  exige mejor control cuando se utiliza los metodos de una clase, no se puede utilizar los metodos directamente sin antes
  de ser creados.

  Se puede realizar las acciones de: edit, delete, data, import y export en un Report Table. y NO muestra error.

  Disponible para la versió.5.3 de ProcessMaker.
2014-03-19 14:29:23 -04:00
Brayan Osmar Pereyra Suxo
1960b020d2 Correccion de warning en REPORT TABLES 2014-03-14 16:25:01 -04:00
jennylee
84a9f9231c BUG_12254 funcionalidad search en Datos de PMtables.
Correccion de un error en la llamada de la funcion que realiza la busqueda.
2013-10-31 11:12:29 -04:00
jennylee
4ebff57aa0 BUG-12254 Funcionalidad Search en las grillas DATA de los PMTables y Report Tables.
Se aniadio la nueva funcionalidad de busqueda en el display de los datos de los PMTables y Report Tables, en ADMIN > Settings > PM Tables > Data, el cual realiza las busquedas por todas las columnas del PM Table o Report Table.

Se corrigio el ordenamiento ASC y DESC.
2013-10-17 17:46:01 -04:00
Omar Suca
1c618310c6 BUG-12624 Problema con la DATA al importar PM tables.SOLVED
Descripcion: Creamos una tabla parametrica para que de acuerdo al orden que tiene la misma poder mostrar informacion dentro de un formulario, procedimos a importar el PM table al servidor de cliente y verificamos que al importar la Data del PM table no se respeta el orden ni el valor de la columna PAR_ID (es la llave primaria/automatico)

Solucion: En la importacion de un PMTable, se obtiene la llave primaria de dicha tabla para que posteriormente se ordene en base a esa columna y se almacene en base de datos como una tabla ordenada. Resuelto para la version 2.5.1-testing.1-402-gbcc9bdb
2013-08-12 14:38:14 -04:00
Julio Cesar Laura
089f0fedc2 BUG 11086 Los datos introducidos despues de una fila vacia son ingnorados IMPROVEMENT 2013-07-08 13:10:57 -04:00
jennylee
b668474c8a Eroorres 2013-03-28 16:00:10 -04:00
jennylee
4f4778051b Merge remote branch 'upstream/master' 2013-03-22 15:28:46 -04:00
Julio Cesar Laura
01462ecade BUG 10953 IMPROVEMENT 2013-03-22 15:20:41 -04:00
jennylee
defe513bde BUG 10953Report Table error with currency fields
When having a process with some currency field (Real Number), and running a case before creating the RT, when you create the RT and saw the data inside it shows the number as integer. But when you run a case after creating the RT it shows the currency in good way (Real number).

It was fixed.
2013-03-22 14:13:27 -04:00
Julio Cesar Laura
64e518fb49 Doc System, change hardcoded labels 2013-03-14 15:15:04 -04:00
Julio Cesar Laura
cb075d58f1 BUG 10953 Al crear un segundo Report Table los campos desde la BD se modifican SOLVED
- Al repoblar la tabla no se estaba considerando la validacion agregada cuando se actualiza el registro
- Se agrego la validacion faltante al momento de popular toda la tabla
2013-03-07 17:04:41 -04:00
Julio Cesar Laura
5263de8dcb Add validation to avoid notice in pm tables 2013-02-27 12:37:17 -04:00
Brayan Osmar Pereyra Suxo
fcaec9eb1c I resolved the error to removed the reportTable SOLVED
I added to validation in reportTable Old
2013-02-07 10:06:26 -04:00
Marco Antonio Nina
c29a299ddf BUG 10458 Error creating report table with currency text field SOLVED
- not taken into account the types of mask and separators in fields currency and percentage
- was add validation.
- In fields currency and percentage was changed FLOAT -> DOUBLE.
2013-01-28 10:20:24 -04:00
Julio Cesar Laura
fb292dde32 BUG 10352 Simple report plugin does not show case status, and shows empty rows corresponding to draft cases that have been deleted SOLVED
- Se agrego la nueva columna solicitada APP_STATUS, para report tables ya creados no se mostraráes necesario crearlos de nuevo para que aparezcan

- Sobre el bug de las filas vacias, es el mismo problema que para el bug 10230, la BD del cliente tiene un problema de integridad, cuando uno borra el caso usando el Sistema (listado de casos en draft) borra todos los registros relacionados en todas las tablas asociadas, pero al hacer un borrado manual se olvidaron de elimar los datos de alguna de las tablas (posiblemente APP_CACHE_VIEW), por favor soliciten la BD del cliente y revisen la integridad de los datos.
2013-01-11 14:41:01 -04:00
Victor Saisa Lopez
fbb10c8ed1 BUG 0000 "PM Table, keep the records of the table to the edit" SOLVED
- PM Table, keep the records of the table to the edit
- Added checkbox for keep the records of the table
* Available from version ProcessMaker-2.0.46
2013-01-09 13:23:16 -04:00
Ralph Asendeteufrer
a10e13ab7e CODE STYLE changes
files modified:   workflow/engine/controllers/newSiteProxy.php
                  workflow/engine/controllers/pmTables.php
                  workflow/engine/controllers/pmTablesProxy.php
                  workflow/engine/controllers/processOptionsProxy.php
                  workflow/engine/controllers/processProxy.php
                  workflow/engine/controllers/webEntryProxy.php
2012-10-18 15:22:01 -04:00
Julio Cesar Laura
cc3443ddf9 Improvement for the bug 9544 2012-09-26 19:58:48 -04:00
Victor Saisa Lopez
68509275f3 BUG 9649 "Uso de palabras reservadas en la creacion de PM Tables." SOLVED
- In the creation/editing of PMTables/ReportTables, not validated the
  use of reserved words
- It has validated the use of keywords in the creation/editing of
  PMTables/ReportTables
- It has been validated using reserved words to importing a process with
  ReportTables (old version)
* Available from version 2.0.44
2012-09-04 12:40:47 -04:00
Victor Saisa Lopez
2be74450d2 BUG 9677 "No se lista el Report Table importado dentro del..." SOLVED
- When importing a ReportTable in a process, not shown in the list of
  ReportTables
- Problem solved, the PRO_UID variable is created with the UID of the
  process, when the user is in the ProcessMap
* Available from version 2.0.44
2012-09-03 16:23:37 -04:00
Marco Antonio Nina
53f11da603 BUG 9544 Error al importar CSV en PMTables, comportamiento... SOLVED
- The primary key joined with "-".
- We have the following recommendations:
- The primary key must be in separate columns.
- Now you can use "-" within the primary key, but does not support the use of ",".
- When importing the CSV header must be deleted.
2012-08-13 15:33:25 -04:00
Brayan Osmar Pereyra Suxo
7285b6566f BUG 9511 Does't save data with baskslash in pmtables SOLVED
- I removed function stripslashes, this function is add in json_decode
2012-08-01 10:47:18 -04:00
Hector Cortez
667c84731b BUG 9499 Create Report table with reserve words ... SOLVED
- Could not create report tables with fields that have reserve words.
- Validation reserved words in the fields definitión in the report tables creation.
2012-07-26 10:50:07 -04:00
Brayan Osmar Pereyra Suxo
065754f56e BUG 8451 Don't work autoincrement for BIGINT in pmtables SOLVED
I add autoincrement for TINYINT SMALLINT INTEGER BIGINT in Pmtables
2012-07-19 09:53:18 -04:00
Hector Cortez
018eb18498 BUG 8369 Adjustment for standardization of code SOLVED
- Adjustment workflow/engine/classes/model/AdditionalTables.php, workflow/engine/controllers/pmTablesProxy.php files
2012-07-03 15:36:04 -04:00
Hector Cortez
bee524e789 BUG 8369 Problem when using the new editor for PM Tables ... SOLVED
- There is a major problem when using the new editor for PM Tables with Database Connections, if you choose a database connection (anything you have created as a Database Connection in process designer).
- Fix-bug and Addition of session variable in the different connections PMTables(Victor).
2012-06-25 15:26:52 -04:00
Erik Amaru Ortiz
4e6ade5d1b BUG 8609 "Missing datetime field type" SOLVED
- the reporter is right, DATETIME field type is missing
- DATETIME field type was added, it is not a directly supported type by our ORM (propel), but we're handling that with its equivalent TIMESTAMP, but don't worry it is transparent by final users.
2012-03-08 16:08:37 -04:00
Erik Amaru Ortiz
7c4a71e609 BUG 8277 "Report table from grid issue" SOLVED
- was a cache problem, but it is already fixed
2012-01-16 11:47:35 -04:00
Hector Cortez
c02c662fa0 BUG 8068 FIx Bug in the import and export of CSV file. 2011-11-25 11:02:31 -04:00
Erik Amaru Ortiz
b2017995b4 BUG 7922 "SRP: wrapped: Could not execute query.." SOLVED
(Fixes for import feature)
According the solution raised on the meeting
- the default selection for db connetions is workflow instead REPORT
- the prefix PMT for all pmtables was added
2011-11-25 10:06:42 -04:00
Erik Amaru Ortiz
ff4ee1b33d BUG 7922 "SRP: wrapped: Could not execute query.." SOLVED
According the solution raised on the meeting
- the default selection for db connetions is workflow instead REPORT
- the prefix PMT for all pmtables was added
2011-11-21 18:38:39 -04:00
Erik Amaru Ortiz
669eed475e BUG 8022 "Can't see the PM Tables in the list" SOLVED
- the problems is already solved, validation and exception handling added
2011-11-17 12:40:23 -04:00
Erik Amaru Ortiz
c00514f237 BUG 7835 "PMTables Importing issue" SOLVED 2011-10-12 19:05:14 -04:00
Erik Amaru Ortiz
c8bafbdd63 BUG 7836 "Import PMtablles issue" FIXED
- there wasn't a properly sql string creation on Propel engine it was fixed now
2011-10-12 10:09:53 -04:00
Erik Amaru Ortiz
c747a38caf BUG 7835 "Error con los reportables" Solved! 2011-10-11 17:13:13 -04:00
Erik Amaru Ortiz
d5c3ebdfd0 BUG 7826 "Problem Importing New Report tables" Solved!
- it was occurring because a restructured import code, but is fixed now
2011-10-10 11:44:54 -04:00
Erik Amaru Ortiz
fc43ca182f BUG 0000 Pmtables, importing & data lost issue SOLVED 2011-10-04 12:11:44 -04:00
Erik Amaru Ortiz
20e7e97808 BUG 0000 adding errors reported on pmtables import 2011-09-28 14:41:50 -04:00
Erik Amaru Ortiz
a353e8ec99 BUG 0000 Fixed a missing object on exception catch 2011-09-28 14:32:17 -04:00
Hector Cortez
22cecea2d3 BUG 7694 Adjustment to discard null lines in files csv. 2011-09-26 16:30:39 -04:00