[jira] Created: (OFBIZ-2347) BIRT Component

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
59 messages Options
123
Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-2347) BIRT Component

Nicolas Malin (Jira)

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

Chatree Srichart commented on OFBIZ-2347:
-----------------------------------------

Hi chris snow.

I tried run your code. It worked fine.

> 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, birtfiles.txt
>
>
> 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 | Threaded
Open this post in threaded view
|

[jira] Issue Comment Edited: (OFBIZ-2347) BIRT Component

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Chatree Srichart edited comment on OFBIZ-2347 at 11/1/09 2:56 PM:
------------------------------------------------------------------

Hi chris snow.

I tried run your code. It worked fine. It can put parameters in service though request's attribute named "birtParameters".

      was (Author: chatree):
    Hi chris snow.

I tried run your code. It worked fine.
 

> 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, birtfiles.txt
>
>
> 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 | Threaded
Open this post in threaded view
|

[jira] Issue Comment Edited: (OFBIZ-2347) BIRT Component

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Chatree Srichart edited comment on OFBIZ-2347 at 11/1/09 2:58 PM:
------------------------------------------------------------------

Hi chris snow.

I tried run your code. It worked fine. It can put parameters in service through request's attribute named "birtParameters".

      was (Author: chatree):
    Hi chris snow.

I tried run your code. It worked fine. It can put parameters in service though request's attribute named "birtParameters".
 

> 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, birtfiles.txt
>
>
> 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 | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-2347) BIRT Component

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

WeizhanGuo commented on OFBIZ-2347:
-----------------------------------

Thank you for your good job.

I found a problem when render report using BirtViewHandler.

The BirtViewHandler works well when export report as pdf or word, but the chart can't display if the content-type is text/html.

Have you met this problem?


> 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, birtfiles.txt
>
>
> 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 | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-2347) BIRT Component

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

WeizhanGuo updated OFBIZ-2347:
------------------------------

    Attachment: birtPatchForChartUnderHtmlRender.patch

Fix the BirtViewHandler can't display chart when the content-type is text/html.

> 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, birtfiles.txt, birtPatchForChartUnderHtmlRender.patch
>
>
> 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 | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-2347) BIRT Component

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

WeizhanGuo updated OFBIZ-2347:
------------------------------

    Attachment: birtPatchForChartUnderHtmlRender.patch

Fix the BirtViewHandler can't display chart when the content-type is text/html.

> 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, birtfiles.txt, birtPatchForChartUnderHtmlRender.patch
>
>
> 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 | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-2347) BIRT Component

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

WeizhanGuo updated OFBIZ-2347:
------------------------------

    Attachment:     (was: birtPatchForChartUnderHtmlRender.patch)

> 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, birtfiles.txt, birtPatchForChartUnderHtmlRender.patch
>
>
> 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 | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-2347) BIRT Component

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

chris snow commented on OFBIZ-2347:
-----------------------------------

Is it possible to pass in parameters using the ParamTag? e.g.


<#assign birt = JspTaglibs["/WEB-INF/birt.tld"]/>

<@birt.viewer id="birtViewer"
    reportDesign="component://birt/webapp/birt/report/productParams.rptdesign"
    baseURL="/birt"
    height="700"
    width="900"
    format="html">
    <@birt.param name="productTypeId" value="FINISHED_GOODS"></@birt.param>
</@birt.viewer>


> 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, birtfiles.txt, birtPatchForChartUnderHtmlRender.patch
>
>
> 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 | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-2347) BIRT Component

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Chatree Srichart commented on OFBIZ-2347:
-----------------------------------------

Hi, Chris Snow

Freemarker can not use nested tag. I have a solution for this problem. When you use viewer tag render report. You can view source from web browser and look at html tag and javascript render viewer. There is div tag as parameter container that contain input tag which as report parameter.

So you don't need use jsp tag. You can use freemarker for generate html and javascript for render report and its parameters.

> 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, birtfiles.txt, birtPatchForChartUnderHtmlRender.patch
>
>
> 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 | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-2347) BIRT Component

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

chris snow commented on OFBIZ-2347:
-----------------------------------

Hi Hans,

Can you please paste a link to the mailing list concerns of Scott as reported in commit r886060.

Many thanks,

Chris

> 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, birtfiles.txt, birtPatchForChartUnderHtmlRender.patch
>
>
> 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 | Threaded
Open this post in threaded view
|

Re: [jira] Commented: (OFBIZ-2347) BIRT Component

hans_bakker
Chris, better ask Scott.

On Wed, 2009-12-02 at 06:54 +0000, chris snow (JIRA) wrote:

> [ https://issues.apache.org/jira/browse/OFBIZ-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12784664#action_12784664 ]
>
> chris snow commented on OFBIZ-2347:
> -----------------------------------
>
> Hi Hans,
>
> Can you please paste a link to the mailing list concerns of Scott as reported in commit r886060.
>
> Many thanks,
>
> Chris
>
> > 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, birtfiles.txt, birtPatchForChartUnderHtmlRender.patch
> >
> >
> > 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
>
--
Antwebsystems.com: Quality OFBiz services for competitive rates

Reply | Threaded
Open this post in threaded view
|

[jira] Closed: (OFBIZ-2347) BIRT Component

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hans Bakker closed OFBIZ-2347.
------------------------------

    Resolution: Fixed

currently in the branch: http://svn.apache.org/repos/asf/ofbiz/branches/addbirt

and sometimes perhaps in the trunk......

This implementation is not supported anymore. (at least not by me)


> 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, birtfiles.txt, birtPatchForChartUnderHtmlRender.patch
>
>
> 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 | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-2347) BIRT Component

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Scott Gray commented on OFBIZ-2347:
-----------------------------------

