Metadata-Version: 1.1
Name: openerp-report-webkit
Version: 7.0.355
Summary: Webkit Report Engine
Home-page: UNKNOWN
Author: Camptocamp
Author-email: TODO
License: AGPL-3
Description: 
        
        This module adds a new Report Engine based on WebKit library (wkhtmltopdf) to support reports designed in HTML + CSS.
        =====================================================================================================================
        
        The module structure and some code is inspired by the report_openoffice module.
        
        The module allows:
        ------------------
            - HTML report definition
            - Multi header support
            - Multi logo
            - Multi company support
            - HTML and CSS-3 support (In the limit of the actual WebKIT version)
            - JavaScript support
            - Raw HTML debugger
            - Book printing capabilities
            - Margins definition
            - Paper size definition
        
        Multiple headers and logos can be defined per company. CSS style, header and
        footer body are defined per company.
        
        For a sample report see also the webkit_report_sample module, and this video:
            http://files.me.com/nbessi/06n92k.mov
        
        Requirements and Installation:
        ------------------------------
        This module requires the ``wkthtmltopdf`` library to render HTML documents as
        PDF. Version 0.9.9 or later is necessary, and can be found at
        http://code.google.com/p/wkhtmltopdf/ for Linux, Mac OS X (i386) and Windows (32bits).
        
        After installing the library on the OpenERP Server machine, you may need to set
        the path to the ``wkthtmltopdf`` executable file in a system parameter named
        ``webkit_path`` in Settings -> Customization -> Parameters -> System Parameters
        
        If you are experiencing missing header/footer problems on Linux, be sure to
        install a 'static' version of the library. The default ``wkhtmltopdf`` on
        Ubuntu is known to have this issue.
        
        
        TODO:
        -----
            * JavaScript support activation deactivation
            * Collated and book format support
            * Zip return for separated PDF
            * Web client WYSIWYG
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Plugins
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: Implementation :: CPython
