JasperPHP icon indicating copy to clipboard operation
JasperPHP copied to clipboard

A new version is available as night, and future plans

Open Rctnet opened this issue 4 months ago • 3 comments

Hey guys, I'm pleased to announce version 1.10 beta, if you can test it, a major refactoring was done if you have time to test and give feedback, it's on the night branch, enjoy it, especially @gamadoleo , @allgood , @ruiz107 @garciac12 , @dadeke , as it has been contributing to the success of this project. I intend to create a Docker container to serve reports, as well as a graphical interface for administration and an API for triggering. As soon as I have an MVP, I'll let you know here.

Rctnet avatar Jul 25 '25 11:07 Rctnet

Hi, here is the alfa version of jasperPHP-OpenServer https://github.com/QuilhaSoft/jasperPHP-OpenServer

Rctnet avatar Aug 06 '25 01:08 Rctnet

Hi @Rctnet , is there any compatibility break from main version?

The code I use jasperphp on is untouched for months, so I probably stick with the release it is working now

allgood avatar Aug 11 '25 12:08 allgood

HI, @allgood. Probably not, but I haven't tested it yet. The most significant changes were the improvement in performance and memory consumption. Previously, I passed the main report object and the current record to all child elements as parameters in generate. Now, I reference the parent report instance when constructing the elements and get the current record from within the current Report instance. The Tjasper.php class was inserted into the core, which simplifies consumption and facilitated the implementation of OpenServer.

Rctnet avatar Aug 19 '25 23:08 Rctnet