Commit Graph

178 Commits

Author SHA1 Message Date
Hector Cortez
9b1f2ced57 BUG Adjustment for standardization of code SOLVED 2012-07-02 18:35:54 -04:00
Hector Cortez
43a77c5878 BUG 5359 Trigger wizard should indicate that the return value... SOLVED
- The interface for the Trigger wizard should say that the return value variable is option (not required).
- Adjustment string description and change values "None" by "Not required" of the return value of Trigger wizard.
2012-06-20 17:18:20 -04:00
Hector Cortez
21f000be20 BUG 9087 Procedimientos Almacenado que empiezan con BEGIN ...SOLVED
- Procedimientos Almacenado no funcionan con executeQuery en Triggers.
- Several Adjustments for execution the Queries, CRUDs, Stored Procedures and User Defined Functions in Oracle.
2012-06-12 17:19:07 -04:00
Marco Antonio Nina
fc9690c526 BUG 9094 PMFGenerateOutputDocument() doesn't work for Output Document... SOLVED
- By using the function PMFGenerateOutputDocument was not versioned documents.
- According to the analysis was appropriate to change the $ for SUID for $ outputID as only used for the query to find if the document existed.
2012-05-14 16:20:45 -04:00
Victor Saisa Lopez
bcec188036 BUG 9145 "Text instruction in Trigger Wizard for PMFSendMessage()..." SOLVED
- Text instruction in Trigger Wizard for PMFSendMessage() function is wrong, asks for semicolon instead of coma to separate emails
- Replaced the word "semicolon" with the word "comma"
2012-05-11 12:34:06 -04:00
Marco Antonio Nina
80045f99df BUG 9043 Variable for Case Notes content needed SOLVED
- Se crearon varias funciones para este caso.
- La funcion getCaseNotes en la class.case.php con los parametros applicationID, type que es la forma que quiere que se devuelvan los datos, puede ser array, objetc, string por defecto esta en array, y userID que nos daria solo las notas de ese usuario, por defecto nos devuelve de todos los usuarios.
- Se modifico la funcion getNotesList para poder traer las notas por un determinado usuario y por defecto recupera las notas de todos los usuarios.
- en class.pmFunctions.php se creo la funcion PMFGetCaseNotes con los parametros applicationID, type que es la forma que quiere que se devuelvan los datos, puede ser array, objetc, string por defecto esta en array, y userID que nos daria solo las notas de ese usuario, por defecto nos devuelve de todos los usuarios.
- En class.wsBase.php la funcion getCaseNotes con los parametros applicationID, userID que nos daria solo las notas de ese usuario, por defecto nos devuelve de todos los usuarios, esta funcion nos devuelve un array con los fieds en minuscula.
- En soap2.php getCaseNotes donde se tienen los siguiente parametros: sessionId, se necesita iniciar una session para poder utilizarlo, applicationID, userID que nos daria solo las notas de ese usuario, por defecto nos devuelve de todos los usuarios.
- Se adiciono la funcion para utilizarlo en SoapServer.
- En wsResponse se creo un nuevo template para la respuesta del webservice wsGetCaseNotesResponse con los campos status_code, message, notes, timestamp.
- En pmos2.wsdl se agregaron los datos necesarios para la salida correcta del webservice.
2012-05-02 09:56:30 -04:00
Victor Saisa Lopez
4b8d867af3 BUG 8984 "PMFNewCaseImpersonate(), WSNewCaseImpersonate() and..." SOLVED
- The PMFNewCaseImpersonate(), WSNewCaseImpersonate() and newCaseImpersonate() web service, do not return the UID and number of the new case like PMFNewCase(), WSNewCase() and newCase()
- It improved the code of the PMFNewCaseImpersonate method, for to returns the UID of case, as PMFNewCase
- It improved the code of the WSNewCaseImpersonate method, for to returns the UID of case, as WSNewCase
- Corrections made in the methods "Simple Trigger Web Services", including the files involved
2012-04-25 17:19:54 -04:00
Victor Saisa Lopez
e92bde8b9e BUG 8985 "Update comments for the PMFDerivateCase field to include..." SOLVED
- The Trigger Wizard doesn't include the fourth parameter $sUserLogged for the PMFDerivateCase() function
- Added in the trigger wizard the fourth parameter $sUserLogged for the PMFDerivateCase() function
2012-04-20 11:06:27 -04:00
Marco Antonio Nina
51977f4504 BUG 7650 Function PMFRedirectToStep didnt work properly SOLVED
- In the triggers do not run properly because it addresses before saving the data
- Data is captured and stored before redirect
2012-03-06 19:17:16 -04:00
Erik Amaru Ortiz
ec9875d537 BUG 8438 8341 " $from parameter for the PMFSendMessage() function .." SOLVED
- Now the user can set from account for PMFSendMessage() function.
2012-02-14 10:32:48 -04:00
Hector Cortez
5433b8f331 BUG 7953 Adjustment in the PMFGetNextAssignedUser function. 2011-11-17 09:37:28 -04:00
Carlos Pacha
625b70ed42 BUG 7656 The new $sAttachments parameter of the PMFSendMessage()
added attachments parameter in PMSendMessage function
2011-09-20 15:43:59 -04:00
Carlos Pacha
40be339424 BUG 0000 Attachments to email messages
this feature  is properly documented
2011-09-15 15:56:20 -04:00
Alvaro Campos
d7fbf8d63c BUG 7608 fixed issues of PMFGetNextAssignedUser 2011-09-13 11:17:24 -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
853bd5be48 BUG 3910 Attachments to email messages
added attachment option, at least one or more  attachment file
2011-08-17 10:41:06 -04:00
Hector Cortez
a9f216bdc9 BUG 7444 Adjustment the type of variable definition. 2011-08-16 16:01:51 -04:00
Hector Cortez
de774d3fc3 BUG 6984 Fix Bug in Web entries in output documents & other PmFunction. 2011-08-12 11:27:32 -04:00
Carlos Pacha
8dc61e7ddc BUG 3910 Attachments to email messages
this issue was completed and it is working fine
2011-08-08 18:51:04 -04:00
Hector Cortez
002a0124d7 BUG 7186 Fix Bug in PMFGenerateOutputDocument method.
The $_GET['UID'] variable is used when a process executes.
2011-07-28 16:33:10 -04:00
Alvaro Campos
a798c049c4 BUG 6790 fixed issue about PMF Send Message wizard 2011-05-03 10:17:30 -04:00
Carlos Pacha
6dfc05da04 BUG 6357 this bug was fixed
This issue is happening, this is happening when you create a output document and go back to previous step or leave a case, it created a duplicates and it shows function ereg_replace() is deprecated. I have fixed these and it's working fine, however there are some deprecated errors which are into ..thirdparty/html2ps_pdf, then we are going to wait the solucion from html2ps_pdf
2011-04-07 09:32:03 -04:00
Carlos Pacha
8b9912eb65 this bug was solved - 6357, this code was replaced with the correct code to generat the output, now it is working fine 2011-03-11 23:19:29 +00:00
Hugo Loza
ad135f6144 Reverted changes made form PMDOC since this breaks the current parse for Trigger wizard 2011-02-21 23:02:06 +00:00
abraar
7db523fd06 Changes done for PhpDoc 2011-02-03 11:13:21 +00:00
abraar
ef427ec0df Changes done for PhpDoc 2011-02-01 12:49:40 +00:00
Abraar
0248e8121d Changes made for documentation 2011-01-22 12:20:08 +00:00
Erik Amaru Ortiz
0525681d79 initial commit from rev. 632 2010-12-02 23:34:41 +00:00