Hi Jacopo, I came across some of the postings done by you about the JasperReport integration with Ofbiz that were posted somwhere in may 2004. Can u please guide me how to do the JasperReport integration with Ofbiz and also some of the ideas about the best way to use the iReport with Ofbiz. I am delibarately need this. I will appriciate if u can help me. 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 >> |
Have you been able to run the reports that are commented out by default
in order/webapp/ordermgr/WEB-INF/controller.xml ? --- Ajay Dalvi <[hidden email]> wrote: > > Hi Jacopo, > I came across some of the postings done by you about the > JasperReport integration with Ofbiz that were posted somwhere in may > 2004. > Can u please guide me how to do the JasperReport integration > with > Ofbiz and also some of the ideas about the best way to use the > iReport with > Ofbiz. > I am delibarately need this. I will appriciate if u can help me. > > 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 > >> > > > > > > |
Hi Chris,
I have tried to run those reports that are there under order application, but I got the errors regarding the design of the report. The same types of reports which uses JasperReports I found under the CRMSFA application. I was able to run those reports. But I an not been able to understand how these JasperReport is integrated in OfBiz. If you can give me sugessions about these, that would be a great help for me. Regards, -Ajay -----Original Message----- From: Chris Howe [mailto:[hidden email]] Sent: Friday, February 02, 2007 10:58 AM To: [hidden email] Subject: RE: Generating Reports in Ofbiz using JasperReport Have you been able to run the reports that are commented out by default in order/webapp/ordermgr/WEB-INF/controller.xml ? --- Ajay Dalvi <[hidden email]> wrote: > > Hi Jacopo, > I came across some of the postings done by you about the > JasperReport integration with Ofbiz that were posted somwhere in may > 2004. > Can u please guide me how to do the JasperReport integration > with Ofbiz and also some of the ideas about the best way to use the > iReport with Ofbiz. > I am delibarately need this. I will appriciate if u can help me. > > 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 > >> > > > > > > |
In reply to this post by Ajay Dalvi-2
Hi Ajay,
I'm sorry but since then I've no more used JasperReport/iReport, so I cannot be of great help; hopefully others will help you with some hints. As I've already told you, my suggestion would be that of using the PDF/XML features of form widgets for simple reports and plain fo.ftl templates for more complex ones. Jacopo Ajay Dalvi wrote: > Hi Jacopo, > I came across some of the postings done by you about the > JasperReport integration with Ofbiz that were posted somwhere in may 2004. > Can u please guide me how to do the JasperReport integration with > Ofbiz and also some of the ideas about the best way to use the iReport with > Ofbiz. > I am delibarately need this. I will appriciate if u can help me. > > 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 >>> >>> > > > > > |
Free forum by Nabble | Edit this page |