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
Erik Amaru Ortiz
7efe72cf19
BUG 0000 PMTables improving data edit UI
...
- data row editor improved, how for each type the field editor is diamic for date, numeric, and text
- hard coded labels completed
2011-09-20 09:34:53 -04:00
Erik Amaru Ortiz
79820e7e1f
BUG 0000 PMtables hardcoded labels created
2011-09-15 13:07:27 -04:00
Douglas Medrano Chura
8aff156363
BUG 7648 Solved the problem of codification
2011-09-15 12:47:01 -04:00
Erik Amaru Ortiz
b87c6cdfff
BUG 0000 PM tables - Import invalid files validation and improved catch errors
2011-09-15 12:29:08 -04:00
Erik Amaru Ortiz
3a242fe8a5
BUG 0000 Refactoring for propel-generator/Database class to DatabasePropel class
...
- fixes in data editing
- fixes in pmtables import
2011-09-15 11:30:27 -04:00
Erik Amaru Ortiz
272afa474d
BUG 0000 PM tables creation and editing validation added
...
- added the validation for DESC reserved word for a clumn name
- added the validation for mimimal length for table name
2011-09-14 10:47:05 -04:00
Erik Amaru Ortiz
0b6afa1afc
BUG 7413 "Problema al importar PMtables" Solved
...
- some issues for a broken import feature
- the table name issue fixed for this version
- secure data import was added
2011-09-14 08:51:33 -04:00
Erik Amaru Ortiz
0a67605671
BUG 0000 pmtables - report type fixes (it can't edit data)
2011-09-08 15:30:35 -04:00
Erik Amaru Ortiz
4968521a07
BUG 000 PM tables class generator & table build using phing
2011-09-08 15:00:41 -04:00
Hector Cortez
ba83e3cb09
BUG 7594 Adjustment in importing PMTables.
2011-09-06 15:34:56 -04:00
Erik Amaru Ortiz
e9296320dc
BUG 000 BUG 000 momentarily reverted to rc5 for pmTables (Win env compatibility
...
+ fixes for a unused transaction
2011-09-06 13:07:03 -04:00
Erik Amaru Ortiz
4431738b0d
BUG 000 momentarily reverted to rc5 for pmTables (Win env compatibility)
2011-09-06 10:56:58 -04:00
Erik Amaru Ortiz
f35f3bb39f
BUG 000 momentarily reverted to rc5 fro pmTables (fixes)
2011-09-05 16:40:47 -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
69ffd4adfe
BUG 000 momentarily reverted to rc5 fro pmTables
2011-09-02 19:06:10 -04:00
Erik Amaru Ortiz
a21fff422b
BUG 000 Pm tables fixes when edit and destroy data
2011-09-02 10:00:32 -04:00
Hector Cortez
76ac4663ad
BUG 0000 New feature Export data to CSV from a PMTables.
2011-08-31 17:58:22 -04:00
Erik Amaru Ortiz
656fb9eeab
BUG 000 PM tables fixes on data editing & report table data population
2011-08-30 09:35:32 -04:00
Erik Amaru Ortiz
f7fcd0472d
BUG 000 PM tables ver2 ready - propel & phing integration
2011-08-29 11:39:22 -04:00
Carlos Pacha
18ef1e590a
BUG 7395 cambiar un dato en la BD a autoincrementable
...
This issue was completed, the autoIncrement option was added.
2011-08-10 15:41:19 -04:00
Erik Amaru Ortiz
34e32f49ad
BUG 7402 "ACTUALIZACION DE PMTABLES EN BASE DE DATOS" Solved!
...
- verification & validation for column name defined twice or more added
- fixed IE compaitbility for variable named length (use it cause problems in IE)
- fixed slashed added on json value posted on a ajax request, soldev adding stripslashed on server side
2011-08-09 15:44:55 -04:00
Erik Amaru Ortiz
865796f344
BUG 000 PM tables issue, compatibility old ver. of PHP 5.2.x oldest
2011-08-03 11:21:48 -04:00
Erik Amaru Ortiz
21de5a77a4
BUG 0000 PM tables data import translation missing error
2011-07-28 10:05:07 -04:00
Hector Cortez
5d99ab68a6
BUG 0000 Validation to import a CSV file in PMTables.
2011-07-26 17:54:25 -04:00
Hector Cortez
46db68ea71
BUG 0000 Adjustments to import a CSV file in PMTables.
2011-07-26 11:48:12 -04:00
Erik Amaru Ortiz
c7d1b2ce0a
BUG 0000 PM tables - Backward compatibility FIX
2011-07-25 12:06:05 -04:00
Hector Cortez
f8bfb6fb85
BUG 0000 Fix Bug in import process in ReportTables.
2011-07-22 19:40:49 -04:00
Erik Amaru Ortiz
65b5a2cc1d
BUG 0000 PM TABLES - importing issue
...
- fixed the problem when multiples tables are selected to import
2011-07-21 18:35:37 -04:00