Commit Graph

28 Commits

Author SHA1 Message Date
Marco Antonio Nina
3029214043 BUG-12282 attach documents into emails using original name doesn't work SOLVED
- Cuando se esta enviando un email y guardar el mismo los attach documents se guardaban como cadenas solo con el path.
- se cambio la forma de guardado desde ahora se guarda un serializado de los datos donde puede haber un array asociativo donde si el key es numerico envia sin nombre y si tuviera otro valor lo asocia como el nombre del file en el email.
2013-07-08 12:26:54 -04:00
jennylee
774a391f38 BUG 11969 Web session TimeOut at HOME
In Home Tab when you loss session, PM naver advise it to you, and it still working but dosen't save the data.

So now all Home places are validated  to show a popup message when you loos session.
2013-06-03 18:13:38 -04:00
Hector Cortez
0a46157cc8 BUG 10178 Pause the Case, add Unpause Time SOLVED
- Al momento de pausar un caso se requiere que el dato de Unpause Date sea mas especifico colocando adicional a ello la hora en que se quiere el Unpause.
- Adjustment Unpause time field when pause case.
2013-03-27 13:45:14 -04:00
Julio Cesar Laura
5468c30600 BUG 9909 No permite modificar documentos como supervidor en los input document IMPROVEMENT 2013-01-03 15:32:54 -04:00
ralph
2df7ff709a Changing deprecated json->decode json->encode by Bootstrap functions. 2012-11-29 14:25:06 -04:00
user
f38c4d368c Removing requiere_once call to gain loading time. 2012-11-20 16:45:09 -04:00
Brayan Osmar Pereyra Suxo
bb92d18f64 BUG 9962 I added a validation to field SOLVED
I added a validation to text field
2012-11-15 10:10:04 -04:00
Ralph Asendeteufrer
4a4321615f CODE STYLE changes
files  modified:   workflow/engine/methods/cases/cases_Ajax.php
                   workflow/engine/methods/cases/cases_CatchExecute.php
                   workflow/engine/methods/cases/cases_CatchSelfService.php
                   workflow/engine/methods/cases/cases_Delete.php
                   workflow/engine/methods/cases/cases_DeleteDocument.php
                   workflow/engine/methods/cases/cases_DeleteDocumentToRevise.php
                   workflow/engine/methods/cases/cases_Derivate.php
                   workflow/engine/methods/cases/cases_List.php
                   workflow/engine/methods/cases/cases_New.php
                   workflow/engine/methods/cases/cases_NextStep.php
                   workflow/engine/methods/cases/cases_Open.php
                   workflow/engine/methods/cases/cases_OpenToRevise.php
                   workflow/engine/methods/cases/cases_PrintView.php
                   workflow/engine/methods/cases/cases_generatePMTable.php
2012-10-19 14:38:15 -04:00
norahmollo
c1de21c87f CODE STYLE Formating workflow/engine/methods/cases
Change format files in workflow/engine/methods/cases
2012-10-18 15:08:40 +00:00
Brayan Osmar Pereyra Suxo
36dd249ada BUG 8864 I add the function to delete file
I verify the permission delete to output document and I add the funcion in genered documents
2012-10-08 11:28:15 -04:00
Julio Cesar Laura
cd1ba7c6d1 Performance improvement in the reassign
- Improvement for the query:

