Hi all,
I’m trying to help a customer to use PHPJasperXML. Was discussed this lib in the past http://www.scriptcase.net/forum/showthread.php?2329-Nice-lookin-reports&highlight=nice+reports
I have a PHP script, on my SC server, and when called it uses PHPJasperXML to create a PDF report (using TCPDF), but decimal point don’t shows as we want (here, decimal point is , instead .)
But if I create a ReportPDF application (using TCPDF), it changes correctly decimal point.
The problem I find, is I can’t get PHPJasperXML generates PDF with correct decimal point. I thought was something related to regional settings, but If I create in SC a ReportPDF (it uses TCPDF too), decimal points are correct.
It suppose it will take system regional settings, but each script do different things. What do SC thath don’t do PHPJasperXML?
Regards.
EDIT:
It’s incredible, in this days, thath PHP don’t have a powerfull free/opensource reporting engine like Jasper or something like this.
