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

![image](https://user-images.githubusercontent.com/48640307/174730139-dd63e2cb-698d-4755-bee0-bd7d31bcb192.png) I can run the same SQL code in Phpmyadmin and it works showing the database requested, using PHP reports it just sits there `SELECT DISTINCT ost_ticket.number, ost_ticket__cdata.lancom, ost_user.name, ost_ticket.created,...

Added test to see if the driver is pgsql and if it is then we use "-character instead.

http://localhost/project/php-reports-master/report/html/?report=mysql/all-orders.sql http://localhost/project/php-reports-master/report/html/?report=php/timezones_multiple.php . . . all links show error 404 Not Found The page you have requested could not be found. what is sloution ???? ![0215](https://cloud.githubusercontent.com/assets/21077830/19161799/20c68054-8c02-11e6-9dc6-5ae21183ec40.PNG)

PHP 7.4 deprecates as follows: `Methods with the same name as their class will not be constructors in a future version of PHP` ... for at least the following (there...

Warning: A non-numeric value encountered in E:\project_management\php-reports-master\classes\headers\RollupHeader.php on ![Capture](https://user-images.githubusercontent.com/10528204/129319128-abb02365-9bc5-40a7-85ca-0ecdcc18dc58.PNG)

-- VARIABLE: { -- name: "topic", -- type: "select", -- database_options: { -- table: "ost_help_topic", -- column: "topic_id", -- display: "topic", -- **all: true** -- } builds the following query:...

Listing items for the Portuguese, it is necessary to change the method "getValue" the ReportValue.php ![1](https://cloud.githubusercontent.com/assets/22545236/19004402/32ea8670-872c-11e6-87dc-0014d735c6b0.jpg) ![2](https://cloud.githubusercontent.com/assets/22545236/19004403/3315a03a-872c-11e6-8472-9854f81973dd.jpg)

I have to install php-reports in a closed environment with strict firewall rules. Using Composer and having it download packages would be very difficult. Is there an "all-inclusive" package I...

I'm getting below while trying to view reports. Warning: include(vendor/autoload.php): failed to open stream: No such file or directory in /opt/lampp/htdocs/php-reports/index.php on line 13 Warning: include(): Failed opening 'vendor/autoload.php' for...

Hi, I'm installing PHP-Reports softwar and composer says: ``` Problem 1 - Installation request for alcaeus/mongo-php-adapter 1.1.x-dev -> satisfiable by alcaeus/mongo-php-adapter[1.1.x-dev]. - alcaeus/mongo-php-adapter 1.1.x-dev requires ext-mongodb ^1.2.0 -> the requested...