SELECT APPLICATION.APP_UID, APPLICATION.APP_NUMBER, APPLICATION.APP_STATUS, APPLICATION.PRO_UID, APPLICATION.APP_CREATE_DATE, APPLICATION.APP_FINISH_DATE, APPLICATION.APP_UPDATE_DATE, APPLICATION.APP_DATA, ad.DEL_INDEX, ad.DEL_PREVIOUS, ad.TAS_UID, ad.USR_UID, ad.DEL_TYPE, ad.DEL_THREAD, ad.DEL_THREAD_STATUS, ad.DEL_PRIORITY, ad.DEL_DELEGATE_DATE, ad.DEL_INIT_DATE, ad.DEL_TASK_DUE_DATE, ad.DEL_FINISH_DATE, ad.DEL_DURATION, ad.DEL_QUEUE_DURATION, ad.DEL_DELAY_DURATION, ad.DEL_STARTED, ad.DEL_FINISHED, ad.DEL_DELAYED, ad.APP_OVERDUE_PERCENTAGE, at.APP_THREAD_INDEX, at.APP_THREAD_PARENT, at.APP_THREAD_STATUS, capp.CON_VALUE AS APP_TITLE, cpro.CON_VALUE AS PRO_TITLE FROM APPLICATION JOIN APP_DELEGATION ad ON (APPLICATION.APP_UID=ad.APP_UID) LEFT JOIN CONTENT capp ON (APPLICATION.APP_UID=capp.CON_ID AND capp.CON_CATEGORY='?' AND capp.CON_LANG='?') LEFT JOIN CONTENT cpro ON (APPLICATION.PRO_UID=cpro.CON_ID AND cpro.CON_CATEGORY='?' AND cpro.CON_LANG='?') JOIN APP_THREAD at ON (ad.APP_UID=at.APP_UID AND ad.DEL_THREAD=at.APP_THREAD_INDEX) WHERE APPLICATION.APP_UID='?'
2012-09-25 17:06:25 -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
Julio Cesar Laura
f6d90d7ac6 BUG 9477 Problem notifying the next user
We've detected 2 problems:

1.- The new algorithm to detect if the password is encrypted don't support passwords with a ":" character

2.- When recover the email configuration the system don't decrypt correctly the password of a previous version (without encryption, backwards compatibility)
2012-07-25 18:47:13 -04:00
Brayan Osmar Pereyra Suxo
c921867292 BUG 4763 Add notes when pause or cancel case SOLVED
- I add field textarea for comment the pause or cancel
- I add field checkbox for notify to case users the pause or cancel
2012-07-25 16:54:54 -04:00
Brayan Osmar Pereyra Suxo
04e20c0bf1 BUG 8445 PHPCS SOLVED
- workflow/engine/methods/cases/cases_Ajax.php
2012-07-02 15:36:01 -04:00
Brayan Osmar Pereyra Suxo
8bd64664c4 BUG 8445 Amend code SOLVED
- Serialize using G::json_encode
2012-06-21 18:19:55 -04:00
Brayan Osmar Pereyra Suxo
9f7a522dff BUG 8445 Don't work jump the cases list SOLVED
- I Add validate to cases numbers not exists
- I Add message in translation ID_CASE_DOES_NOT_EXIST_JS
2012-06-21 12:02:11 -04:00
Alvaro Campos
80a298f5ca BUG 8615 se adiciono la contraseña desencriptada SOLVED
- para no generar confusion en los usuarios
- ahora se muestra en un campo password la contraseña
2012-03-26 19:13:29 -04:00
Alvaro Campos
3e3018965b BUG 8743 Migrate Case Informations lists to ExtJS SOLVED
- Migrate Case "Information" lists to ExtJS (from master branch)
- migrated the following items: Case history, Messages History, Dynaforms, Uploaded Documents, Generated Documents
2012-03-26 16:54:43 -04:00
Hector Cortez
ee22d188cd BUG 5163 Changed the short open tags for PHP code to long open tag. 2011-12-22 16:56:22 -04:00
Erik Amaru Ortiz
be0c90af87 BUG 000 momentarily reverted to rc5 fro pmTables (fix) 2011-09-05 12:47:25 -04:00
Hector Cortez
f249635c65 BUG 7500 Adjustment in information-Dynaform invalid notice: Undefined Index. 2011-08-24 15:25:38 -04:00
Carlos Pacha
dbee2b3a94 BUG 7341 Error al mostrar la informacion de Dynaforms
This issue was fixed, now the fields are still there
2011-08-10 11:09:50 -04:00
Carlos Pacha
236585d03b BUG 6943 Disappeared the menu information and cannot delete a output document
This issue was fixed. it does not get the correct array and it does not use the  method remove
2011-06-02 17:36:06 -04:00
Carlos Pacha
fc890e6ce1 BUG 6089: this bug was fixed, however we need to check it on IE because we are losting some session vars on IE 2011-03-23 16:37:08 -04:00
Carlos Pacha
8dd4400075 this bug 6018 was solved, there were some mistakes when you made to run the cron 2011-01-26 21:30:05 +00:00
Hector Cortez
c5f44185a4 Various settings for compatibility with MSSQL 2011-01-04 21:10:17 +00:00
Erik Amaru Ortiz
0525681d79 initial commit from rev. 632 2010-12-02 23:34:41 +00:00