You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by as...@apache.org on 2009/10/05 12:36:34 UTC

svn commit: r821748 - /ofbiz/trunk/applications/product/webapp/facility/facility/batchPrintShippingLabels.fo.ftl

Author: ashish
Date: Mon Oct  5 10:36:34 2009
New Revision: 821748

URL: http://svn.apache.org/viewvc?rev=821748&view=rev
Log:
Applied patch from jira issue OFBIZ-2998 - Shipping label pdf is not getting rendered properly.
Facility – > scheduling – > Label ,
1) Create an Order .
2) Pack that order items of that Order.
3) In the Facility Schedule screen schedule the shipment. This will start the process to get a label.
4) Label can be viewed in the Label screen under the schedule screens.

The batchPrintShippingLabels Pdf on this screen is not getting rendered properly .

Thanks Awdesh & Rishi for your contribution.

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

Modified: ofbiz/trunk/applications/product/webapp/facility/facility/batchPrintShippingLabels.fo.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/facility/facility/batchPrintShippingLabels.fo.ftl?rev=821748&r1=821747&r2=821748&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/webapp/facility/facility/batchPrintShippingLabels.fo.ftl (original)
+++ ofbiz/trunk/applications/product/webapp/facility/facility/batchPrintShippingLabels.fo.ftl Mon Oct  5 10:36:34 2009
@@ -27,9 +27,10 @@
     <fo:layout-master-set>
         <#-- these margins are arbitrary, please redefine as you see fit -->
         <fo:simple-page-master master-name="main-page"
+            page-width="17in" page-height="11in"
             margin-top="1in" margin-bottom="1in"
             margin-left="1in" margin-right="1in">
-          <fo:region-body margin-top="3.5in" margin-bottom="1in"/>  <#-- main body -->
+          <fo:region-body margin-top="1in" margin-bottom="0.5in"/>  <#-- main body -->
         </fo:simple-page-master>
   </fo:layout-master-set>