similar to: Customized Report

Displaying 20 results from an estimated 40000 matches similar to: "Customized Report"

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 Mar 06
0
Rails Developer Required
Hello, We are looking for a Ruby/ROR developer who can work on an on-going project for a period of 10-15 days on a contract basis.If found suitable,it will be a long-term opening.Telecommute is absolutely fine. This is an urgent requirement and if anyone is interested,please send me your CV and hourly rates with a time when we chat over yahoo/msn messenger. Contact Email: dibya@reevik.com
2006 Mar 07
0
Free Ruby/Rails Workshop
PuneRuby group in association with Reevik Technologies Pvt.Ltd,Pune,India is pleased to announce the following ''free'' workshop for Ruby enthusiasts. Venue: SymbiosisInstitute of Computer Studies and Research, 7th Floor, Atur Centre, GokhaleCross Road, Model Colony, Pune-411016 Date: Sunday, 26th March 2006 Time: 1400 to 1800 hrs Schedule: (a) QuickRuby by Satish Talim (b)
2006 Aug 27
0
IndiaonRails
Announcing the launch of IndiaonRails,community for Rails developers in India . To begin with,we currently have the mailing list and the group website is coming soon. The website will have agreggated blogs,job board,company and developers profile from India. To subscribe to the mailing list,send a blank email to list-subscribe-674WkhyW6MN/rK1k3pvHBuG/Ez6ZCGd0@public.gmane.org Thanks Dibya
2007 Mar 15
0
generating summary reports
I''m looking to generate some summary reports for some data managed by rails/activerecord, pretty standard tables, figures, and listings. Have other railites come up with any useful libraries, patterns, practices, etc.? I''m thinking something along the lines of crystal/jasper reports, although hopefully much less hideous. - donald
2006 Jun 16
0
[ADV] Ruby / RoR Training Camp, Pune (India)
Hello, Reevik Technologies Pvt. Ltd. will be conducting a 5-day training camp on Ruby and Ruby on Rails at Pune,India. Seating is limited to 15 people. Seat allocation will be strictly on a first-come-first-serve basis. Details below: Date: 21st June thru 25th June 2006 Time: 9:00 am to 6:00 pm Place: SICSR,Pune Address: SICSR,Atur Center,Gokhale Cross Road,Model
2005 Dec 27
0
Edge Rails idea -- was [DRY relative to edit and show]
Just got around to understanding your idea Rich. Your idea seems to apply to every controller with new/edit/show views, so I think this is a better idea for the edge rails folks to implement generically than for a newbie like me do as a one-off. Thanks Greg On 12/23/05, Rich Clingman <Rich-xT5DcnBKZlNBDgjK7y7TUQ@public.gmane.org> wrote: > > > It would be nice if rails had a
2006 Jan 03
0
pass parameter to jasper report from rails
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 05
0
running jasper report from rails
can someone point me to an example that run a jasper report from rails, may be it also pass variable to the jasper report. then the output page needs to be pass back to rails
2012 Apr 16
6
Crytal Report 4.6 on MAC OSX
HI, I have an old VB6 Application using MS Access as Database and Crystal Report 4.6 as Reporting Tool. The Application works fine on Ubuntu but When I Try it to MAC OS the Printing of Reports which is working on Ubuntu but not on MAC OSX. I tried to Run the Crystal 4.6 on MAC but it?s not working. Any suggestion to make it possible? Thanks
2006 May 18
1
RE: Rails-spinoffs Digest, Vol 12, Issue 29
Issue 1: <%= @pic %> instead of <% @pic %> -----Original Message----- From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of rails-spinoffs-request-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Sent: Wednesday, May 17, 2006 11:13 PM To:
2006 Feb 27
0
RE: FW: Calendar widget
Perfect, thanks Marco, great help! Now, why didn''t I think of that? Lol! -----Original Message----- From: Marco M. Jaeger [mailto:mail-yVS5avHIROZWk0Htik3J/w@public.gmane.org] Sent: Monday, February 27, 2006 2:02 PM To: ''www.dhtmlgoodies.com'' Subject: RE: FW: [Rails-spinoffs] Calendar widget Thank you Alf - I appreciate your fast response Marco M. Jaeger | Url:
2005 Oct 18
0
RE: Error: "onclick() is not a function"
I see what he is saying now. When you assign a click event with the Event.observe it does not allow you to call it with the $(''xxx'').onclick(); command as it''s looking for the onclick tag in the a tag. I''m stumped on a way to get this to work. Jon Whitcraft Web Application Developer Online Services - Indianapolis Motor Speedway (317) 492-8623
2008 Apr 05
0
Crystal Reports in ROR application
Hi, I want to use Crystal Reports in my ROR application. The way I am planning is to create an XML file and send the file as the input for the Crystal Report application. I believe there is no API in ROR to access the crystal reports. I am using Crystal Reports 11. I am planning to access the crystal report via command prompt from ruby code. Can anyone please help me how to achieve this???
2007 Mar 19
1
Crystal Report functions not working in Wine
Hi, I've installed a program made for windows that is developed by our company. I installed the system on Ubuntu (Dapper Drake) using Wine. All other functions work fine, but when I tried to view the reports that were made by Crystal Reports the program displays the message "Application-defined or object-defined error." Any advice on how to get this work??? Thanks! Here is a copy
2006 Feb 28
0
Question abour Draggables & Droppables - my code example
hi i think my example is very simple and straightforward so i''m not sure if it meets your needs (change revert:true to revert:false from a draggable after I drop it on a droppable so it doesn''t return to its original place.) i did this # 2 divs created here <script language="javascript"> new Draggable(''drag'', {revert: false});
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
2006 May 19
1
RE: Re: Content Rotate, unwanted flashing on Firefox
Never mind........it looks fine for me in Windows 2000 FireFox 1.5.0.3 -Andrew Martinez -----Original Message----- From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of Martinez, Andrew Sent: Friday, May 19, 2006 5:01 PM To:
2006 Jan 08
0
RE: Replacing an html chunk with a different htmlchunk
Actually, I see there are two other prototype calls: Element.remove(''foo''); Which does a parentNode.removeChild(), and Element.update(''foo'', ''some html''); Which does element.innerHTML = ''some html'', and executes any script that is in the string you pass in. -----Original Message----- From:
2006 Mar 22
1
RE: Support for window scrolling for draganddrop
To answer my own question, yes. I looked at the trunk and it passes the option on from Sortable. Greg > -----Original Message----- > From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-spinoffs- > bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of Gregory Hill > Sent: Wednesday, March 22, 2006 12:51 PM > To: