svn commit: r992297 - /ofbiz/trunk/applications/product/webapp/facility/facility/Picklist.fo.ftl

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

svn commit: r992297 - /ofbiz/trunk/applications/product/webapp/facility/facility/Picklist.fo.ftl

ashish-18
Author: ashish
Date: Fri Sep  3 13:50:23 2010
New Revision: 992297

URL: http://svn.apache.org/viewvc?rev=992297&view=rev
Log:
Showing OrderId adjacent to Bin #.
Thanks Anurag for the contribution.

Modified:
    ofbiz/trunk/applications/product/webapp/facility/facility/Picklist.fo.ftl

Modified: ofbiz/trunk/applications/product/webapp/facility/facility/Picklist.fo.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/facility/facility/Picklist.fo.ftl?rev=992297&r1=992296&r2=992297&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/webapp/facility/facility/Picklist.fo.ftl (original)
+++ ofbiz/trunk/applications/product/webapp/facility/facility/Picklist.fo.ftl Fri Sep  3 13:50:23 2010
@@ -49,6 +49,11 @@ under the License.
                 <fo:block>${picklistBinInfo.quantity} ${uiLabelMap.CommonTo} #${picklistBinInfo.picklistBin.binLocationNumber}</fo:block>
             </#list>
         </fo:table-cell>
+        <fo:table-cell padding="2pt" background-color="${rowColor}">
+            <#list picklistBinInfoList as picklistBinInfo>
+                <fo:block>${picklistBinInfo.picklistBin.primaryOrderId?if_exists}</fo:block>
+            </#list>
+        </fo:table-cell>
     </fo:table-row>
     <#-- toggle the row color -->
     <#if rowColor == "white">
@@ -134,15 +139,17 @@ under the License.
     <fo:block space-after.optimum="10pt" font-size="10pt">
     <fo:table>
         <fo:table-column column-width="90pt"/>
-        <fo:table-column column-width="220pt"/>
+        <fo:table-column column-width="200pt"/>
         <fo:table-column column-width="50pt"/>
         <fo:table-column column-width="80pt"/>
+        <fo:table-column column-width="100pt"/>
         <fo:table-header>
             <fo:table-row font-weight="bold">
                 <fo:table-cell border-bottom="thin solid grey"><fo:block>${uiLabelMap.ProductLocation}</fo:block></fo:table-cell>
                 <fo:table-cell border-bottom="thin solid grey"><fo:block>${uiLabelMap.ProductProductId}</fo:block></fo:table-cell>
                 <fo:table-cell border-bottom="thin solid grey"><fo:block>${uiLabelMap.ProductToPick}</fo:block></fo:table-cell>
                 <fo:table-cell border-bottom="thin solid grey"><fo:block>${uiLabelMap.ProductQuantityToBin} ${uiLabelMap.CommonNbr}</fo:block></fo:table-cell>
+                <fo:table-cell border-bottom="thin solid grey"><fo:block>${uiLabelMap.ProductOrderId}</fo:block></fo:table-cell>
 
               <#-- Not display details here, just the summary info for the bins
                 <fo:table-cell border-bottom="thin solid grey"><fo:block>${uiLabelMap.ProductOrderItems}</fo:block></fo:table-cell>