koolreport
koolreport copied to clipboard
This is an Open Source PHP Reporting Framework which you can use to write perfect data reports or to construct awesome dashboards using PHP
Hello, I'm using koolreport package. Below is my system configuration. ```json { "php": "^7.2", "koolreport/core": "^4.7", "laravel/framework": "^6.18.35", "phpoffice/phpspreadsheet": "^1.14", } ``` There is a package `markbaker/matrix` which I think...
Anybody has using KoolReport with YII2 (the last version of YII Framework)?
I followed the instructions. - Got de token code and paste it in auth.json next to composer.json - Added the repository - Added the package in "require" section When run...
I trying to load data from sql and print on the website with koolreport. I have 5 output with this sql on phpmyadmin: SELECT `NUMOFNG`, `NUMOFATTEMPT`, `AVGTACTTIME`, `MODULE`, `RESULT` FROM...
Below are basic steps to integrate KoolReport into CodeIgniter: 1. Copy the koolreport folder into codeigniter/application/libraries folder. 2. Create application/reports folder where you report will be stored. 3. Create folder...
In Package v.4.3.2, the MemCache construct has an error: Uncaught Exception: Please added servers in ./vendor/koolreport/cache/MemCache.php:29 ```php $ttl = Utility::get($settings,"ttl",5*60); $servers = Utility::get($servers,"servers"); //
Hello KooReport. Il developping an WebApp using Laravel. Now i need to use KoolReport in this Laravel App for Bi? Ho to do this please?
please add free package to github repository. your site is very slow.
You only take the label for the column defintion in Chart::prepareData(), so you cannot support date string representation for hAxis and therefore no trendlines. With this patch, you will also...