Regarding the jasper reports integration

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Regarding the jasper reports integration

naveenchanda
Dear All,


I am very new to the ofbiz, i got a requirement to add a my custom report which was designed by IReport tool.

Could any one explain me the steps to integrate the jasper reports in ofbiz.

Waiting for your replies.

Thanks,
Naveen
Reply | Threaded
Open this post in threaded view
|

Re: Regarding the jasper reports integration

Erwan de FERRIERES-3
Hi,

you have to add the jasper reports libraries
(jasperreports-3.6.0-applet.jar and jasperreports-3.6.0.jar) in
framework/webapp/lib, and update your .classpath file with
<classpathentry kind="lib"
path="framework/webapp/lib/jasperreports-3.6.0.jar"/>
<classpathentry kind="lib"
path="framework/webapp/lib/jasperreports-3.6.0-applet.jar"/>

then you should be able to access the librairies directly in your java code.

The reason why jasper report was removed from ofbiz is an
incompatibility of licences (Apache2 and GPL)

Maybe you could find more information on this page :
https://issues.apache.org/jira/browse/OFBIZ-408

HTH

Le 15/09/2009 15:14, naveen chanda a écrit :

>
> Dear All,
>
>
> I am very new to the ofbiz, i got a requirement to add a my custom report
> which was designed by IReport tool.
>
> Could any one explain me the steps to integrate the jasper reports in ofbiz.
>
> Waiting for your replies.
>
> Thanks,
> Naveen

--
- Erwan -
Reply | Threaded
Open this post in threaded view
|

Re: Regarding the jasper reports integration

Jacques Le Roux
Administrator
Hi Erwan,

I have put this tip at
http://docs.ofbiz.org/display/OFBIZ/FAQ+-+Tips+-+Tricks+-+Cookbook+-+HowTo#FAQ-Tips-Tricks-Cookbook-HowTo-Rerportingtools

I always wonder when you will using uppercase :p

Thanks

Jacques

From: "Erwan de FERRIERES" <[hidden email]>

> Hi,
>
> you have to add the jasper reports libraries (jasperreports-3.6.0-applet.jar and jasperreports-3.6.0.jar) in framework/webapp/lib,
> and update your .classpath file with
> <classpathentry kind="lib" path="framework/webapp/lib/jasperreports-3.6.0.jar"/>
> <classpathentry kind="lib" path="framework/webapp/lib/jasperreports-3.6.0-applet.jar"/>
>
> then you should be able to access the librairies directly in your java code.
>
> The reason why jasper report was removed from ofbiz is an incompatibility of licences (Apache2 and GPL)
>
> Maybe you could find more information on this page :
> https://issues.apache.org/jira/browse/OFBIZ-408
>
> HTH
>
> Le 15/09/2009 15:14, naveen chanda a écrit :
>>
>> Dear All,
>>
>>
>> I am very new to the ofbiz, i got a requirement to add a my custom report
>> which was designed by IReport tool.
>>
>> Could any one explain me the steps to integrate the jasper reports in ofbiz.
>>
>> Waiting for your replies.
>>
>> Thanks,
>> Naveen
>
> --
> - Erwan -
>