svn commit: r465312 - /incubator/ofbiz/trunk/applications/product/widget/facility/FacilityScreens.xml

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

svn commit: r465312 - /incubator/ofbiz/trunk/applications/product/widget/facility/FacilityScreens.xml

jacopoc
Author: jacopoc
Date: Wed Oct 18 10:47:49 2006
New Revision: 465312

URL: http://svn.apache.org/viewvc?view=rev&rev=465312
Log:
Decreased default pagination size for pdf and xml versions of the "view inventory by product" report to avoid performance issues since this report is very heavy.

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=465312&r1=465311&r2=465312
==============================================================================
--- incubator/ofbiz/trunk/applications/product/widget/facility/FacilityScreens.xml (original)
+++ incubator/ofbiz/trunk/applications/product/widget/facility/FacilityScreens.xml Wed Oct 18 10:47:49 2006
@@ -296,7 +296,7 @@
                 <set field="pageLayoutName" value="simple-landscape"/>
                 <set field="titleProperty" value="PageTitleEditFacilityInventoryItems"/>
                 <set field="viewIndex" from-field="parameters.VIEW_INDEX" type="Integer" default-value="0"/>
-                <set field="viewSize" from-field="parameters.VIEW_SIZE" type="Integer" default-value="500"/>
+                <set field="viewSize" from-field="parameters.VIEW_SIZE" type="Integer" default-value="200"/>
 
                 <set field="facilityId" from-field="parameters.facilityId"/>
                 <set field="productTypeId" from-field="parameters.productTypeId"/>
@@ -328,7 +328,7 @@
 
                 <set field="titleProperty" value="PageTitleEditFacilityInventoryItems"/>
                 <set field="viewIndex" from-field="parameters.VIEW_INDEX" type="Integer" default-value="0"/>
-                <set field="viewSize" from-field="parameters.VIEW_SIZE" type="Integer" default-value="500"/>
+                <set field="viewSize" from-field="parameters.VIEW_SIZE" type="Integer" default-value="200"/>
 
                 <set field="facilityId" from-field="parameters.facilityId"/>
                 <set field="productTypeId" from-field="parameters.productTypeId"/>