Author: sichen
Date: Mon Jan 29 14:56:37 2007
New Revision: 501218

URL: http://svn.apache.org/viewvc?view=rev&rev=501218
Log:
Also show the extra data for requirements for the other Approved Product 
Requirements form.

Modified:
    
ofbiz/trunk/applications/order/webapp/ordermgr/requirement/RequirementForms.xml

Modified: 
ofbiz/trunk/applications/order/webapp/ordermgr/requirement/RequirementForms.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/requirement/RequirementForms.xml?view=diff&rev=501218&r1=501217&r2=501218
==============================================================================
--- 
ofbiz/trunk/applications/order/webapp/ordermgr/requirement/RequirementForms.xml 
(original)
+++ 
ofbiz/trunk/applications/order/webapp/ordermgr/requirement/RequirementForms.xml 
Mon Jan 29 14:56:37 2007
@@ -314,8 +314,14 @@
         <field name="internalName" entry-name="productId">
             <display-entity entity-name="Product" key-field-name="productId" 
description="${internalName}"/>
         </field>
+        <field name="partyId" 
title="${uiLabelMap.ProductSupplier}"><display/></field>
+        <field name="supplierProductId" 
title="${uiLabelMap.ProductSupplierProductId}"><display/></field>
+        <field name="idValue" title="UPCA"><display/></field>
+        <field name="minimumOrderQuantity" 
widget-area-style="tabletextright"><display/></field>
+        <field name="lastPrice" widget-area-style="tabletextright"><display 
type="currency" currency="${currencyUomId}"/></field>
         <field name="requiredByDate"><display/></field>
-        <field name="quantity"><text/></field>
+        <field name="quantity"><text size="4"/></field>
+        <field name="comments"><display/></field>
         <field name="_rowSubmit" 
title="${uiLabelMap.CommonSelect}"><check/></field>
         <field name="submitButton" 
title="${uiLabelMap.OrderInputQuickPurchaseOrder}" 
widget-style="smallSubmit"><submit/></field>
     </form>


Reply via email to