Questions tagged as 'jasper-reports'

0
answers

NFe printing from XML to PDF breaking on some notes - Java and Jasper

Good afternoon, Printing notes on my system in Java, is breaking some lines in certain notes. Printing is done by converting from XML to PDF, using Jasper to build the report, but in some notes, it is missing the Recipient section and tax cal...
asked by 03.10.2018 / 19:41
1
answer

Jasper Report Report Not Opening

I have a problem with a report generated by the Jasper Report. I created a screen with parameters of the report that when pressing the button calls the method below. public void imprimir() { try { RpFolhaDePagamentoDAO dao = new Rp...
asked by 24.09.2018 / 18:03
0
answers

Parameter passing in JasperReport

I'm trying to pass the Id parameter to a query in the Jasper Report. The parameter is being passed, but I'm getting conversion error from the Conversion error: There was an unexpected error (type=Internal Server Error, status=500). java.lan...
asked by 24.09.2018 / 21:07
0
answers

Jaspersoft - List consuming space when empty

I have a report that has a group header and there are two lists in it. Imadeatreatmentviaexpressiontoprinteachofthelistsonlywhenthereiscontentforeachofthem,butwhenoneofthemisnotdisplayedthereportleavesanunduespace. I'd like to know how...
asked by 20.08.2018 / 18:44
0
answers

Hide fields in iReport

Good afternoon guys, I'm generating a report in iReport and I have a question. On a piece of the report I have a delivery address block. I would like to display this block ONLY when the address is different from empty or different from null,...
asked by 14.08.2018 / 20:56
0
answers

Report iReport does not include the fields in the Summary tab

In the management system I'm working on, I generate a PDF non-fiscal thermal printer voucher made in iReport using the PHPJasperXML library. In this voucher, when you have only one product (one row) in the Detail tab, the Summary fields are blan...
asked by 16.08.2018 / 14:47
1
answer

conditional SUM Jasper Reports

I'm using JasperSoft Studio. In Summary I want to display the totalizer of a field, however using the SUM function (which JS provides when I drag the field) I can not add a given condition. What I wanted was something like, adding the $ F {va...
asked by 07.08.2018 / 16:13
1
answer

Error when using PHPJasper: Class 'PHPJasper \ PHPJasper' not found in

I'm trying to use PHPJasper but it does not find the class. I took an example from the github page even as a test. The code is simple: <?php require __DIR__ . '/vendor/autoload.php'; use PHPJasper\PHPJasper; $input = __DIR__ . '/vendor/ge...
asked by 05.08.2018 / 17:32
0
answers

JasperReport Libraries for Netbeans

I'm trying to integrate JasperReport with NetBeans, though I'm not finding the necessary libraries. I downloaded the Jasper library files at the following link: link But some libs like iText, which I know is required are not in the packa...
asked by 24.07.2018 / 01:35
0
answers

Queries for reports in Java With JasperSoft

I need to create a dynamic report with queries involving more than one MySQL table. Whenever I run a new query, the fields in the previous query are replaced by those in the new query. Is there any solution to this? Is it possible to do more tha...
asked by 10.07.2018 / 16:24