- Feb 09, 2022
-
-
Prasad authored
-
Prasad authored
getSelectedDefaultTaxMode #1561 Finally the obnoxious error that denied vtws_create, vtws_revise and more operations, since 4 years ago, is solved. Now you don't have to patch it manually at every release anymore. See merge request !848
-
Prasad authored
popuptranslated #1684 this fixes a long lasting problem for popup calendars not picking translated strings for user set language See merge request !850
-
Prasad authored
minilist with 4 columns #1589 Strangely it was already fixed by me but it wasn't in master so I changed the code in a tidier way that hopefully will be merged! See merge request !851
-
- Feb 08, 2022
-
-
angelo paglialonga authored
-
angelo paglialonga authored
-
- Feb 02, 2022
-
-
angelo paglialonga authored
-
- Jan 29, 2022
-
-
Prasad authored
-
- Jan 22, 2022
-
-
Prasad authored
fix for #1677 This merge requests fixes a problem preventing google events to sync in vtiger. See merge request !846
-
angelo paglialonga authored
-
- Jan 18, 2022
-
-
Prasad authored
-
- Jan 10, 2022
-
-
Prasad authored
-
- Jan 08, 2022
- 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
-