pyreportjasper icon indicating copy to clipboard operation
pyreportjasper copied to clipboard

Python Reporting with JasperReports

Results 29 pyreportjasper issues
Sort by recently updated
recently updated
newest added

I have attempted several methods to generate the report, but the report with subreports has not been successfully produced. Below are two methods I have tried and the error messages....

bug
closing-soon

Hello, I am trying to send a list int type parameter to my Jasper report with a postgresql connection but it gives me an error Is there any way to...

closing-soon

Description: This pull request introduces a new feature to customize HTML configurations for exporting reports in the HTML format. Users can now specify their own HTML header and footer content...

Hello, **Describe the bug** I just tried your library to generate an XLS file with Jasper. I input a 2MB CSV file, and it takes a few seconds to generate,...

question

The documentation on how to connect to a DB is COMPLETELY wrong. **»This document is written and tested for pyreportjasper version 2.1.3«** Here is how I did with a bit...

question
closing-soon

**Describe the bug** I have one main report calling another sub report and that sub report calling another sub-sub-report. Here is my code : def run_jasper(incon, report_name, out_name, out_format, inpara):...

question
closing-soon

How to implement subreports in pyreportjasper, do I have errors when trying to process the main report? ![image](https://github.com/acesseonline/pyreportjasper/assets/66079697/9d03abb7-54ff-4d58-a94a-7f88826f6419) ![image](https://github.com/acesseonline/pyreportjasper/assets/66079697/98ec776b-62e8-41d7-b1d1-c6f3068c0e46)

question
closing-soon

Can you verify, that h2 Database is supported for report creation? I use the following configuration: ` path = os.path.dirname(os.path.abspath(__file__)) connection={'driver':'generic', 'jdbc_driver':'org.h2.Driver', 'jdbc_url':'jdbc:h2:'+path+'/datawarehouse', 'jdbc_dir':path+'/lib/'} ` and get the error message...

question

**Desktop (please complete the following information):** - OS: ubuntu 22.04 - Python version 3.8 - Library version 2.1.1.2 - Java version jdk 11 jasper studio 6.4.0 ==================error========================= ~/py_jasper_report$ python jasper_server.py...

question
closing-soon

I used Javasoft Studio to design a report by using JSON as the data source. Doing some formatting on the fields as below: ![image](https://github.com/acesseonline/pyreportjasper/assets/111565822/82914ff7-47c6-4bb9-a69a-5fdc735e9121) I then wrote a Python program...

question