Need Sujjestions On Opensource Reporting Tool To Use In A ROR Project

Hi All,

I have developed an application using ROR and MySql as the database and
now i need an open source reporting tool to generate reports from my
database.

Any suggestions would be highly appreciated.

Thank you.

On 27 November 2012 07:37, goutham d. [email protected] wrote:

Hi All,

I have developed an application using ROR and MySql as the database and
now i need an open source reporting tool to generate reports from my
database.

Why not add the reports to your ror application?

Colin

Colin L. wrote in post #1086648:

On 27 November 2012 07:37, goutham d. [email protected] wrote:

Hi All,

I have developed an application using ROR and MySql as the database and
now i need an open source reporting tool to generate reports from my
database.

Why not add the reports to your ror application?

Colin

Hi Colin,

Thanks for the reply. I did not get exactly what you mean by “add the
reports”. My people here in the company want me to search for a
reporting tool(an open source) through which we can generate reports.
MySQL is our database.

On 27 November 2012 09:45, goutham d. [email protected] wrote:

Colin

Hi Colin,

Thanks for the reply. I did not get exactly what you mean by “add the
reports”.

I meant you to write code in the application to generate the reports you
want.

My people here in the company want me to search for a
reporting tool(an open source) through which we can generate reports.
MySQL is our database.

Oh, you mean a general purpose reporting tool. I have no personal
experience of those with rails but googling for
ruby rails report generator
seems to generate lots of useful looking hits.

Colin

vijaya sekhar reddy mallidi wrote in post #1086664:

Hi Gutham,

 I have integrated one reporting tool for my intranet RoR

application.
I think it will be useful for you. That reporting tool name is
will_filter.
It is rails engine. And following is the link for the documentation
about
that engine

     https://github.com/berk/will_filter

Thanks & regards,
VIjay

Thanks Vijay,

I am having a look in to it.And do you have any idea about any open
source free BI (Business Intelligence) Tools?

FusionCharts makes a free version you can use. High Charts is another
solution although it is not free. It is however pretty robust, not very
expensive, and covers a lot of ground. The Google visualization api
looks
very promising too. There are some others. google away…

Hi Gutham,

 I have integrated one reporting tool for my intranet RoR 

application.
I think it will be useful for you. That reporting tool name is
will_filter.
It is rails engine. And following is the link for the documentation
about
that engine

     https://github.com/berk/will_filter

Thanks & regards,
VIjay