Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Packing Slip 3 copies
11-19-2015, 07:49 AM,
#1
Packing Slip 3 copies
To All
I would like to be able to print the packing 3 copies instead of the current 2 for PrintCustOrder_generic.php
I found this code here for the above

for ($i=1;$i<=2;$i++){ /*Print it out twice one copy for customer and one for office */
if ($i==2){
$PageNumber = 1;
$pdf->newPage();
}
And also this in PDFOrderPageHeader_generic.php

if ($Copy=='Customer'){
$pdf->addText($XPos-120, 520,$FontSize, _('DELIVERY RECEIPT') );
$pdf->addText($XPos-120, 500,$FontSize, _('CUSTOMER ORIGINAL-NOT NEGOTIABLE') );
} else {
$pdf->addText($XPos-120, 520,$FontSize, _('DELIVERY RECEIPT') );
$pdf->addText($XPos-120, 500,$FontSize, _('OFFICE ORIGINAL-NOT NEGOTIABLE') );
}

Any help would be appreciated
Thanks
Dave
Reply


Messages In This Thread
Packing Slip 3 copies - by daveparrish - 11-19-2015, 07:49 AM
RE: Packing Slip 3 copies - by agaluski - 11-19-2015, 11:40 PM
RE: Packing Slip 3 copies - by daveparrish - 11-30-2015, 02:36 AM
RE: Packing Slip 3 copies - by TimSchofield - 11-30-2015, 04:44 AM
RE: Packing Slip 3 copies - by daveparrish - 11-30-2015, 09:14 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)