Reports in a web application [closed]

0

I'm developing a web application and I'm needing a help in reporting, I'm new and I do not know what the best reporting tool is, whether through a framework, JS, javascript, or java libraries ; with a newbie in the area would like to know the best practice and tools to implement reports, my project has the following technologies , Spring-Boot, Spring-Securit, Java, Angular-js, jquery, HTML5 and Hibernate.

    
asked by anonymous 31.08.2017 / 21:06

1 answer

1

Hello

Here in my company, we have developed a very complex ERP system. Part of this system is very rich in reports of the most varied degrees of complexity of information. The tool we chose to use in creating and reporting was Birt. I do not know if it would be very useful for you, because here in the company the classes that interact with Birt are all in PHP, it is our backend. Birt has some chatty issues, such as changing the database connection that it will query to generate the report and everything else, but nothing that will disable the tool.

In this link you will find the basic information of the tool:

BIRT Home

It is worth mentioning that Birt is a tool until well spread, and for this reason you find solutions to problems, tips and tutorials without much difficulty.

I hope I have helped, good luck!

    
31.08.2017 / 21:26