Re: [Openerp-community] BIRT based reports

2013-10-31 Thread Pedro Manuel Baeza Romero
Hi, the project is already created https://launchpad.net/openerp-reporting-engines So if you want, you can make the MP for BIRT engine. If you need help in something, please tell me. Pentaho and Jasper reports maintainers are also welcome to host their project on this repository. Regards. 201

Re: [Openerp-community] BIRT based reports

2013-10-29 Thread Phui Hock
+1 for both. Will be happy to contribute where I can. -- PH On Tue, Oct 29, 2013 at 5:18 PM, Joël Grand-Guillaume < joel.grandguilla...@camptocamp.com> wrote: > Dear Pedro, > > I'm in favor of you to create the LP project if you would like. > > Thanks a lot ! > > > On Mon, Oct 28, 2013 at 6:34

Re: [Openerp-community] BIRT based reports

2013-10-29 Thread Joël Grand-Guillaume
Dear Pedro, I'm in favor of you to create the LP project if you would like. Thanks a lot ! On Mon, Oct 28, 2013 at 6:34 PM, Pedro Manuel Baeza Romero < pedro.ba...@gmail.com> wrote: > I vote for this approach for both questions! > > Tell me if you want me to do the "dirty part" (launchpad mana

Re: [Openerp-community] BIRT based reports

2013-10-28 Thread Pedro Manuel Baeza Romero
I vote for this approach for both questions! Tell me if you want me to do the "dirty part" (launchpad management and so on). Regards. 2013/10/28 Joël Grand-Guillaume > Dear all, > > > May be not mixing all things in this thread. @Pedro, I'm in favor of > creating a projects for all report eng

Re: [Openerp-community] BIRT based reports

2013-10-28 Thread Joël Grand-Guillaume
Dear all, May be not mixing all things in this thread. @Pedro, I'm in favor of creating a projects for all report engines, like you suggested : openerp-report-engines => put in here the pentaho work by WillowIT, the birt report suggested here and may be others. The invoice_report, sale_report and

Re: [Openerp-community] BIRT based reports

2013-10-24 Thread Raphael Valyi
Hello, I would like to see work to extract the tools that Christophe Chauvet from Syleam made for Penthao to get easier access to properties in SQL into some generic (server-tool branch?) base module https://github.com/syleam/openerp-pdi-connector/tree/master/pdi_connector/sql I think all reporti

Re: [Openerp-community] BIRT based reports

2013-10-24 Thread Pedro Manuel Baeza Romero
Hi, Phui, Thank you very much for your efforts. We haven't decide yet how to organise the report-engines modules (one repository for all - my bet - or one for each report-engine), but I think it's pretty clear that reports for each area will be on specific repositories for this topic (invoice_repo

Re: [Openerp-community] BIRT based reports

2013-10-23 Thread Phui Hock
Hi again, I have just pushed all my stuff onto https://launchpad.net/openerp-report-birt and wrote a bit about it in README.md, with steps to install the modules and Tomcat. Here is a few screenshots what to expect: http://ypix.me/fHdh/ -- PH On Thu, Oct 24, 2013 at 1:18 AM, Phui Hock wrote:

Re: [Openerp-community] BIRT based reports

2013-10-23 Thread Phui Hock
Hi, I've created a project at https://launchpad.net/openerp-report-birt and am in the midst of cleaning up of bits of code and the example reports. I can only start documenting what I've done and how to set it up like.. tomorrow, since it's quite late over here. I have the project structure that l

Re: [Openerp-community] BIRT based reports

2013-10-23 Thread Pedro Manuel Baeza Romero
Hi all, In this MP, it has arisen again the question about creating a new repository/repositories for reporting engines. I bet for a single repository called openerp-reporting or openerp-report-engines, with th

Re: [Openerp-community] BIRT based reports

2013-10-22 Thread Maxime Chambreuil
+1 for http://launchpad.net/openerp-birt We would be more than happy to contribute. Cheers, -- Maxime Chambreuil +1 (514) 276-5468 #126 - Mail original - Hi, I am wondering if there is any interest in Eclipse BIRT-based reports for OpenERP. I wrote a simple reporting module

Re: [Openerp-community] BIRT based reports

2013-10-22 Thread Pedro Manuel Baeza Romero
Maybe a repository *report-engines* is not such a bad idea. It's not a problem to have serveral modules, one for each report engine. You don't have to install all of them. There are already specific repositories for each type of reports (invoice-report, sale-report...). We can add for each area the

Re: [Openerp-community] BIRT based reports

2013-10-22 Thread Quentin THEURET
Le 22/10/2013 08:50, Nicolas Bessi a écrit : > Hello, Hello, > This looks to be an interesting tool. There are some piece of code to improve > and maybe clarify the translation part, > but it can be nice addition to community addons if you and community agree > (we should also see with original a

Re: [Openerp-community] BIRT based reports

2013-10-22 Thread Phui Hock
> I think the big part of the Pentaho tool from my experience is the OpenERP > extension for the Report designer itself. This exposes "proper" OpenERP > objects to the GUI designer so you don't need to decipher Python or SQL... Interesting. I think I'll give it a try. Well, I didn't give much th

Re: [Openerp-community] BIRT based reports

2013-10-22 Thread Alan Lord
On 22/10/13 08:06, Phui Hock wrote: I've never used Pentaho Reports module, but it sure looks similar. Basically, you deploy a BIRT server on a Java web server (I use jetty), make available all the *.rptdesign files to the server and configure OpenERP such that call to generate *.birt report is

Re: [Openerp-community] BIRT based reports

2013-10-22 Thread Phui Hock
I've never used Pentaho Reports module, but it sure looks similar. Basically, you deploy a BIRT server on a Java web server (I use jetty), make available all the *.rptdesign files to the server and configure OpenERP such that call to generate *.birt report is redirected to the BIRT server. I could

Re: [Openerp-community] BIRT based reports

2013-10-21 Thread Nicolas Bessi
Hello, This looks to be an interesting tool. There are some piece of code to improve and maybe clarify the translation part, but it can be nice addition to community addons if you and community agree (we should also see with original authors). If it is ok we may open a new project in community

Re: [Openerp-community] BIRT based reports

2013-10-21 Thread Alan Lord
On 22/10/13 06:56, Phui Hock wrote: Hi, I am wondering if there is any interest in Eclipse BIRT-based reports for OpenERP. I wrote a simple reporting module, which is essential a proxy to external BIRT server to generate PDF. Is this similar to the Pentaho Reports module? https://github.com/Wi