views:

84

answers:

4

I have a meager production environment running on my PC for a little application that I work on in my spare time. At this point I have the basics setup, MySQL, junit, svn... I am midway through development and I now need to generate various reports (not development/logging/event reports). These reports are based on what data is in the database.

Now, my question is this: Is there an existing reporting tool that accepts SQL and generates various reports (via: email, PDF, etc). Some tool which makes writing new reports easy, while also having a somewhat robust set of features. Does this software exist or must I write all of these reports myself?

+1  A: 

JasperReports

lexicore
This has a lot of nice features... Can it even send reports via FTP?
Zombies
+1  A: 

FastReport

Merl
about 15 different export filters (from PDF and Open Office to pictures), e-mail, etc.
Merl
+1  A: 

I would also recommend myDBR. With this tools you can generate reports in a fast an efficient way. Also adding charts and other external objects (e.g. images, videos) is very simple.

Best of all the tool is available for free (community version).

Wolfgang
+1  A: 
  1. Now, my question is this: Is there an existing reporting tool that accepts SQL and generates various reports (via: email, PDF, etc). Some tool which makes writing new reports easy, while also having a somewhat robust set of features. Does this software exist or must I write all of these reports myself?

1.Yes, there is FastReport. You can export to many formats 2.You can easly design your reports. See demo here 3. FastReport has many great features.Check here 4. This software exist . Read more here

HERBERTS