Topic: reports
I used rails to develop a small application for proof of concept at my office. Now I find people asking me how can we get bunch of reports on Web from the application I wrote.
Any ideas/suggestions.
Thanks
You are not logged in. Please login or register.
I used rails to develop a small application for proof of concept at my office. Now I find people asking me how can we get bunch of reports on Web from the application I wrote.
Any ideas/suggestions.
Thanks
What kind of reports do they want? Just build some pages/actions/views that give them the information they need.
edit: Or give them read-only access to the database and let them do their own number crunching with the data through Excel or something.
I did give them few views but they (my users) want some canned PDF reports that they can print.
I like your suggestion but unfortunatley my users may not have necessary skill set nor would my company policy allow them to have read access of database.
I was wondering if rails have any integration with reporting tools?
I managed to stumble across a tutorial on making PDFs yesterday while looking for something else. I haven't had a chance to check it out in depth yet, but here's the address: http://wiki.rubyonrails.com/rails/pages neratePDFs
Hosting provided by aTech Media