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.
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'
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
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.,,,,,,,,,,,,,,,,,,
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
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
In my opinion it should be
In my opinion it should be really great to use it!
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?
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
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
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