India

ZestyBeanz Technologies Pvt Ltd 4th Floor, Nila, Technopark Thiruvananthapuram,
India – 695581
Phone: +91 471 4063254
Fax : +91 471 2700171

   .

ZestyBeanz Technologies Pvt Ltd
61/3236, Manikkath Cross Road
Ravipuram, Kochi, India - 682016
Phone: +91 484 4063254

  UAE

Zesty Labs
Office # 2003, Millennium Plaza Building
Sheikh Zayed Rd, Dubai, UAE
Phone: +971 4333 2222​
Mobile: +971-52-7553466

  Germany​

ZestyBeanz Technologies GmbH
Reuterstraße 1
90408 Nürnberg
Fon: +49 911 4801 444
Fax: +49 911 4801 445

Creating Jasper Reports- Installation Guide

Contact Form


omalbastin's picture

Creating Jasper Reports- Installation Guide

        Jasper Reports are mainly used for creating stylish reports other than black and white report. We can add tables, charts,crosstabs etc., in to the jasper report and also we can generate different forms of reports like pdf,xls,html etc. For creating Jasper Report, iReport plays an important role. Using ireport we can simply create Jasper Report. I'm using iReport 4.0.1.

        Jasper report and openERP integration can be done by adding jasper_reports module to our openERP server. Now Open the opneERP client. In  customization menu under the administration menu  we can find the a menu for creating jasper report template.

Click on it, provide the information asked then an xml file wil be generated. This file is needed for the creating Jasper report. Save the file . For now our  work in the openERP client is completed. Now go to iReport open a newblank report template. Change the datasource or create new datasource by clicking on in the ireport toolbar.  Add a new xml datasource by providing the of the xml file generated from the openerp client.

After creating the xml datasource change the query language by clicking on in the iReport Designer bar.  Then a window will open for changing the query language.Change the query language to xpath.

        These are the basic things to be done for creating a jasper report. Now we can create a module in our openerp server and start creating jasper reports.

john's picture

Hi Mr. OmalbastinCan i ask u

Hi Mr. OmalbastinCan i ask u something?I would like to know how to install module to openerp? so that the openerp menu in adminstration > customization > jasperreport will shown. I have tried searching the google for a long time. But i still can't figure it out.I did download a file called jasper_reports.zip (40mb). and when i opened the file, it contain lot of file, like python, jasper_demo.xml, jasper_report.py, report_xml.py, report_xml_view.xmlIs this the file that i should imported to openerp? if not what should i do? which one is the module that i should installed? Thanks so much :)John

omalbastin's picture

Hello John, I think you have

Hello John, I think you have the correct jasper report module, you can also download it from launchpad or use this jasper report that we have uploaded

http://dl.dropbox.com/u/12447821/jasper_reports.zip

. To install this module you have to unzip the jasper_reports.zip because of the size of the module( approx. 50Mb) it is difficult to import this zip file. So unzip the module to your openerp server's bin/addons folder, then restart the server and update the module list, install the jasper report module.Thats it!!