svn commit: r1746810 - in /ofbiz/trunk/applications/product: config/ProductUiLabels.xml widget/catalog/ProductScreens.xml

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

svn commit: r1746810 - in /ofbiz/trunk/applications/product: config/ProductUiLabels.xml widget/catalog/ProductScreens.xml

ashish-18
Author: ashish
Date: Sat Jun  4 11:52:16 2016
New Revision: 1746810

URL: http://svn.apache.org/viewvc?rev=1746810&view=rev
Log:
Applied patch from jira issue - OFBIZ-7177 - Some UI Labels are missing on EditProductCost page.
Thanks Pritam for creating the issue and Thanks Akshay for providing the patch for the same!

Modified:
    ofbiz/trunk/applications/product/config/ProductUiLabels.xml
    ofbiz/trunk/applications/product/widget/catalog/ProductScreens.xml

Modified: ofbiz/trunk/applications/product/config/ProductUiLabels.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/config/ProductUiLabels.xml?rev=1746810&r1=1746809&r2=1746810&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/config/ProductUiLabels.xml (original)
+++ ofbiz/trunk/applications/product/config/ProductUiLabels.xml Sat Jun  4 11:52:16 2016
@@ -12578,6 +12578,9 @@
         <value xml:lang="zh">添加产品内容 (选择内容标识, 输入开始日期):</value>
         <value xml:lang="zh-TW">增加產品內容 (選擇內容識別, 輸入開始日期):</value>
     </property>
+    <property key="ProductAddProductCostComponentCalc">
+     <value xml:lang="en">Add Product Cost Component Calc</value>
+    </property>
     <property key="ProductAddProductFeatureFromCategory">
         <value xml:lang="de">Produktmerkmal von Kategorie oder Gruppe hinzufügen</value>
         <value xml:lang="en">Add Product Feature From Category or Group</value>
@@ -15351,6 +15354,9 @@
         <value xml:lang="en">Cost Component Calc Id</value>
         <value xml:lang="zh">成本组成计算标识</value>
     </property>
+    <property key="ProductCostComponentCalcs">
+     <value xml:lang="en">Cost Component Calcs</value>
+    </property>
     <property key="ProductCostGlAccountTypeId">
         <value xml:lang="de">Kosten Hauptbuch Konto Typ Id</value>
         <value xml:lang="en">Cost Gl Account Type Id</value>
@@ -18132,6 +18138,9 @@
         <value xml:lang="zh">按介绍和销售折扣日期过滤</value>
         <value xml:lang="zh-TW">按介紹和銷售折扣日期過濾</value>
     </property>
+    <property key="ProductFilterProductCosts">
+     <value xml:lang="en">Filter Product Costs</value>
+    </property>
     <property key="ProductFindFacilities">
         <value xml:lang="de">Einrichtungen suchen</value>
         <value xml:lang="en">Find Facilities</value>

Modified: ofbiz/trunk/applications/product/widget/catalog/ProductScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/catalog/ProductScreens.xml?rev=1746810&r1=1746809&r2=1746810&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/widget/catalog/ProductScreens.xml (original)
+++ ofbiz/trunk/applications/product/widget/catalog/ProductScreens.xml Sat Jun  4 11:52:16 2016
@@ -463,7 +463,7 @@ under the License.
             <widgets>
                 <decorator-screen name="CommonProductDecorator" location="${parameters.productDecoratorLocation}">
                     <decorator-section name="body">
-                        <screenlet title="${uiLabelMap.FilterProductCosts}">
+                        <screenlet title="${uiLabelMap.ProductFilterProductCosts}">
                             <include-form name="FilterCostComponents" location="component://product/widget/catalog/ProductForms.xml"/>
                         </screenlet>
                         <section>
@@ -493,7 +493,7 @@ under the License.
                         <screenlet title="${uiLabelMap.ProductCostComponentCalcs}">
                             <include-form name="ListProductCostComponentCalcs" location="component://product/widget/catalog/ProductForms.xml"/>
                         </screenlet>
-                        <screenlet title="${uiLabelMap.AddProductCostComponentCalc}">
+                        <screenlet title="${uiLabelMap.ProductAddProductCostComponentCalc}">
                             <include-form name="AddProductCostComponentCalc" location="component://product/widget/catalog/ProductForms.xml"/>
                         </screenlet>
                         <screenlet title="${uiLabelMap.ProductAutoCreateCosts}">