svn commit: r803797 - /ofbiz/trunk/applications/product/webapp/facility/facility/FacilityForms.xml

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

svn commit: r803797 - /ofbiz/trunk/applications/product/webapp/facility/facility/FacilityForms.xml

jacopoc
Author: jacopoc
Date: Thu Aug 13 07:22:19 2009
New Revision: 803797

URL: http://svn.apache.org/viewvc?rev=803797&view=rev
Log:
Added ability to filter inventory items by status

Modified:
    ofbiz/trunk/applications/product/webapp/facility/facility/FacilityForms.xml

Modified: ofbiz/trunk/applications/product/webapp/facility/facility/FacilityForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/facility/facility/FacilityForms.xml?rev=803797&r1=803796&r2=803797&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/webapp/facility/facility/FacilityForms.xml (original)
+++ ofbiz/trunk/applications/product/webapp/facility/facility/FacilityForms.xml Thu Aug 13 07:22:19 2009
@@ -70,6 +70,16 @@
         <field name="productId"><text-find/></field>
         <field name="internalName"><text-find/></field>
         <field name="inventoryItemId"><text-find/></field>
+        <field name="statusId">
+            <drop-down allow-empty="true">
+                <entity-options entity-name="StatusItem" description="${description}" key-field-name="statusId">
+                    <entity-constraint name="statusTypeId" operator="equals" value="INV_NON_SER_STTS"/>
+                </entity-options>
+                <entity-options entity-name="StatusItem" description="${description}" key-field-name="statusId">
+                    <entity-constraint name="statusTypeId" operator="equals" value="INV_SERIALIZED_STTS"/>
+                </entity-options>
+            </drop-down>
+        </field>
         <field name="serialNumber"><text-find/></field>
         <field name="softIdentifier"><text/></field>
         <field name="manufacturerPartyId">