I was able to get Koolreport working using a local xampp set up, but when I tried to install on my hosted server (using composer) I can load the files, but I am not able to access the report.
My composer install created the Koolreport folder under the vendor folder so I have the following:
public_html
- testsite (main site directory)
- vendor
- koolreport
- sales_report
- index.php
Is there something I need to do as far as pathing? Should I move the koolreport folder?