|
Author: ashish
Date: Sat May 21 13:22:49 2016 New Revision: 1744939 URL: http://svn.apache.org/viewvc?rev=1744939&view=rev Log: Applied fix from trunk revision - 1744937. ======================================================= Applied patch from jira issue - OFBIZ-5289 - Show quantityUom in production runs. Thanks Pierre for creating the issue and Thanks Akshay and Yashwant for the patch. ======================================================= Modified: ofbiz/branches/release14.12/applications/manufacturing/widget/manufacturing/ProductionRunForms.xml ofbiz/branches/release14.12/applications/product/config/ProductUiLabels.xml Modified: ofbiz/branches/release14.12/applications/manufacturing/widget/manufacturing/ProductionRunForms.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/release14.12/applications/manufacturing/widget/manufacturing/ProductionRunForms.xml?rev=1744939&r1=1744938&r2=1744939&view=diff ============================================================================== --- ofbiz/branches/release14.12/applications/manufacturing/widget/manufacturing/ProductionRunForms.xml (original) +++ ofbiz/branches/release14.12/applications/manufacturing/widget/manufacturing/ProductionRunForms.xml Sat May 21 13:22:49 2016 @@ -80,6 +80,12 @@ under the License. <field-map field-name="orderBy" value="estimatedStartDate"/> </service> </actions> + <row-actions> + <entity-one value-field="product" entity-name="Product"/> + <entity-one value-field="uom" entity-name="Uom"> + <field-map field-name="uomId" from-field="product.quantityUomId"/> + </entity-one> + </row-actions> <field name="workEffortId" title=" " widget-style="buttontext"> <hyperlink target="ShowProductionRun" description="${workEffortId}" also-hidden="false"> <parameter param-name="productionRunId" from-field="workEffortId"/> @@ -88,6 +94,7 @@ under the License. <field name="workEffortName" title="${uiLabelMap.ManufacturingProductionRunName}"><display/></field> <field name="productId" title="${uiLabelMap.ProductProductId}"><display/></field> <field name="estimatedQuantity" title="${uiLabelMap.ManufacturingQuantity}"><display/></field> + <field name="QuantityUom" title="${uiLabelMap.ProductQuantityUom}"><display description="${uom.abbreviation}"></display></field> <field name="currentStatusId" title="${uiLabelMap.CommonStatus}"> <display-entity entity-name="StatusItem" key-field-name="statusId"/> </field> Modified: ofbiz/branches/release14.12/applications/product/config/ProductUiLabels.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/release14.12/applications/product/config/ProductUiLabels.xml?rev=1744939&r1=1744938&r2=1744939&view=diff ============================================================================== --- ofbiz/branches/release14.12/applications/product/config/ProductUiLabels.xml (original) +++ ofbiz/branches/release14.12/applications/product/config/ProductUiLabels.xml Sat May 21 13:22:49 2016 @@ -30416,6 +30416,9 @@ <value xml:lang="zh">æªç¥; 请æå®ç±»å</value> <value xml:lang="zh_TW">æªç¥; è«æå®é¡å</value> </property> + <property key="ProductQuantityUom"> + <value xml:lang="en">Quantity Uom</value> + </property> <property key="ProductUomId"> <value xml:lang="en">Uom Id</value> <value xml:lang="es">Código de UDM</value> |
| Free forum by Nabble | Edit this page |
