- Nov 28, 2021
-
-
-
Prasad authored
-
Prasad authored
standalone #1639 mailconverter custom actions With this modification it's possible to add custom actions to mail converter just like custom workflow function! New action would be displayed along with default actions. Follow this example: ``` require_once('modules/Settings/MailConverter/handlers/MailScannerEntityMethodManager.inc'); $emm = new MailScannerEntityMethodManager($adb); $moduleName='HelpDesk'; $methodName='createticketcustom'; $functionName='createticketcustom_helpdesk'; $functionPath='modules/yourmodule/yourmoduleHandler.php'; $emm->removeEntityMethod($moduleName, $methodName); $emm->addEntityMethod($moduleName, $methodName, $functionPath, $functionName); See merge request !838
-
Prasad authored
-
Prasad authored
Fixed query error impacting performances in inventory This merge request is fixing and error in several queries impacting significantly performances if there are a big number of orders in the database. Replaced: vtiger_invoice_recurring_info.start_period = vtiger_salesorder.salesorderid With: vtiger_invoice_recurring_info.salesorderid = vtiger_salesorder.salesorderid See merge request !842
-
- Nov 18, 2021
-
-
Prasad authored
mass_mail fix for #1559 fix for sending singularly mass emails from index view See merge request !840
-
- Nov 12, 2021
-
-
beppo.it authored
-
- Nov 10, 2021
-
-
angelo paglialonga authored
-
- Nov 08, 2021
-
-
angelo paglialonga authored
-
- Nov 03, 2021
- Oct 27, 2021
-
-
angelo paglialonga authored
-
- Oct 21, 2021
- Oct 04, 2021
- Oct 03, 2021
-
-
Prasad authored
-
- Oct 02, 2021
- Sep 23, 2021
-
-
-
Prasad authored
-
- Sep 12, 2021
- Aug 26, 2021
-
-
its4you authored
-
- Aug 24, 2021
-
-
Prasad authored
-
- Aug 23, 2021
- Aug 08, 2021
-
-
Prasad authored
-
- Jul 30, 2021
-
-
Prasad authored
-
- Jul 29, 2021
- Jul 28, 2021
-
-
Prasad authored
#954 updates recaptcha See merge request !832
-
- Jul 26, 2021
-
-
Ruben Estrada authored
-
Ruben Estrada authored
-
- Jul 23, 2021