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> |
Free forum by Nabble | Edit this page |