Create documents in docx, xlsx (MS Office Word and Excel), odt, ods (LibreOffice and OpenOffice) and pdf format without MS Office or others plugins installed from any module and subpanel using templates.
#1704 - Leads and Contacts
Trying to enable Leads, Contacts and Oportunities Modules in the Admin Area. If Leads is enabled, Contacts and Opportunities automatically are removed. If Contacts and Opportunities are enabled, Leads is automatically removed. Any suggestions. SuiteCRM 7.10.11 Mail Merge Reports 2.5.13
5 years ago
Hi,
We have tried to reproduce the problem with SuiteCRM 7.10.11 and MMR 2.5.14, but it worked well. We don't know where the problem might come from, but it doesn't seem to be a permission issue since it works well for certain modules (what doesn't work is enabling several modules at once).
There is no place to save configuration of which modules are enabled and which are not (the parameters 'DHA_templates_historical_enabled_modules' in config_override.php are created only for a possible reinstallation of the component).
The reading of which modules are enabled is done checking if there are certain files and hooks enabled. That is, it checks if the file "custom/modules/{$module_name}/DHA_DocumentTemplatesHooks.php" exists, and if it exists, it checks in the file "custom/modules/{$module_name}/logic_hooks.php" if the hook _'after_ui_frame' _exists (the hook expected by the component).
Regards