Thursday 3 May 2012

Jasper Report in OpenERP

Hello Friends ,
     You all about to search "How to create Report attractive in OpenERP" or "How to vreate Jasper Report in OpenERP".
I hope this blog will helpful to you all.

Step 1 : 
                    Download  (jasper_reports.zip (40mb))
                    also download from  http://apps.openerp.com/addon/get_module_as_zip/6987/jasper_reports.zip
Step 2 :
                   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 addons folder, then restart the server and update the module
                   list,
                   install the jasper report module.Thats it!!

Step 3 : 
                  Download ireport froClick Me!!! To Download
Step 4 :
                 Install Jasper Report in Your OpenERP.
Step 5 :  
                 create Data Template from
                ->setting > customization > jasper > jasper data template
                















               


To Display image in openerp Report

                                                                                                              Pinakin Nayi
                                                                                                              OpenERP,
                                                                                                              Info-city, Gandhinagar.
                                                                                                              nayi_pinakin@yahoo.in
                                                                                                              Mo. 08460643746
To Display Image in your .rml Report in OpenERP
in .rml file
<para>[[ images['image'] and setTag('para','image') or removeParentNode('para') ]][[ images['preview'] ]]</para>
in the report.py
def _get_imagepath(self,order):
        attach_ids = self.pool.get('product.images').search(self.cr, self.uid, [('product_id', '=',order)])
        datas = self.pool.get('product.images').read(self.cr, self.uid, attach_ids)
        return datas

Wednesday 2 May 2012

Indian Culture


Computer Science All Books



All Books for Computer Science Student .
I hope this will helpful to you....

TCP MultiChat Application


National Symbols of India

Monday 23 April 2012

OpenERP Barcode Generate

Use Barcode in OpenERP report.

paste the folowing code in .rml file instead of barcode
<barCode code="code128" quiet="9" fontName="Times-Roman" fontSize="50" alignment="CENTER"> [[ tracking_ids.serial or '' ]] </barCode>