System Independent

BaseTools-0.0.5

Made a couple of changes:

  1. Extended RunCmd.RunSQL function to run an SQL function call (e.g. CALL SOUNDEX('HELLO') ). Such an SQL statement would return a resultset with one record, which has one column--the result of the function call.
  2. Added RunCmd.SqlFunction(SQL_Function_Name[(params)]) which is similar to RunSQL, but returns the single value in row 1, column 1 of resultset produced by function call. The parameter can be a full SQL statement (e.g. CALL SOUNDEX('HELLO') ), or just the function name with any necessary parameters (e.g. SOUNDEX('HELLO') )

CRM4Office - OpenOffice Extension for SugarCRM-2.0.0

* Users can now add multiple sugarcrm accounts. User accounts can
belong to the same server or different servers.
* Allows setting up a default directory for all the merged documents.
* Users can now Preview merged documents and Send Email or Print
* Allows attaching / archiving of the merged documents back to the
contacts/leads/opportunities. This is accomplished using Notes and
Notes Attachments
* Supports sending password in clear text as some servers use reverse
proxy for authentication and accept clear text for passwords.

decroise-1.8.5

correction d'un bug suite au rajout de la langue UK
( variable de dialogue mal initialise suite au changement )

bug correction due to uk language addons
( missmatch on dialog initialisation )