[ 
https://issues.apache.org/jira/browse/OFBIZ-1348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12535494
 ] 

jack_guo commented on OFBIZ-1348:
---------------------------------

As the first step, the BIRT cann't work with the  Ofbiz view definition, it 
just the let the BIRT web viewer run with the OFBIZ, and can use the BIRT 
designer to design the report, the data sources come from the db maintenancing 
by BIRT . here is the data sources  configuration code:
 <data-sources>
        <oda-data-source extensionID="org.eclipse.birt.report.data.oda.jdbc" 
name="Data Source" id="7">
            <text-property name="displayName"></text-property>
            <property 
name="odaDriverClass">com.microsoft.sqlserver.jdbc.SQLServerDriver</property>
            <property 
name="odaURL">jdbc:sqlserver://localhost\\SQLEXPRESS:1433;DatabaseName=jins</property>
            <property name="odaUser">sa</property>
            <encrypted-property 
name="odaPassword">MTIzNCFAIyRxd2Vy</encrypted-property>
        </oda-data-source>
    </data-sources>
of course it's no the good way as the BI component to ofbiz. I also want to let 
the BIRT can work with the Ofbiz view/entity

So, the next step what I need to do is:
1. Make the BIRT web viewer can work with Ofbiz view/Entity .(high PRI)
2. Fix the bug and improve the permission mechanism..(mid PRI)
3. Make the BIRT designer can  work with Ofbiz view/entity (low PRI) 

> add the BIRT as the ofbiz component
> -----------------------------------
>
>                 Key: OFBIZ-1348
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1348
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: jack_guo
>             Fix For: SVN trunk
>
>         Attachments: birt.zip, BirtViewHandler.java, BirtViewHelper.java, 
> plugins1.zip, plugins2.zip, plugins3.zip
>
>
> put the BIRT run environment to the ofbiz, make the BIRT as the ofbiz 
> component, and let the user can develop the BI more easily and efficiently

-- 
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