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.
Share
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.