KReports and AlineaSol reports modules not showing in menus

Hello,
I have tried installing both the KReports (3.0.6) and AlineaSol (4.0.4) modules but after installation I am not able to see either in the SuiteCRM (7.0.1) menu.
I can see them both in Admin -> “Display Modules and Subpanels” but not in “Rename modules”, for instance.
All folders’ attributes are recursively set to 775.
I have tried Repair & Rebuild and Repair Roles several times.

Anybody can offer any solution or suggestion please?

Thanks,
Stefano

Hello,

I was able to find the solution myself, by editing the language file in /custom/include/language as follows:

[…]
$GLOBALS[‘app_list_strings’][‘moduleList’]=array (
[…]
‘KReports’ => ‘Kinamu Reports’,
‘asol_Reports’ => ‘AlineaSol Reports’,
);
$GLOBALS[‘app_list_strings’][‘moduleListSingular’]=array (
[…]
‘KReports’ => ‘Kinamu Report’,
‘asol_Reports’ => ‘AlineaSol Report’,
);
[…]

2 Likes

Hi spmerli,

Thank you. I do it as you said, and it is sucessful.
I edit the en_us.lang.php file in /custom/include/language, add ‘asol_Reports’ => ‘AlineaSol Reports’, in the ModuleList array.