Displaying 20 results from an estimated 2000 matches similar to: "Master/detail report with Rails and Ireport/JasperReports"
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]
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/.
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
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:
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
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.
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 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
2009 Mar 20
4
Reporting with Rails
Hi all,
I was wondering how you guys generate reports from rails. I want to
generate business reports in pdf format, and was wondering what you
guys use. I have searched the web and found Ruport, but there isn''t
much documentation or examples of real world business reports like
jasperreports, for instance. Is it possible to generate good looking
business reports with ruport? What other
2009 Oct 29
3
How to obtain the context path in a Jruby app on Tomcat?
Hi all,
I successfully deployed my JRuby on Rails app on Tomcat
In a jsp page I''d use ${pageContext.request.contextPath} to obtain my
context path.How could I do this in a Ruby controller?
Thanks
Rafael Roque
--
Posted via http://www.ruby-forum.com/.
2007 Nov 13
16
mongrel startup fails now: already initialized constant OPTIONS
I updated to ruby 1.8.6p111 last night and updated some gems and now
mongrel doesn''t work:
MacOS 10.4.10
$ ruby --version
ruby 1.8.6 (2007-09-24 patchlevel 111) [i686-darwin8.10.1]
$ gem list rails
*** LOCAL GEMS ***
rails (1.2.5, 1.2.4, 1.2.3, 1.2.2, 1.2.1, 1.2.0, 1.1.6)
Here''s a simple test:
$ rails test5
create ...
$ cd test5
$ script/server
=> Booting
2008 Jan 16
4
[ADV] The Ruport Book : Your guide to mastering Ruby Reports
Hi folks,
I am pleased to announce that Mike Milner and I have finished the
Ruport Book. We have published it under our own company (Rinara Press
LLC) through Lulu.
With the help of the Ruport community, we''ve refined the book over the
last few weeks to meet the needs of our users. We think it will be a
great help to anyone trying to learn how to do reporting in Ruby /
Rails using
2008 Feb 14
0
Facing display issue in the HTML view of an iReport in IE
I have designed a report using iReport 1.2.0. Some of the controls are
not displaying in the HTML view of that report in Internet Explorer. But
those are working fine in Firefox.
Also, noticed that many properties (say, alignment, etc) are not
reflecting in IE.
Can anyone please help me to resolve this issue?
--
Posted via http://www.ruby-forum.com/.
2008 Jul 18
2
disabled save button when pdf generated
Hi
I m new in Ireport, I want to dasabled the save button for generated
PDF file and also not allowed to copy past.
can any body help me.
Thanks and Regards
Kundan
--~--~---------~--~----~------------~-------~--~----~
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
2009 Jun 17
12
FasterCVS and Rails
Hello all,
I''m trying to import some csv data (that has latin characters) using
faster csv but I keep getting a MalformedCSVError:
"Unclosed quoted field on line 1."
"/ruby/lib/ruby/gems/1.8/gems/fastercsv-1.2.3/lib/faster_csv.rb:1592:in
`shift''"
I''ve tested the same code outside of the Rails application an it works
fine.
Can anyone help me?
Here is
2009 Apr 23
3
flash-plugin-9.0.124.0-1 having problems since firefox-3.0.7-3.el4.centos
Updated yesterday to the latest firefox from CentOS, and now RPMforge
flash-plugin will only play a few seconds of video (such as CNN,
iReport, etc.) at a time before becoming stuck; dragging the slider
back a little allows it to play a bit further, but then it stops
again. YouTube plays the video without sticking, but has no sound.
glibc issues on el4 prevent upgrading to the newer flash-plugin
2009 Aug 05
4
Strange problem with Rails and Tomcat
Hi all,
I´m having a strange problem in my rails app hosted on Tomcat:
The ''div'' element which stores the validation errors of a model doesn´t
seem to be ''refreshed'' after each request,so I end up with the following
problem:
In the first request:''5 problems ocurred''
In the second request:''10 problems ocurred''
and so on...
2006 Aug 13
1
Ruport Day
Here''s an idea we might want to look at just after we do the alpha release:
http://ruport.infogami.com/RuportDay2006
The basic premise is 24 hours of testing, debugging and coding focused
on one app. They announced to the ruby mailing lists and have prizes
they arranged (Could we get a sponsor? I don''t know.) Personally, I
think prize money opens a can of worms. But a
2008 Jan 04
2
Encoding issue: is it Rails 2?
Hi,
I recently upgraded from Rails 1.2.6 to Rails 2.0.2 and an application
which used to correctly display European characters from an Oracle
database (Win-1252) now screws them up.
I previously had to convert from Win-1252 to UTF-8 for generating ODT
files (OpenOffice) via Documatic. But I never had to do any conversion
just to display the content in my Flex front-end.
Has anything changed in