Hi all, I need to generate reports from my ROR application with following features: (1) Query builder where a user can specify various filter conditions (2) Support for html & pdf reports (3) Standard Toolbar with print, save report. Is there any standard plugin available which will cater to above requirements? Any help in this regard will be greatly appreciated. Thanks and Regards, Medha. ----------------------------------------------------- With Best Regards, Medha. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
On 11/30/06, Medha Kulkarni <medhak-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hi all, > > I need to generate reports from my ROR application with following features: > (1) Query builder where a user can specify various filter conditions > (2) Support for html & pdf reports > (3) Standard Toolbar with print, save report. > > Is there any standard plugin available which will cater to above > requirements? > Any help in this regard will be greatly appreciated. > > Thanks and Regards, > Medha.Medha: Take a look at the Ruport library: http://ruport.infogami.com/ and the assoicated Rails plugin: http://stonecode.svnrepository.com/acts_as_reportable/trac.cgi I know it can export to different formats and build queries, but allowing the user to build custom filters and having toolbars and what not may require custom coding. - rob -- http://www.robsanheim.com http://www.seekingalpha.com http://www.ajaxian.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
In addition to Ruport there is the ActiveWarehouse plugin for Rails (http://activewarehouse.rubyforge.org/) which I am developing. It won''t meet the export to PDF nor will it handle saving reports but it may provide a basis for customization. V/r Anthony Eden On 11/30/06, Rob Sanheim <rsanheim-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > On 11/30/06, Medha Kulkarni <medhak-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > Hi all, > > > > I need to generate reports from my ROR application with following features: > > (1) Query builder where a user can specify various filter conditions > > (2) Support for html & pdf reports > > (3) Standard Toolbar with print, save report. > > > > Is there any standard plugin available which will cater to above > > requirements? > > Any help in this regard will be greatly appreciated. > > > > Thanks and Regards, > > Medha. > > Medha: > > Take a look at the Ruport library: http://ruport.infogami.com/ > and the assoicated Rails plugin: > > http://stonecode.svnrepository.com/acts_as_reportable/trac.cgi > > I know it can export to different formats and build queries, but > allowing the user to build custom filters and having toolbars and what > not may require custom coding. > > - rob > -- > http://www.robsanheim.com > http://www.seekingalpha.com > http://www.ajaxian.com > > > >-- Email: anthonyeden-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org Cell: 808 782-5046 Current Location: Melbourne, FL --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---