Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there any reporting tool or a gem in Ruby on Rails

I am looking for a reporting gem or tool in ruby on rails. its for a e-commerce app, where I need to generate lot of data like sales report, marketing reporting,etc, I want to keep it more generic and open so that the users can get any kind of report.

like image 597
Jeevan Dongre Avatar asked Jan 23 '12 09:01

Jeevan Dongre


People also ask

Is Ruby on Rails a gem?

Ruby on Rails gems are libraries which allow any developer to add new functionalities without writing code - they're like plugins, and they're available for almost every function you could name, from payment processing tools to authentication.


1 Answers

Have a look the question I asked another day: is there any Ruby or Rails reporting tools based on customizable templates?

Thin Reports and ODF report are very good. If you need to compare more reporting gems try The Ruby Box: reporting section. There are few other good reporting tools as well.

here is my summary about thin reports and ODF report:

Thin Reports: It is really good. You download a template editor then you define your own report template then by combine the thinreports gems you can get SVG or PDF report out of your application.

ODF Report: It uses ODF file as template which can be edit by OpenOffice and MS Word 2010. Then You get your report out.

like image 150
peterpengnz Avatar answered Sep 18 '22 12:09

peterpengnz