- Jan 08, 2022
-
-
Prasad authored
-
- Dec 18, 2021
-
-
Prasad authored
Fix for UI10 type fields for issue #1657 Css fix for displaying correctly uitype 10 fields in detail view, when opened for editing value. See merge request !845
-
- Dec 13, 2021
-
-
angelo paglialonga authored
-
Prasad authored
fix dates filter issues on #1666 and #1638 fix dates filter for every module, even reports. See merge request !844
-
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
Issue #1002 MainManager exception while fetching related items Also, detecting sent emails to compare with current user email See merge request !321
-
-
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
-