php-reports icon indicating copy to clipboard operation
php-reports copied to clipboard

A PHP framework for displaying reports from any data source, including SQL and MongoDB

Results 101 php-reports issues
Sort by recently updated
recently updated
newest added

Composer is great, but the vendor folder is a really big mess. Unit tests, test data, etc. - too much of everything. It would be beneficial to introduce a build...

enhancement

When hiding a column in the table using a "hide" filter, the value cannot be used as a column in the "columns" array of a chart header. This is contrary...

bug

**Problem**: If you're working on localhost and decide to upload your application to a live server (online). You may face problems with your reports referencing the old server. **Solution**: Delete...

The name I want to filter by is: Tom & Jerry My code looks like this: -- VARIABLE: { -- name: "ctoon", -- display: "Filter by Cartoon Name", -- type:...

I want to use php-reports in a pre-existing project and include it in a subdirectory. I want to be able to access it like this: _**my_project_name**_/libs/php-reports/ I've put it in...

After looking at the documentation, I couldn't find a way to replicate this type of chart: https://jsfiddle.net/api/post/library/pure/ Is there a way to create a chart like this with available features?...

Extends functionality of variable parameters (database_options): - Adds variable parameters to reports of type 'php' to be able to pull from mysql. - Adds a less structured way get database_options...

Hi, First, thanks a lot for this simple-yet-amazing effort! I've been trying to use this as Reporting module for my application. One thing I wish I could do is to...

A functionality to send reports per mail periodically would be nice. For example in the report header section repicient and period can be provided. Reports then can be send via...

Add an in-browser report editor that lets you create, edit, delete, rename, and move directories and reports in $reportDir. There will be a manage reports link on the report list...