JasperPHP
JasperPHP copied to clipboard
A new version is available as night, and future plans
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.
Hi, here is the alfa version of jasperPHP-OpenServer https://github.com/QuilhaSoft/jasperPHP-OpenServer
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
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.