Search 1.9 billion lines of Odoo code on GitHub

running

Author: WillowIT Pty Ltd
License: no license
Branch: master
Repository: dautienthuy/openerp7
Dependencies: base
Languages: Bourne Shell (129, 12.6%), Markdown (49, 4.8%), Python (725, 70.7%), and XML (123, 12.0%)
Other branches: oe7-develop
Other repositories: havt/openerp7, and thanhacun/openerp7

<h1>Pentaho Reports for OpenERP</h1> <p>This project provides an addon for OpenERP that integrates it with the Pentaho reporting system. End users of OpenERP can design reports using Pentaho report designer v3.9 (instructions on how to setup the designer: http://bit.ly/L4wPoC), and install/access them from inside the OpenERP interface.</p> <p>The second component is a Java based report server designed to be run as a web application that can be deployed in any standard Java servlet container (like Tomcat, Jetty, etc.)</p> <h2>Building the Java component</h2> <p>The included Ant build file contains a &quot;war&quot; target which performs all the necessary tasks to compile the web application and create the pentaho-reports-for-openerp.war file. This requires that Apache Ant be installed, and also Apache Ivy as it is used to retrieve all the dependencies required to compile and run the application.</p> <pre><code>$ cd &lt;extracted_path&gt;/java_server $ ant war </code></pre> <p>If the build completed successfully, the WAR file can be found in the build/jar directory.</p> <p>For testing purposes, a standalone server that listens on port 8090 (by default) can be launched using the &quot;launch&quot; target:</p> <pre><code>$ ant launch </code></pre> <h2>Integrating and Defining reports to OpenERP</h2> <p>The OpenERP module description contains an overview of creating report actions and defining and using report parameters.</p> <h2>Contributors</h2> <p>This project was developed by Willow IT, using the libraries and extensions developed by De Bortoli Wines, Australia (Pieter van der Merwe in particular) for the Pentaho reporting system. The OpenERP addon also derives from and/or is inspired by the Jasper Reports addon developed by NaN-tic.</p> <p>Willow IT contributions: Deepak Seshadri - OpenERP-Pentaho server connector (Java) Richard deMeester - frontend and core functions, automated wizard and action implementation Douglas Parker - additional integration Jon Wilson - inspiration, testing, and whipping</p> <h2>Disclaimer</h2> <p>This has been developed over time to meet specific requirements as we have needed to meet them. If something is wrong, or you think would make a great feature, please do let us know at:</p> <pre><code>support@willowit.com.au </code></pre> <h2>Report Library</h2> <p>We will be endeavouring to create a library of sample and useful reports. Check at:</p> <pre><code>http://www.willowit.com.au/ </code></pre> <p>where we will announce when and where this is available. In the meantime, if you develop any reports or templates that you would consider worth sharing, please email them through with some description or details.</p>