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

Printscreen in OpenERP 7

Contact Form


Prajul P T's picture

Printscreen in OpenERP 7

        Print screen was a feature of OpenERP which enables the user to take the printout of the tree view of the selected records. This feature was available in OpenERP 6.1 GTK client was not available in OpenERP 6.1 web client and OpenERP 7. In OpenERP 7, there is an option to take printout of the tree view. But in OpenERP 7 we cannot select the particular records which we want to print in the report. 

           We have developed a new module which enables users to take the printout of the selected records in the tree view. The module name is web_print screen. After installing the module, a new dropdown will be available in the header of each tree view. No configuration is required, jut installing the module is enough. A screenshot is shown below:

Print screen Menu

In the screenshot you could see on the top a new menu called "Print screen" has be added. It is a dropdown menu in which the user can select weather to print in PDF of Excel. A screenshot is shown below:

Print screen Dropdown

In the menu, user can either select to print the report in PDF or in Excel. When the user selects all the rows and select to print PDF, all the records will be printed. A screen shot is shown below:

Tree view with all records selected

Report Generated when all records selected

When selected particular records, only the selected records will be printed. A screenshot is shown below:

Tree view with tree records selected

Report generated when tree records selected

A screenshot of the excel report printed when all the records are selected is shown below:

Excel report generated when all records selected

The column name and number will vary based on the columns in the view selected.

Thanks to  http://www.agilebg.com for excel export code.(module web_export_view)

AttachmentSize
web_printscreen_24_jun.zip16.71 KB

Shyam's picture

Hello, This module is so so

Hello,

This module is so so useful. Thanks for such kind of activity.

But I have one little issue, If I run module in ubuntu its working fine for me but when I work with Centos that time its not generate excel file only pdf file is generated.

Please do nedful help.

Thanks,
Shyam.

Prajul P T's picture

Hi Shyam,       This module

Hi Shyam,

      This module requires an additional python package 'python-xlwt'. Please confirm that this package is installed in your CentOS. Please try this module also module http://zbeanztech.com/blog/advanced-printscreen-openerp-7

Shyam's picture

Hello, Yes I got solution. I

Hello,

Yes I got solution. I installed xlwt package. Now its working fine.

You can put pre require package in __openerp__.py files description.
So non-python or Non-OpenERP user can use understand easily.

Thanks.
Shyam.

Shyam's picture

Hello, Ya I find the

Hello,

Ya I find the solution. There was missing xlwt library.

You can put require package in description.

Thanks.
Shyam

Morad's picture

excellent work

excellent work

Anonymous's picture

I have to print the form view

I have to print the form view so can we print the form view in the same manner.

Anonymous's picture

This button is not showing in

This button is not showing in Bill of Materials Structure. Any reason why?

Gaylene Kanae's picture

I don't even understand how I

I don't even understand how I ended up here, but I thought this publish used to be great. I don't recognise who you are however certainly you are going to a famous blogger in the event you aren't already. Cheers!

Prajul P T's picture

Thanks.......

Thanks.......

Prajul P T's picture

Hi,     It can be done but

Hi,

    It can be done but unfortunately, that functionality is not available now...