Generating Reports in Ofbiz

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

Generating Reports in Ofbiz

Ajay Dalvi-2
Hi All,
       
        Can anyone guide me how the report generation is done in Ofbiz.
        Is there any info , documentation available for the same?
 
Regards,
-Ajay
Reply | Threaded
Open this post in threaded view
|

Re: Generating Reports in Ofbiz

Jacques Le Roux
Administrator
Ajay,

The best practice for report generation in OFBiz is XSLT:FO using FOP. There are number of examples in OFBiz, look at *.ftl.fo. If
you want you may also use Birt : http://www.opensourcestrategies.com/ofbiz/ofbiz-birt.pdf

Jacques

----- Original Message -----
From: "Ajay Dalvi" <[hidden email]>
To: <[hidden email]>
Sent: Tuesday, January 30, 2007 10:56 AM
Subject: Generating Reports in Ofbiz


> Hi All,
>
>         Can anyone guide me how the report generation is done in Ofbiz.
>         Is there any info , documentation available for the same?
>
> Regards,
> -Ajay
>

Reply | Threaded
Open this post in threaded view
|

Re: Generating Reports in Ofbiz

Jacopo Cappellato
For simple table or form based reports I'd suggest to use the pdf
generation features of form widgets.
I'll have to simply implement a standard widget screen and form
definition, the only trick is that the screen must extend the
FoDecorator screen: you can find some examples of this pattern if you
search for "ApprovedProductRequirementsReport" in the order component.

Jacopo


  Jacques Le Roux wrote:

> Ajay,
>
> The best practice for report generation in OFBiz is XSLT:FO using FOP. There are number of examples in OFBiz, look at *.ftl.fo. If
> you want you may also use Birt : http://www.opensourcestrategies.com/ofbiz/ofbiz-birt.pdf
>
> Jacques
>
> ----- Original Message -----
> From: "Ajay Dalvi" <[hidden email]>
> To: <[hidden email]>
> Sent: Tuesday, January 30, 2007 10:56 AM
> Subject: Generating Reports in Ofbiz
>
>
>> Hi All,
>>
>>         Can anyone guide me how the report generation is done in Ofbiz.
>>         Is there any info , documentation available for the same?
>>
>> Regards,
>> -Ajay
>>


Reply | Threaded
Open this post in threaded view
|

RE: Generating Reports in Ofbiz

Ajay Dalvi-2

Thanks a lot Jacques and Jacopo for your help.
        For report generation, we have to use JasperReports.
        So could you please tell me how that can be used in Ofbiz.
(Configuration of Jasper Report in ofbiz)

Regards,
-Ajay

-----Original Message-----
From: Jacopo Cappellato [mailto:[hidden email]]
Sent: Tuesday, January 30, 2007 8:39 PM
To: [hidden email]
Subject: Re: Generating Reports in Ofbiz

For simple table or form based reports I'd suggest to use the pdf generation
features of form widgets.
I'll have to simply implement a standard widget screen and form definition,
the only trick is that the screen must extend the FoDecorator screen: you
can find some examples of this pattern if you search for
"ApprovedProductRequirementsReport" in the order component.

Jacopo


  Jacques Le Roux wrote:

> Ajay,
>
> The best practice for report generation in OFBiz is XSLT:FO using FOP.
> There are number of examples in OFBiz, look at *.ftl.fo. If you want
> you may also use Birt :
> http://www.opensourcestrategies.com/ofbiz/ofbiz-birt.pdf
>
> Jacques
>
> ----- Original Message -----
> From: "Ajay Dalvi" <[hidden email]>
> To: <[hidden email]>
> Sent: Tuesday, January 30, 2007 10:56 AM
> Subject: Generating Reports in Ofbiz
>
>
>> Hi All,
>>
>>         Can anyone guide me how the report generation is done in Ofbiz.
>>         Is there any info , documentation available for the same?
>>
>> Regards,
>> -Ajay
>>