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.

omalbastin's picture

Hi Marc, Please check from

Hi Marc,

Please check from where this attribute 'uuid' comes from. Maybe by mistake u have passed 'uuid' for user id instead of 'uid'

Marc's picture

Thanks omalbastin, My problem

Thanks omalbastin,
My problem was solved :)
From your idea about uuid, i searched on google and uninstalled lastest version 4.6, installed 4.5.1 version.
Worked without any errors.
thanks a gain

Anonymous's picture

hallow sir, I have created

hallow sir,
I have created a jasper report with chart,but I want to create hyper link in the current chart(pie).How it can be implement.........kindly explain me step by step....

thank you.,,,,,,,,,,,,,,,,,,

laptvn's picture

Hi, Can you show me how we

Hi,

Can you show me how we configure to export a jasper report to excel format?

Thanks,
Lapptvn

Omal Bastin's picture

Hi, From the Main menu goto

Hi,
From the Main menu goto Administration>customization>Jasper Reports> Jasper Report.
Create a record for adding the jasper report we have created, add the jasper report jxrml file,select the model where you want to show the report, provide a service name for the report and select jasper output as xls.Then the report will be printed in excel format.
Thank You

college essay's picture

In my opinion it should be

In my opinion it should be really great to use it!

oogii's picture

Hello! Omalbastin. I want to

Hello! Omalbastin.

I want to ask from you one question.I'm using OpenERP GTK Client 6.0 software. How can I use the jasper report. Is it possible ? It only work in Nan-tic OpenERP client version or not?

Omal Bastin's picture

Hi, Jasper report module

Hi,
Jasper report module works fine in openerp 6.0 and also in 6.1rc. You just need to download the module, extract it to the addons folder and restart the server.

Thank you

Aamir Riaz's picture

NaN-tic Jasper Reports module

NaN-tic Jasper Reports module does not install in OpenERP 6.1x:

from service.http_server import reg_http_service, HttpDaemon
ImportError: cannot import name HttpDaemon

jamartin's picture

Also in 6.1rc? I managed to

Also in 6.1rc? I managed to make it work on 6.0 series, but i have installation errors on 6.0

from service.http_server import reg_http_service, HttpDaemon
ImportError: cannot import name HttpDaemon