http://markmail.org/message/hvrrt4aq2lhplf5x

> 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, birtfiles.txt, birtPatchForChartUnderHtmlRender.patch
>
>
> 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 | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-2347) BIRT Component

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

chris snow commented on OFBIZ-2347:
-----------------------------------

Hi Hans,

Sorry - I was looking for a link to Nabble for the message by Scott regarding licensing as per the log in your commit r886060:

"remove viewer screen, menu, ftl and remove viewer content from help file and delete all js, jsp, css, image files and viewer.properties files. This to meet the license concerns of Scott reported in the mailing list"

I was disappointed to see the AJAX viewer removed as it provides such a rich report viewing experience so I wanted to understand more about why it had to be removed.

Many thanks,

Chris

> 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, birtfiles.txt, birtPatchForChartUnderHtmlRender.patch
>
>
> 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 | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-2347) BIRT Component

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

chris snow commented on OFBIZ-2347:
-----------------------------------

Chatree - thanks for this div tag tip.

Scott - thanks for the link.

Hans,  have you have stopped development on this branch?  Is anyone supporting it now?

Many thanks,

Chris

> 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, birtfiles.txt, birtPatchForChartUnderHtmlRender.patch
>
>
> 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 | Threaded
Open this post in threaded view
|

Re: [jira] Commented: (OFBIZ-2347) BIRT Component

hans_bakker
Hi Chris,

We will support this branch even if it will not be accepted into the
trunk. We will also regularly update it with a trunk version of which we
know it is good. (we actually just did)

regards,
Hans

On Wed, 2009-12-02 at 07:24 +0000, chris snow (JIRA) wrote:

> [ https://issues.apache.org/jira/browse/OFBIZ-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12784683#action_12784683 ]
>
> chris snow commented on OFBIZ-2347:
> -----------------------------------
>
> Chatree - thanks for this div tag tip.
>
> Scott - thanks for the link.
>
> Hans,  have you have stopped development on this branch?  Is anyone supporting it now?
>
> Many thanks,
>
> Chris
>
> > 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, birtfiles.txt, birtPatchForChartUnderHtmlRender.patch
> >
> >
> > 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
>
--
Antwebsystems.com: Quality OFBiz services for competitive rates

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-2347) BIRT Component

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

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

Hi Chris,

We will support this branch even if it will not be accepted into the
trunk. We will also regularly update it with a trunk version of which we
know it is good. (we actually just did)

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, birtfiles.txt, birtPatchForChartUnderHtmlRender.patch
>
>
> 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 | Threaded
Open this post in threaded view
|

Re: [jira] Commented: (OFBIZ-2347) BIRT Component

Erwan de FERRIERES-3
In reply to this post by hans_bakker
Hans,

why not integrate in the trunk evertything related to BIRT, except the
litigious files, and add an ant task to download them, with a question
like "do you accept the eclipse licence ?". This way, OFBiz will still
provide only Apache 2 contents, and if someone wants more, he has to do
it himself.

But that's just an idea...

Le 02/12/2009 08:46, Hans Bakker a écrit :

> Hi Chris,
>
> We will support this branch even if it will not be accepted into the
> trunk. We will also regularly update it with a trunk version of which we
> know it is good. (we actually just did)
>
> regards,
> Hans
>
> On Wed, 2009-12-02 at 07:24 +0000, chris snow (JIRA) wrote:
>> [ https://issues.apache.org/jira/browse/OFBIZ-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12784683#action_12784683 ]
>>
>> chris snow commented on OFBIZ-2347:
>> -----------------------------------
>>
>> Chatree - thanks for this div tag tip.
>>
>> Scott - thanks for the link.
>>
>> Hans,  have you have stopped development on this branch?  Is anyone supporting it now?
>>
>> Many thanks,
>>
>> Chris
>>
>>> 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, birtfiles.txt, birtPatchForChartUnderHtmlRender.patch
>>>
>>>
>>> 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
>>

--
Erwan
Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-2347) BIRT Component

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Chatree Srichart commented on OFBIZ-2347:
-----------------------------------------

Hi, WeizhanGuo

Your patch about display chart when export the content-type is text/htm.
If it worked, image files on runtime will be placed inside webapp directory, not in OFBiz's runtime directory. This is first problem I was blamed.

I recommend you can use report tag in screen because image will placed inside OFBiz's runtime directory.

> 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, birtfiles.txt, birtPatchForChartUnderHtmlRender.patch
>
>
> 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 | Threaded
Open this post in threaded view
|

Re: [jira] Commented: (OFBIZ-2347) BIRT Component

Adam Heath-2
In reply to this post by hans_bakker
Hans Bakker wrote:
> Hi Chris,
>
> We will support this branch even if it will not be accepted into the
> trunk. We will also regularly update it with a trunk version of which we
> know it is good. (we actually just did)

Bother.  Just because it's in a branch, doesn't mean it is not part of
ofbiz.  There is just one repository, it's all ofbiz.  All branches,
all tags, all revisions.

These licensing issues should have been fixed before it was ever
committed into the repository.  Git would have made this much easier
to deal with, as  you could have done this all locally, got it all
working, published your local work somehow(there are several ways),
others could have cloned it, and then finally pushed it back to svn.

While not as big as birt, I've done several back-to-back svn commits.
 I'll stage a bunch of changes, even rewrite history, so that when it
comes time to commit, I know each change works and doesn't break
anything(or mostly).
123