- Jan 08, 2022
- Dec 18, 2021
-
- Dec 13, 2021
-
-
angelo paglialonga authored
-
angelo paglialonga authored
-
- Nov 28, 2021
-
-
Prasad authored
allow unlinking related items if you can edit the parent item fix #210 deleting a relationship should require edit access to the parent object (the one they are related to) not delete access to the target object. (because you are not deleting it, just disassociating it which is an edit to the parent object) See merge request !70
-
-
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
-
- 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
-
-
Prasad authored
-