Author: jacopoc
Date: Tue Oct 3 03:10:25 2006 New Revision: 452397 URL: http://svn.apache.org/viewvc?view=rev&rev=452397 Log: Updated pdf and xml version of the "view inventory by product" report to make them work again after the last changes to the html version. Modified: incubator/ofbiz/trunk/applications/product/widget/facility/FacilityScreens.xml Modified: incubator/ofbiz/trunk/applications/product/widget/facility/FacilityScreens.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/product/widget/facility/FacilityScreens.xml?view=diff&rev=452397&r1=452396&r2=452397 ============================================================================== --- incubator/ofbiz/trunk/applications/product/widget/facility/FacilityScreens.xml (original) +++ incubator/ofbiz/trunk/applications/product/widget/facility/FacilityScreens.xml Tue Oct 3 03:10:25 2006 @@ -261,8 +261,12 @@ <set field="productTypeId" from-field="parameters.productTypeId"/> <set field="searchInProductCategoryId" from-field="parameters.searchInProductCategoryId"/> <set field="productSupplierId" from-field="parameters.productSupplierId"/> - <set field="offsetQty" from-field="parameters.offsetQty"/> - + <set field="offsetQOHQty" from-field="parameters.offsetQOHQty"/> + <set field="offsetATPQty" from-field="parameters.offsetATPQty"/> + <set field="productsSoldThruTimestamp" from-field="parameters.productsSoldThruTimestamp"/> + <set field="internalName" from-field="parameters.internalName"/> + <set field="productId" from-field="parameters.productId"/> + <script location="component://product/webapp/facility/WEB-INF/actions/facility/ViewFacilityInventoryByProduct.bsh"/> </actions> <widgets> @@ -298,7 +302,11 @@ <set field="productTypeId" from-field="parameters.productTypeId"/> <set field="searchInProductCategoryId" from-field="parameters.searchInProductCategoryId"/> <set field="productSupplierId" from-field="parameters.productSupplierId"/> - <set field="offsetQty" from-field="parameters.offsetQty"/> + <set field="offsetQOHQty" from-field="parameters.offsetQOHQty"/> + <set field="offsetATPQty" from-field="parameters.offsetATPQty"/> + <set field="productsSoldThruTimestamp" from-field="parameters.productsSoldThruTimestamp"/> + <set field="internalName" from-field="parameters.internalName"/> + <set field="productId" from-field="parameters.productId"/> <script location="component://product/webapp/facility/WEB-INF/actions/facility/ViewFacilityInventoryByProduct.bsh"/> </actions> @@ -326,7 +334,11 @@ <set field="productTypeId" from-field="parameters.productTypeId"/> <set field="searchInProductCategoryId" from-field="parameters.searchInProductCategoryId"/> <set field="productSupplierId" from-field="parameters.productSupplierId"/> - <set field="offsetQty" from-field="parameters.offsetQty"/> + <set field="offsetQOHQty" from-field="parameters.offsetQOHQty"/> + <set field="offsetATPQty" from-field="parameters.offsetATPQty"/> + <set field="productsSoldThruTimestamp" from-field="parameters.productsSoldThruTimestamp"/> + <set field="internalName" from-field="parameters.internalName"/> + <set field="productId" from-field="parameters.productId"/> <script location="component://product/webapp/facility/WEB-INF/actions/facility/ViewFacilityInventoryByProduct.bsh"/> </actions> |
Free forum by Nabble | Edit this page |