Need Kreports Module , Or fix the issues while migrate that from SugarCRM CE to SuiteCRM 7.10.30

Hello EveryOne,
I need KReports module, can anyone help me in this matter.
I have copy the module directory from my old SugarCRM CE ( Modules/KReports/ ) and paste that in my SuiteCRM latest version 7.10.30 ( modules/KReports/ ).
Edit modules.php nd added these 3 lines

$beanList[‘KReports’] = ‘KReport’;
$beanFiles[‘KReport’] = ‘modules/KReports/KReport.php’;
$moduleList[] = ‘KReports’;

DB Imported as well.
List view is ok but the detail view and edit view are not working at all.

1: i need KReports module download link,
or if anyone helps me with the resolution of this issue …

Thanks in advance

Hi there,

KReporter is not supported on the later versions of SuiteCRM 7.10+ off the bat as there are incompatibilities in folder structures. The issue is that both applications use slim and thus conflicting with the names. So unfortunately it’s one or the other; disabling SuiteCRM API else KReporter. From a quick search a non upgrade change would be to rename vendor/slim to something else (but as I said that could cause SuiteCRM API v8 to be non functional).

^^ another thread on this.