Commit Graph

60 Commits

Author SHA1 Message Date
Julio Cesar Laura
7cc1da974e BUG 9871 PM 2.0.44 testing 2 se Borran los datos en pmtables con chrome SOLVED
- Unnecesary text-transform style in the table name field and field name
- Deleted the unnecesary text-transform style
2012-10-01 18:02:24 -04:00
Julio Cesar Laura
16f6519072 BUG 9747 Error in source code SOLVED
- Wrong translation uid
- Change the worng translation uid
2012-09-13 15:34:56 -04:00
Marco Antonio Nina
6572670115 BUG 9626 Simple Reports Permissions SOLVED
- According to the specifications.
- Was add the list for add/remove permissions.
2012-09-10 10:24:07 -04:00
Marco Antonio Nina
06b44cd6d5 BUG 9626 Simple Reports Permissions SOLVED
- According to the specifications.
- Was add the list for add/remove permissions.
2012-09-07 16:15:56 -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
Victor Saisa Lopez
7fce772674 BUG 8226 "Report Tables in ProcessMaker 2.0.35 is not..." SOLVED
- Report Tables in IE does not display correctly, transparent boxes appear
- Problem solved, now display reportTables in popup window when the browser is IE
2012-07-30 16:28:08 -04:00
Julio Cesar Laura
f8c57f9055 BUG 9405 Correccion idioma espanol
- Habian aun algunas etiquetas hardcoded
- Se cambio a labels todos los lugares con textos hardcoded
2012-07-12 00:46:29 -04:00
Brayan Osmar Pereyra Suxo
32b3fc41d4 BUG 9340 Button cancel then it only cancel the editing SOLVED
- I add to delete row to button cancel
2012-06-27 12:17:54 -04:00
Marco Antonio Nina
12d3787c55 BUG 000 Se quito texto cometado en espanol 2012-05-04 16:28:18 -04:00
Marco Antonio Nina
44eebca163 BUG 9004 Cambio de label de Pm Table en la seccióeport Table... SOLVED
- Se identificaron todas las etiquetas que se deberian modificar dependiendo si esta en PM TAbles o Report Tables.
- Se procedio al cambio  de etiquetas para evitar la confusion de los casos de PM Tables y Report Tables.
2012-05-04 16:22:50 -04:00
Hector Cortez
b623e8577b BUG 8671 PM. 2.0 -Testing.13: Error de traducción
- Al asignar un nuevo usuario a una tarea, la ventana posee labels en ingles.
- Adjustments several in the hardcoded in ExtJS labels.
2012-04-23 10:27:09 -04:00
Julio Cesar Laura
ee400da44c BUG 8957 Arreglar el texto al convertir un report table para el plugin pm report
- El bug se corrigio en el core no en el plugin, las etiquetas q se muestran en
el menu contextual estan embedded en el codigo del core y simplemente se usan
cuando el plugin esta activo, no mostraba la etiqueta correcta porque el ID del label
no estaba correcto

- Se cambiaron los ID erroneos:

ID_CONVERT_TO NATIVE_REPORT_TABLE -> ID_CONVERT_NATIVE_REP_TABLE
ID_CONVERT_TO_SIMPLE_REPORT -> ID_CONVERT_SIMPLE_REPORT
2012-04-12 17:46:54 -04:00
Erik Amaru Ortiz
3d490dd933 BUG 8888 "Ventana DATA de report table no termina de cargar..." SOLVED
- there was no validations for native & custom date files while data preview for report tables
- validations added and posibles empty strings now are mapped to NULL on db.
2012-03-30 11:56:09 -04:00
Hector Cortez
609a5d2527 BUG 8671 PM. 2.0 -Testing.13: Error de traducción SOLVED.
- Al asignar un nuevo usuario a una tarea, la ventana posee labels en ingles.
- Se realizaron ajustes en los hardcoded de labels.
2012-03-12 17:10:10 -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
Marco Antonio Nina
fed8d0e0ea BUG 000 Delete Button permmision in EditReport 2012-02-17 12:25:47 -04:00
Alvaro Campos
1b81153d75 BUG 8226 solved the problem for IE8 and lowers. 2012-01-24 18:02:54 -04:00
Hector Cortez
236bdd2d9c BUG 8260 Adjustment in Confirmation to drag and drop a user defined field. 2012-01-20 10:07:57 -04:00
Erik Amaru Ortiz
766da556db BUG 8257 "Error when updating PM Table Primary Key..." SOLVED
- Compatibility on json responses fixed
2012-01-16 12:09:05 -04:00
Erik Amaru Ortiz
70cd6ebcbc BUG 8222 "No despliega opciones de "TIPO" al ingr..." SOLVED
- the problem is fixed now
2011-12-22 11:17:20 -04:00
Erik Amaru Ortiz
7a55d8ee10 BUG 8052 "Report Table-No funciona la opcion Add field" SOLVED
- Problem fixed, it was by a reserved variable name like length, is not allowed in IE
2011-11-29 10:06:29 -04:00
Victor Saisa Lopez
10b5604741 BUG 0000 Validation of the popup menu for the plugin pmReports 2011-11-28 11:18:18 -04:00
Erik Amaru Ortiz
f958ff8f04 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
- fix a sintax error
2011-11-25 10:26:36 -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
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
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
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
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
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
ecd1d8cf1c BUG 000 PM Tabless issue - Data export for report tables not allowed
- Validating that report table data export not allowed
2011-08-03 13:12:41 -04:00
Erik Amaru Ortiz
d65d7452d7 BUG 0000 PM tables, adding missing labels 2011-07-28 10:20:52 -04:00
Erik Amaru Ortiz
ba3a74bb2b BUG 000 PM tables view edit table Fix
- the primary key wasn't viewing correctly, but it is fixed now
2011-07-27 15:51:15 -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
e5232b515b BUG 000 PM Tables - Data list grid - disabling temporarily data import 2011-07-25 09:06:00 -04:00
Erik Amaru Ortiz
f0bd3f5035 BUG 0000 PM Tables IE compatibility fix on Data Edit 2011-07-22 18:51:08 -04:00