similar to: Rails report engine?

Displaying 20 results from an estimated 6000 matches similar to: "Rails report engine?"

2009 May 05
1
Intergrate Jasper report to Ruby on Rails Application
Hi, Im very new in Ruby on Rails. I have to do intergrate jasper report with Rails applications. I found the link http://wiki.rubyonrails.org/rails/pages/HowtoIntegrateJasperReports. But Im not clear how to do. Plz help me this how to do. If anybody have sample application it will be very better. I look forward your reply... Thanks Velu
2009 Apr 27
5
ruby jasper report
Hi, I am trying to create a pdf using ruby jasper. For this I am referring this url:- http://oldwiki.rubyonrails.org/rails/pages/howtointegratejasperreports I have done everything whatever is in that link. Still I am not able to get the pdf. I am not getting any error in log file. My log file is:- "Processing AccountController#customer_report (for 127.0.0.1 at 2009-04-27 13:19:34) [GET]
2009 Aug 01
2
jasperreport and rails
Hi everybody, I have a rails application and a report designed by iReport. I want to combine rails and jasper to obtain a pdf document.. Sincerly, i followed the tutorial in http://wiki.rubyonrails.org/rails/pages/HowtoIntegrateJasperReports and i haven''t obtain a result because i coud''nt understand where i put these codes.. I knocked in this door and i hope to obtain your
2010 Jul 26
1
how to generate jasper reports in rails
Hi all, can anyone tell how to generate reports using jasper in rails thanks and regards kiran -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to
2008 Jan 18
63
Jasper reports and iReport
Has anyone succeeded in producing Rails reports using jasper reports? I have prepared reports directly with Jasper''s iReport tool using my MySQL data. It is a very powerful reporting tool. The reports look greate. But I have not been able to produce the reports from my Rails application. I have followed the instructions provided at:
2006 Mar 02
5
Need to link to something like JasperReports
Hello everyone, Has anyone linked Rails to a report generator such as Jasper Reports (http://jasperreports.sourceforge.net/)? At the moment, I think I need something along these lines for a project I''m working on, so it''d be nice to know if anyone''s used it before before I bring it up as a suggestion. Doesn''t have to be JasperReports, and in fact I''d
2006 Jan 29
3
Printing quality documents (invoices, etc..) from rails
Thanks for the info alex All i really want to do is easily print quality invoice (+other) documents from within Rails. THe info is already in the mysql database, so rails has full access. Is there an easy way to do it? Thanks, Chris -- Posted via http://www.ruby-forum.com/.
2006 Feb 08
10
Writing activex controls and dlls in ruby.
Is it possible to write activex controls and windows DLLs in ruby? I would like to have some of my logic be usable from VB (don''t ask why). Thanks.
2006 Mar 28
3
(slightly OT) Reporting tools (Jasper, DataVision, etc.)
We''re evaluating reporting tools right now, both open source and closed. I saw that a bunch of people on this list have considered Jasper/iReport -- is this coincidence, or is this the best open source report writer right now? The proprietary tool we''re comparing them to is Crystal Reports. Reports will need to be editable by end users, and they''re running Mac OS
2006 Apr 20
7
Rails + postgres case insensitive searches.
Hello all I am wondering how rails handles case sensitivity in databases. If I do a Person.find_all_by_name("tim") in mysql I would expect to get tim, TIm, and Tim. Do I only get tim in postgres? How do other people deal with this? Do you resort to find_by_sql for all your postgres queries to get case insensitive results?
2006 Jan 04
5
Rails with ireport
Hi all, since there isn''t good reporting for rails, I''m thinking to use jasper report instead. Can anyone tell me how can I integrated them together? especially how can I pass parameter from rails to jasper report.
2008 Jan 06
5
Having very odd problems with UDP.
I am using eventmachine 0.8.1 on windows XP and am having very odd problems. This snippet of code gives the error that follows it. class EchoServer def receive_data data puts data send_data ">>>you sent: #{data}" if data =~ /quit/i puts "quitting" close_connection EventMachine::stop_event_loop end end end
2011 Dec 21
2
multilib error on centos 6.2 x86_64
I just tried to update to CentOS 6.2, but I am faced with "Errors: Protected multilib versions" error, the offending packages are: jasper-libs.i686 krb5-libs.i686 nss.i686 After some investigation, it turns out that there are newer packages in "x86_64 updates" repository, but only for x86_64 version, while in "x86_64 main" repository there are older i686 version
2007 Feb 03
2
IMAP/POP3 server with proxy feature
We are currently evaluating the migration from a proprietary, legacy mail server onto Dovecot for 20,000+ virtual domains. This is a big job and we intend to do it by initially proxying connections through to the legacy server, and moving customers over in batches by turning off the proxy feature for them. In the manual it states "This model is still a bit unfinished in current code"
2011 May 06
1
Installing rgdal in R: correct -configure flags for GDAL install on Linux Redhat
Hi, I'm installing rgdal but I keep having failures because I have not been able to find a good source of information for the correct configuration settings when installing GDAL. My error from the R install.packages("rgdal") is below. Can someone point me to a good source to tell me how to set after ./configure when installing GDAL? I'd like to be able to work with raster
2014 Jan 10
2
[LLVMdev] Quirk in switch lowering
Hello Rafael, hello all! > Would you mind reporting a bug in llvm.org/bugs? I have already done so, see the following entries: http://llvm.org/bugs/show_bug.cgi?id=18347 http://llvm.org/bugs/show_bug.cgi?id=18348 http://llvm.org/bugs/show_bug.cgi?id=18349 Best regards Jasper Neumann
2014 Jan 01
8
[LLVMdev] LLVM 3.4 RC3 fails to run on Win32
Hello all, I downloaded LLVM-3.4-rc3-win32.exe from http://llvm.org/pre-releases/3.4/rc3/ but all *.exe files of bin directory fail to run on a native Windows XP 32 bit system. Could it be that they are compiled for a 64 bit system? Best regards Jasper Neumann
2013 Dec 24
2
[LLVMdev] Quirk in switch lowering
Hello all, in SelectionDAGBuilder::handleBTSplitSwitchCase (lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp) seems to be a quirk which can effectively create an else-if chain from a very sparse switch statement instead of a balanced binary tree. A possible solution is to weight an isolated single switch label with 0. To do this one can replace the assignments to LDensity und RDensity by:
2006 Oct 30
3
Redundant shared mail store?
Hi guys I'm about to embark on a project replacing a legacy single mail server running proprietary software with a cluster of Dovecot servers. We clearly need a shared mail store for these servers, but we are not happy with simply using a server running NFS as this becomes a single point of failure. What have other people used? AFAICT our options are: * A shared block device (Fibre
2008 Mar 05
4
blank ireports from jasper
hi all i have successfully integrated jasper with my application but the problem is that when i m generating reports thru it...its giving me a blank rtf file...... if i write a xml file its giving me the xml data but the conversion of xml to text is not taking place... Is there a way to solve it pls let me know thanks -- Posted via http://www.ruby-forum.com/.