Skip to content
Snippets Groups Projects
  1. Nov 28, 2021
    • Prasad's avatar
    • Prasad's avatar
      SMS provider for SMSEagel added · 4d4a7c35
      Prasad authored
      4d4a7c35
    • Prasad's avatar
      Merge branch 'mailconverter-latest' into 'master' · 05602241
      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
      05602241
    • Prasad's avatar
      Fixes #1540: Merged cleanup code in Field.php · 4fb39d53
      Prasad authored
      4fb39d53
    • Prasad's avatar
      Merge branch 'fix_query_performance' into 'master' · 83350c76
      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
      83350c76
  2. Nov 18, 2021
  3. Nov 12, 2021
  4. Nov 10, 2021
  5. Nov 08, 2021
  6. Nov 03, 2021
  7. Oct 27, 2021
  8. Oct 21, 2021
  9. Oct 04, 2021
  10. Oct 03, 2021
  11. Oct 02, 2021
  12. Sep 23, 2021
  13. Sep 12, 2021
  14. Aug 26, 2021
  15. Aug 24, 2021
  16. Aug 23, 2021
  17. Aug 08, 2021
  18. Jul 30, 2021
  19. Jul 29, 2021
  20. Jul 28, 2021
  21. Jul 26, 2021
  22. Jul 23, 2021
Loading