[ 
https://issues.apache.org/jira/browse/OFBIZ-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12764943#action_12764943
 ] 

Hans Bakker commented on OFBIZ-2347:
------------------------------------

====== a request to make a branch in SVN, for community input=============
The originator of this Jira issue is now working here with me. I had a look at 
this change and it looks pretty interesting but involved. At the moment we 
should look at it as a proof of concept which need the opinion of the community.

It is adding a new option in webtools called 'birt'. In there you can run 
reports which are created inside Birt in Eclipse. The reports are shown paged, 
in pdf and can be sent by email.

some points for discussion:
1. we can add the Birt report engine to ofbiz the license is the Eclipse 
license so compatible
2. It will add a lot of jar files, some of which we already have.(needs cleanup)
3. The originator added the function of using jsp tags within ftl....a lot of 
work to change it in ftl only.
4. Currently ofbiz and birt needs to be on the same computer, an import 
function needs to be added or the reports will be added as seed data.
5. only one report can be shown, need to add a report selector with a related 
entity.

Because this whole contribution is not clean yet but is rather difficult to 
install I would like to propose to create a branch for it.

So what does the community think? If no objection i will create the branch in a 
couple of days.

Regards,
Hans

> BIRT Component
> --------------
>
>                 Key: OFBIZ-2347
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2347
>             Project: OFBiz
>          Issue Type: New Feature
>    Affects Versions: SVN trunk
>         Environment: software
>            Reporter: Chatree Srichart
>            Assignee: Hans Bakker
>             Fix For: SVN trunk
>
>         Attachments: birt.zip
>
>
> I have component for use Eclipse BIRT as report builder.
> Features:
> 1. BIRT View Handler
> 2. BIRT Email Service
> I hope contributers contribute it to trunk.
> INSTALLATION
> 1. download birt.zip from attachment file
> 2. extract birt.zip
> 3. copy birt folder to hot-deploy folder
> 4. download Eclipse BIRT runtime from 
> http://download.eclipse.org/birt/downloads/
> 5. extract birt-runtime-x_x_x.zip
> 6. copy all jar file from birt-runtime-x_x_x/ReportEngine/lib folder to 
> hot-deploy/birt/lib folder
> 7. change birt.engine.home property in hot-deploy/birt/config/birt.properties 
> to your ReportEngine path in birt-runtime_x_x_x folder
> 8. add birt-container in ofbiz-container.xml file after beanshell-container 
> container like this
> <container name="birt-container" 
> class="org.ofbiz.birt.container.BirtContainer">
>         <property name="delegator-name" value="default"/>
>         <property name="dispatcher-name" value="birt-dispatcher"/>
>         <property name="delegator-group-helper-name" value="org.ofbiz"/>
>     </container>
> 9. compile birt component
> 10. start ofbiz
> ** I have use birt-runtime version 2.3.1

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to