Author: jleroux
Date: Wed Apr 12 11:35:24 2017 New Revision: 1791111 URL: http://svn.apache.org/viewvc?rev=1791111&view=rev Log: Documented: Complete Birt Flexible Reports documentation (OFBIZ-9188) Replaces hardcoded strings in main Birt screen with labels Modified: ofbiz/ofbiz-plugins/trunk/birt/config/BirtUiLabels.xml ofbiz/ofbiz-plugins/trunk/birt/widget/birt/BirtScreens.xml Modified: ofbiz/ofbiz-plugins/trunk/birt/config/BirtUiLabels.xml URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/birt/config/BirtUiLabels.xml?rev=1791111&r1=1791110&r2=1791111&view=diff ============================================================================== --- ofbiz/ofbiz-plugins/trunk/birt/config/BirtUiLabels.xml (original) +++ ofbiz/ofbiz-plugins/trunk/birt/config/BirtUiLabels.xml Wed Apr 12 11:35:24 2017 @@ -165,6 +165,38 @@ <value xml:lang="en">You have no report yet</value> <value xml:lang="fr">Vous n'avez aucun rapport pour l'instant</value> </property> + <property key="BirtNote1"> + <value xml:lang="en">BIRT is an open source Eclipse-based (EPL v1 license) reporting system.</value> + <value xml:lang="fr">BIRT est un projet de création de rapports open source basé sur Eclipse (license EPL v1).</value> + </property> + <property key="BirtNote2"> + <value xml:lang="en">It integrates with any OFBiz application to produce compelling reports, including graphical presentations like pie and bar charts.</value> + <value xml:lang="fr">Il s'intègre à toute application OFBiz pour produire des rapports convaincants, y compris des présentations graphiques en secteurs et à barres.</value> + </property> + <property key="BirtNote3"> + <value xml:lang="en">This application provides you with a sample example report.</value> + <value xml:lang="fr">Cette application vous fournit un exemple de rapport.</value> + </property> + <property key="BirtNote4"> + <value xml:lang="en">See the help option to know how to create your own OFBiz integrated reports.</value> + <value xml:lang="fr">Consultez l'aide pour savoir comment créer vos propres rapports intégrés dans OFBiz.</value> + </property> + <property key="BirtNote5"> + <value xml:lang="en">See the Birt home page for more information.</value> + <value xml:lang="fr">Consultez le projet Birt pour plus d'informations.</value> + </property> + <property key="BirtNote6"> + <value xml:lang="en">You might also be interested by the OFBiz Flexible Reports which allows dynamic reports creation (see sub-menu).</value> + <value xml:lang="fr">Vous pouvez également être intéressé-e par les rapports flexibles (voir le sous-menu). Ils permettent la création dynamique de rapports.</value> + </property> + <property key="BirtNote7"> + <value xml:lang="en">An OFBiz Flexible Reports is based on entity, view or service.</value> + <value xml:lang="fr">Les rapports flexibles sont construits à partir d'une entité, vue ou service</value> + </property> + <property key="BirtNote8"> + <value xml:lang="en">Here is the link to the official OFBiz documentation</value> + <value xml:lang="fr">Voici le lien vers la documentation officielle</value> + </property> <property key="BirtOrderReportAllOrderItemsWithDiscountCode"> <value xml:lang="en">All order items with discount code</value> <value xml:lang="fr">Tous les lignes de commandes ayant des codes promotionels</value> @@ -290,5 +322,4 @@ <value xml:lang="en">Only when you have edited the report in the Birt Report Designer and then uploaded.</value> <value xml:lang="fr">Seulement après avoir éditer le rapport avec le Birt Report Designer puis télécharger vers le serveur.</value> </property> - </resource> Modified: ofbiz/ofbiz-plugins/trunk/birt/widget/birt/BirtScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/birt/widget/birt/BirtScreens.xml?rev=1791111&r1=1791110&r2=1791111&view=diff ============================================================================== --- ofbiz/ofbiz-plugins/trunk/birt/widget/birt/BirtScreens.xml (original) +++ ofbiz/ofbiz-plugins/trunk/birt/widget/birt/BirtScreens.xml Wed Apr 12 11:35:24 2017 @@ -109,13 +109,15 @@ under the License. <decorator-section name="body"> <section> <widgets> - <label style="h3" text="BIRT is an open source Eclipse-based reporting system that integrates with any OFBiz application to produce compelling reports, including graphical presentations like pie and bar charts."/> - <label style="h3" text="This application provides you with a sample example report."/> - <label style="h3" text="See the help option to know how to create your own OFBiz integrated reports."/> - <link style="h3" text="See the Birt home for more information" target="http://eclipse.org/birt/phoenix/intro/" url-mode="plain" target-window="_blank_"/> + <label style="h3" text="${uiLabelMap.BirtNote1}"/> + <label style="h3" text="${uiLabelMap.BirtNote2}"/> + <label style="h3" text="${uiLabelMap.BirtNote3}"/> + <label style="h3" text="${uiLabelMap.BirtNote4}"/> + <link style="h3" text="${uiLabelMap.BirtNote5}" target="http://eclipse.org/birt/phoenix/intro/" url-mode="plain" target-window="_blank_"/> <horizontal-separator/> - <label style="h3" text="You might also be interested by the OFBiz Flexible Reports (see sub-menu)"/> - <link style="h3" text="Here is the official documentation" target="https://cwiki.apache.org/confluence/display/OFBIZ/Birt+Flexible+Reports" url-mode="plain" target-window="_blank_"/> + <label style="h3" text="${uiLabelMap.BirtNote6}"/> + <label style="h3" text="${uiLabelMap.BirtNote7}"/> + <link style="h3" text="${uiLabelMap.BirtNote8}" target="https://cwiki.apache.org/confluence/display/OFBIZ/Birt+Flexible+Reports" url-mode="plain" target-window="_blank_" /> </widgets> </section> </decorator-section> |
Free forum by Nabble | Edit this page |