Does Moqui framework has built in support for reporting tool like Jasper, Birt, Pentaho etc - reporting

Does Moqui framework has built in support for reporting tool like Jasper, Birt, Pentaho etc, I searched the online documentation and could not find any information, What is the recommended tool for generating custom reports

Moqui supports Report Builder and Custom Reports (Report Viewer) natively, and perhaps does not need integration with external Reporting Tools like Jasper, Birt and Pentaho for export to csv or JSON, and i believe other report types like pdf can be added with customization. The native Reports Builder and Custom Reports (Reports Viewer) are present in POPC ERP and HiveMind Admin for reference. Moqui native Reports Viewer supports .csv and Download JSON.
POPC > Report Builder > Edit Report screen
POPC ERP > Report Viewer (supports Exporting to Download JSON, CSV)

Related

Cannot find any free Report Viewer that supports .NET 5.0 - What are the options?

I have an Enrollment App which adds/creates enrollees including subjects. The only problem is that when I tried to implement Report Viewer it doesn't support .NET 5.0. I have also considered DevExpress but its not for free. Are there any other options?
Please make Razor view which displays your report.
If you want to directly export that report into PDF please use
https://github.com/webgio/Rotativa

BIRT 431: Java/JDBC for Oracle compatibility issue

BIRT 431; Oracle 12c
IBM Maximo Asset Management 7.6.1.2 — only supports BIRT 431
I want to preview my BIRT reports (by connecting from BIRT to the Maximo database).
BIRT 431 requires Java 7. However, the latest version of JDBC for Oracle requires Java 8 (older drivers won't connect to the database).
If that's correct, then how can I preview BIRT reports if BIRT 431 doesn't support any functioning JDBC drivers?
A colleague provided this solution. I haven't been able to test it yet.
Use the latest available version of the jdbc driver for Oracle designed for Java 7:
Oracle Database 12.1.0.1 JDBC Driver & UCP Downloads --> ojdbc7.jar
In order to get preview features working for Eclipse BIRT 4.3.1 the following steps need to be taken:
Be sure that the version of Java being used for Eclipse is version 7. If it isn’t change it to version 7 as the preview feature will not work with 8.
Review chapter 2 in the attached document.
Save the attached file (ojdbc7.jar.txt) to the folder eclipse\plugins\org.eclipse.birt.report.viewer_4.3.1.v201309171028\birt\WEB-INF\lib below your base eclipse installation folder. Rename the file removing the “.txt”.
Create a copy of the file and change the extension from “.jar” to “.zip”.
Extract the contents of the zip file to eclipse\plugins\org.eclipse.birt.report.viewer_4.3.1.v201309171028\birt\WEB-INF\classes
Confirm Eclipse configuration as per the documentation from point 2.
Test with a report to confirmation functionality.
If there is an issue with the built in tool for previewing report output you may need to configure Eclipse to use a web browser instead.
In Eclipse use Window -> Preferences -> Report Design -> Preview.
Check the option “Always use external browsers.”
Click on the Web Browser link.
Click on the “Use external web browser” radio button and check “Default system web browser” or the browser of your choice if it appears in the list.
Related:
Maximo76_Designer431_Report Development Guide_Rev8.pdf

Reporting tool (Crystal Reports, Infomaker, ...) for Jhipster apps?

We created a Jhipster web application, we have some data that we need to share through documents (invoices for eg.)
My question is, is there any reporting tool for Jhipster (works fine with jhipster apps) ?
Anything like Crystal reports or Infomaker.
Thank you
JasperReports is a good option to generate reports from Java/Spring applications. You can design the report using a visual editor (called Jaspersoft Studio), and then put the report file (.jrxml) in the classpath of your JHipster application (src/main/resources) and invoke the Jasper engine to fill the report by passing the data as a Java object or JSON string. Using the same report design file as an input, the library allows you to export to multiple output formats (PDF, HTML, Excel, etc).

Asp.net MVC3 reporting system

I am building a new asp.net MVC3 web application for reporting and I want to know the best way to create reports.
I've tried to use Crystal reports but its has some issues in implementation and styling so Is there is a free or customized solution for that?
After alot of searching in google i found a good solution that meets my needs that is a free open source tool here called doddleReports it creates pdf, excel, csv comma delimited, HTML report
I have used worddocgenerator.codeplex.com as a reporting tool in one lightweight ASP.NET application. It allows you to generate data bound content with very few code.
To preview reports you can use the Open Xml Viewer

Web based Report Designer Spring/Hibernate

I am looking for a web based report designer supporting spring/hibernate. I have seen BIRTStudio but it is not free.
I came across this list http://java-source.net/open-source/charting-and-reporting which could be helpful. It might be appropriate to cookup my own small reporting engine. My core requirements:
End user should be able to specify parameters for a report
Report should be available in Excel form
Report should use the same permissions scheme as the application (ie spring security)
Report can be of two types (visual and textual) and among those types report can be of Chart or Map
I have found Pentaho to be a solution
http://community.pentaho.com/faq/waqr_faq.php
The target audience is not software developers, but it still seems a good start.
#geoaxis, try Jasper and DynamicJasper
I've written a set of tutorials for integrating Spring MVC 3 and Jasper. I've also provided a downloadable Maven build.
http://krams915.blogspot.com/p/tutorials.html

Resources