svn commit: r1226954 - in /ofbiz/trunk: applications/order/ofbiz-component.xml applications/party/ofbiz-component.xml applications/product/ofbiz-component.xml framework/common/config/CommonUiLabels.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1226954 - in /ofbiz/trunk: applications/order/ofbiz-component.xml applications/party/ofbiz-component.xml applications/product/ofbiz-component.xml framework/common/config/CommonUiLabels.xml

erwan
Author: erwan
Date: Tue Jan  3 21:28:24 2012
New Revision: 1226954

URL: http://svn.apache.org/viewvc?rev=1226954&view=rev
Log:
OFBIZ-4643 - Add description for Component, only complete existing functionality - a patch from Olivier Heintz

Modified:
    ofbiz/trunk/applications/order/ofbiz-component.xml
    ofbiz/trunk/applications/party/ofbiz-component.xml
    ofbiz/trunk/applications/product/ofbiz-component.xml
    ofbiz/trunk/framework/common/config/CommonUiLabels.xml

Modified: ofbiz/trunk/applications/order/ofbiz-component.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/ofbiz-component.xml?rev=1226954&r1=1226953&r2=1226954&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/ofbiz-component.xml (original)
+++ ofbiz/trunk/applications/order/ofbiz-component.xml Tue Jan  3 21:28:24 2012
@@ -59,6 +59,7 @@ under the License.
 
     <webapp name="order"
         title="Order"
+        description="OrderComponentDescription"
         server="default-server"
         location="webapp/ordermgr"
         base-permission="OFBTOOLS,ORDERMGR"

Modified: ofbiz/trunk/applications/party/ofbiz-component.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/ofbiz-component.xml?rev=1226954&r1=1226953&r2=1226954&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/ofbiz-component.xml (original)
+++ ofbiz/trunk/applications/party/ofbiz-component.xml Tue Jan  3 21:28:24 2012
@@ -43,6 +43,7 @@ under the License.
 
     <webapp name="party"
         title="Party"
+        description="PartyComponentDescription"
         server="default-server"
         location="webapp/partymgr"
         base-permission="OFBTOOLS,PARTYMGR"

Modified: ofbiz/trunk/applications/product/ofbiz-component.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/ofbiz-component.xml?rev=1226954&r1=1226953&r2=1226954&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/ofbiz-component.xml (original)
+++ ofbiz/trunk/applications/product/ofbiz-component.xml Tue Jan  3 21:28:24 2012
@@ -74,8 +74,18 @@ under the License.
     <test-suite loader="main" location="testdef/GroupOrderTest.xml"/>
     <test-suite loader="main" location="testdef/ProductTagTest.xml"/>
 
-    <webapp name="catalog" title="Catalog" server="default-server" location="webapp/catalog"
-        base-permission="OFBTOOLS,CATALOG" mount-point="/catalog"/>
-    <webapp name="facility" title="Facility" server="default-server" location="webapp/facility"
-        base-permission="OFBTOOLS,FACILITY" mount-point="/facility"/>
+    <webapp name="catalog"
+        title="Catalog"
+        description="CatalogComponentDescription"
+        server="default-server"
+        location="webapp/catalog"
+        base-permission="OFBTOOLS,CATALOG"
+        mount-point="/catalog"/>
+    <webapp name="facility"
+        title="Facility"
+        description="FacilityComponentDescription"
+        server="default-server"
+        location="webapp/facility"
+        base-permission="OFBTOOLS,FACILITY"
+        mount-point="/facility"/>
 </ofbiz-component>

Modified: ofbiz/trunk/framework/common/config/CommonUiLabels.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/config/CommonUiLabels.xml?rev=1226954&r1=1226953&r2=1226954&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/config/CommonUiLabels.xml (original)
+++ ofbiz/trunk/framework/common/config/CommonUiLabels.xml Tue Jan  3 21:28:24 2012
@@ -113,6 +113,10 @@
         <value xml:lang="zh_CN">目录</value>
         <value xml:lang="zh_TW">目錄</value>
     </property>
+    <property key="CatalogComponentDescription">
+        <value xml:lang="en">Product Catalog management, Categories, Product, Price rules, Promotions, Product Store</value>
+        <value xml:lang="fr">Gestion des catalogues, Catégories, Articles, Promotions, Règles de prix, Centres de profit </value>
+    </property>
     <property key="CommonAbort">
         <value xml:lang="en">Abort</value>
         <value xml:lang="es">Cancelar</value>
@@ -10157,6 +10161,10 @@
         <value xml:lang="zh_CN">设备</value>
         <value xml:lang="zh_TW">場所</value>
     </property>
+    <property key="FacilityComponentDescription">
+        <value xml:lang="en">Inventory management, Facility, location, Shipment, Receipt, Physical Inventory</value>
+        <value xml:lang="fr">Gestion des stocks, lieux de stockage, emplacement, expédition, réception, inventaire</value>
+    </property>
     <property key="Financials">
         <value xml:lang="ar">المالية</value>
         <value xml:lang="de">Finanzen</value>
@@ -11051,6 +11059,10 @@
         <value xml:lang="zh_CN">订单</value>
         <value xml:lang="zh_TW">訂單</value>
     </property>
+    <property key="OrderComponentDescription">
+        <value xml:lang="en">Sales Order management, Purchase order, Customer request, Requirement, Quote, Statistics</value>
+        <value xml:lang="fr">Gestion des commandes de vente, d'achat, des demandes, des devis, des besoins, des stats</value>
+    </property>
     <property key="PageTitleAddDataSource">
         <value xml:lang="ar">إضافة مصدر المعلومات جديد</value>
         <value xml:lang="de">Neue Datenquelle hinzufügen</value>
@@ -11313,6 +11325,10 @@
         <value xml:lang="zh_CN">团体</value>
         <value xml:lang="zh_TW">成員</value>
     </property>
+    <property key="PartyComponentDescription">
+        <value xml:lang="en">Customers - Suppliers - Employee Management, Communications, Classifications</value>
+        <value xml:lang="fr">Gestion des clients, Fournisseurs, Employés, Communications, Classifications</value>
+    </property>
     <property key="PortalPageNotFound">
         <value xml:lang="en">This page (${parameters.portalPageId}) could not be found!</value>
         <value xml:lang="es">Esta página (${parameters.portalPageId}) no se ha encontrado!</value>