Author: jacopoc
Date: Wed Mar 24 11:23:22 2010
New Revision: 927012

URL: http://svn.apache.org/viewvc?rev=927012&view=rev
Log:
Added newly added accountingQuantityTotal field to the "edit inventory item" 
form: it is read only because it is automatically computed based on inv item 
details; the field is used for LIFO and FIFO

Modified:
    ofbiz/trunk/applications/product/widget/facility/InventoryForms.xml

Modified: ofbiz/trunk/applications/product/widget/facility/InventoryForms.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/facility/InventoryForms.xml?rev=927012&r1=927011&r2=927012&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/widget/facility/InventoryForms.xml 
(original)
+++ ofbiz/trunk/applications/product/widget/facility/InventoryForms.xml Wed Mar 
24 11:23:22 2010
@@ -109,6 +109,9 @@ under the License.
         </field>
         <field name="unitCost"><text/></field>
 
+        <field name="accountingQuantityTotal">
+            <display/>
+        </field>
         <field name="totals" 
title="${uiLabelMap.ProductAvailablePromiseQuantityHand}">
                 <display description="${inventoryItem.availableToPromiseTotal} 
/ ${inventoryItem.quantityOnHandTotal}"/>
         </field>


Reply via email to