<?xml version="1.0"?><!DOCTYPE pdf PUBLIC "-//big.faceless.org//report" "report-1.1.dtd">
<pdf>
<head>
<link name="NotoSans" type="font" subtype="truetype" src="${nsfont.NotoSans_Regular}" src-bold="${nsfont.NotoSans_Bold}" src-italic="${nsfont.NotoSans_Italic}" src-bolditalic="${nsfont.NotoSans_BoldItalic}" bytes="2" />
<#if .locale == "zh_CN">
<link name="NotoSansCJKsc" type="font" subtype="opentype" src="${nsfont.NotoSansCJKsc_Regular}" src-bold="${nsfont.NotoSansCJKsc_Bold}" bytes="2" />
<#elseif .locale == "zh_TW">
<link name="NotoSansCJKtc" type="font" subtype="opentype" src="${nsfont.NotoSansCJKtc_Regular}" src-bold="${nsfont.NotoSansCJKtc_Bold}" bytes="2" />
<#elseif .locale == "ja_JP">
<link name="NotoSansCJKjp" type="font" subtype="opentype" src="${nsfont.NotoSansCJKjp_Regular}" src-bold="${nsfont.NotoSansCJKjp_Bold}" bytes="2" />
<#elseif .locale == "ko_KR">
<link name="NotoSansCJKkr" type="font" subtype="opentype" src="${nsfont.NotoSansCJKkr_Regular}" src-bold="${nsfont.NotoSansCJKkr_Bold}" bytes="2" />
<#elseif .locale == "th_TH">
<link name="NotoSansThai" type="font" subtype="opentype" src="${nsfont.NotoSansThai_Regular}" src-bold="${nsfont.NotoSansThai_Bold}" bytes="2" />
</#if>
<macrolist>
<macro id="myfooter">
<p align="right" font-size="12px">
<pagenumber/> of <totalpages/>
</p>
</macro>
<macro id="nlheader">
<table border="0" class="header" style="width: 100%; font-size: 10pt;"><tr>
<td rowspan="3" style="width: 576px;margin-left:4px">
<#if resultObj.soDetails.nsFormValue?string == '156'>
<span style="font-size:12px;"><img src="https://1220617.app.netsuite.com/core/media/media.nl?id=423761&c=1220617&h=nupllEHFQXVNlblBC1aAwR3lLwGworNv44z1eKZomRsbKhpf" style="height: 50px; width: 175px;" /><br /><b><span style="font-family:"Arial Nova Light",sans-serif">
<span style="color:#12284c"> MIROC, a division of PUPCO | 505.343.5371<br/><a href="mailto: www.miroc.com"> www.miroc.com</a><br /></span></span></b></span>
<#elseif resultObj.soDetails.nsFormValue?string == '199'>
<span style="font-size:12px;"><img src="https://1220617-sb1.app.netsuite.com/core/media/media.nl?id=659827&c=1220617_SB1&h=WcRaEVE1ctrq9ro3EogGOXgblkHYvc9_tvLJlBkxdbwzrToQ&fcts=20230112073712&whence=" style="height: 50px; width: 175px;" /><br /><br /><b><span style="font-family:"Arial Nova Light"sans-serif"><span style="color:#12284c">United Water Products, a division of PUPCO | 877-766-4470<br /><a href="mailto:www.unitedwaterproducts.com">www.unitedwaterproducts.com</a></span></span></b></span>
<#elseif resultObj.soDetails.nsFormValue?string == '198'>
<span style="font-size:12px;"><img src="https://1220617-sb1.app.netsuite.com/core/media/media.nl?id=659826&c=1220617_SB1&h=6woIU40ETyDqTEAzrRKT5ylHT4D2_SvR6UFFy7mRnjAVFPP6" style="height: 50px; width: 175px;" /><br /><br /><b><span style="font-family:"Arial Nova Light"sans-serif"><span style="color:#12284c">NAPAC, a division of PUPCO | 800-804-2215<br /><a href="mailto:www.napacinc.com">www.napacinc.com</a></span></span></b></span>
<#else >
<#if companyInformation.logoUrl?length != 0>
<span style="font-size:12px;"><img src="${companyInformation.logoUrl}" style="height: 50px; width: 175px;" /><br /><b><span style="font-family:"Arial Nova Light",sans-serif"><span style="color:#12284c">PUPCO-South 704.375.0776 <br />PUPCO-North 330.992.2823</span>
</span></b></span>
</#if>
</#if>
</td>
<td style="width: 428px; text-align: right;">
<div align="right" style="margin-left: 40px;"> <span style="font-size:20px;"> <strong>Packing List</strong></span></div>
</td>
</tr>
<tr>
<td align="right" style="width: 428px;"><span style="font-size:16px;">Order #</span></td>
</tr>
<tr>
<td align="right" style="width: 428px;"><span style="font-size:16px;"> ${resultObj.soDetails.tranId}</span></td>
</tr></table>
</macro>
</macrolist>
<style type="text/css">* {
<#if .locale == "zh_CN">
font-family: NotoSans, NotoSansCJKsc, sans-serif;
<#elseif .locale == "zh_TW">
font-family: NotoSans, NotoSansCJKtc, sans-serif;
<#elseif .locale == "ja_JP">
font-family: NotoSans, NotoSansCJKjp, sans-serif;
<#elseif .locale == "ko_KR">
font-family: NotoSans, NotoSansCJKkr, sans-serif;
<#elseif .locale == "th_TH">
font-family: NotoSans, NotoSansThai, sans-serif;
<#else>
font-family: NotoSans, sans-serif;
</#if>
}
table {
font-size: 9pt;
table-layout: fixed;
}
th {
font-weight: bold;
font-size: 8pt;
vertical-align: middle;
padding: 5px 6px 3px;
background-color: #e3e3e3;
color: #333333;
}
td {
padding: 4px 6px;
}
td p { align:left }
b {
font-weight: bold;
color: #333333;
}
table.header td {
padding: 0;
font-size: 10pt;
}
table.footer td {
padding: 0;
font-size: 8pt;
}
table.itemtable th {
padding-bottom: 10px;
padding-top: 10px;
}
table.body td {
padding-top: 2px;
}
td.addressheader {
font-size: 8pt;
font-weight: bold;
padding-top: 6px;
padding-bottom: 2px;
}
td.address {
padding-top: 0;
}
span.title {
font-size: 28pt;
}
span.number {
font-size: 16pt;
}
span.itemname {
font-weight: bold;
line-height: 150%;
}
div.returnform {
width: 100%;
/* To ensure minimal height of return form */
height: 200pt;
page-break-inside: avoid;
page-break-after: avoid;
}
hr {
border-top: 1px dashed #d3d3d3;
width: 100%;
color: #ffffff;
background-color: #ffffff;
height: 1px;
}
</style>
</head>
<body header="nlheader" header-height="10%" footer="myfooter" footer-height="20pt" padding="0.5in" size="Letter">
<table border="0" style="width: 100%; margin-top: 10px;"><tr>
<td class="addressheader" width="40%">Ship To</td>
<td class="addressheader"></td>
<td class="addressheader"></td>
<td class="addressheader" width="40%">Sold To</td>
<!-- <td class="addressheader"></td> -->
</tr>
<tr>
<td class="address" width="45%">${resultObj.soDetails.shipTo}</td>
<td class="address"></td>
<td class="address"></td>
<td class="address" width="45%">${resultObj.soDetails.billTo}</td>
<!-- <td class="address"></td> -->
</tr></table>
<#list resultObj.ifArray as ifS>
<table border="0" class="body" style="width: 100%; margin-top: 10px;background-color: rgb(220,220,220);">
<tr padding-top="10px">
<td width="50%" align ="left">IF Document No.</td>
<td width="50%" padding-left="62px" rowspan="2"><barcode codetype="code128" showtext="true" value="${ifS.tranId}"/></td>
</tr>
<tr border-bottom="0.5px solid black" padding-bottom="10px">
<td font-weight="bold" font-size="22px">${ifS.tranId}</td>
<td></td>
</tr>
</table>
<table border="0" style="margin-top: 10px;" width="100%"><tr>
<th width="20%">PO#</th>
<th width="20%">Date</th>
<th width="20%">Tracking #</th>
<th width="20%">Ship Via</th>
<th width="20%">Freight Terms</th>
</tr>
<tr>
<td width="20%">${resultObj.soDetails.poNo}</td>
<td style="text-align: center;" width="20%">${ifS.tranDate}</td>
<td width="20%">${resultObj.soDetails.trackingNo}</td>
<td width="20%">${resultObj.soDetails.shipVia}</td>
<td width="20%">${resultObj.soDetails.freightTerms}</td>
</tr></table>
<table><tr><td></td></tr></table>
<table align="left" cellpadding="1" cellspacing="2" style="width:100%;"><tr>
<td width="50%" margin-left="3px"><strong>Freight Charges</strong><br /><br />Freight Prepaid<br />Except when checkbox below is checked
<table border="1" cellpadding="1" cellspacing="1" style="width: 20px; height: 10px;"><tr>
<td> </td>
</tr></table>
Check box if charges are to be collect<br /> </td>
<td width="50%">
<table width="100%" height="100%" style="text-align: left; vertical-align: top;background-color: rgb(255, 255, 204);">
<tr><td align="left"><strong>
Delivery Instructions: </strong>
<#if ifS.deliveryinstr?string != "- None -">
${ifS.deliveryinstr}
</#if>
<br /><br /><br /><br /><br /><br /><br /><br />
</td></tr>
</table>
</td>
</tr>
</table>
<table><tr><td></td></tr></table>
<table border="0" class="itemtable" style="width: 100%; margin-top: 10px;">
<thead>
<tr>
<th colspan="8">Item</th>
<th align="left" colspan="4">Line Comment</th>
<th align="left" colspan="4">Location</th>
<th align="right" colspan="3">Quantity</th>
<th align="right" colspan="3">Fulfilled</th>
<th align="right" colspan="3">Back Ordered</th>
</tr>
</thead>
<#list resultObj.soDetails.items as item>
<#setting number_format=",##0">
<tr>
<td colspan="8"><span class="itemname">${item.itemName}</span><br />${item.desp}</td>
<td align="left" colspan="4">${item.lineComment}</td>
<td align="left" colspan="4">${item.location}</td>
<td align="right" colspan="3">${item.quantity?number}</td>
<td align="right" colspan="3">${item.qtyFulfilled}</td>
<td align="right" colspan="3">${item.backOrdered}</td>
</tr>
</#list>
</table>
<table><tr><td></td></tr></table>
<table border="0" cellpadding="1" cellspacing="1" style="width: 100%;"><tr >
<td style="width: 138.11px;" margin-top="4px"> </td>
<td style="width: 349.81px;" margin-top="4px">DESCRIPTION</td>
<td style="width: 113.18px;" margin-top="4px">WEIGHT</td>
<td margin-top="4px">CLASS</td>
</tr>
<tr>
<td style="width: 138.11px;margin-left:4px">
<#if resultObj.soDetails.qtyLine1?string != "- None -">
${resultObj.soDetails.qtyLine1}
</#if>
</td>
<td style="width: 349.81px;">
<#if ifS.desLine1?string != "- None -">
${ifS.desLine1}
</#if>
</td>
<td style="width: 113.18px;">${ifS.wtLine1}</td>
<td>50</td>
</tr>
<tr>
<td style="width: 138.11px;margin-left:4px">
<#if ifS.qtyLine2?string != "- None -">
${ifS.qtyLine2}
</#if>
</td>
<td style="width: 349.81px;">
<#if ifS.desLine2?string != "- None -">
${ifS.desLine2}
</#if>
</td>
<td style="width: 113.18px;">${ifS.wtLine2}</td>
<td>60</td>
</tr>
<tr>
<td style="width: 138.11px;margin-left:4px">
<#if ifS.qtyLine3?string != "- None -">
${ifS.qtyLine3}
</#if>
</td>
<td style="width: 349.81px;">
<#if ifS.desLine3?string != "- None -">
${ifS.desLine3}
</#if>
</td>
<td style="width: 113.18px;">${ifS.wtLine3}</td>
<td>50</td>
</tr>
<tr>
<td style="width: 138.11px;margin-left:4px">
<#if ifS.qtyLine4?string != "- None -">
${ifS.qtyLine4}
</#if>
</td>
<td style="width: 349.81px;"> <#if ifS.desLine4?string != "- None -">
${ifS.desLine4}
</#if></td>
<td style="width: 113.18px;">${ifS.wtLine4}</td>
<td>50</td>
</tr>
<tr>
<td style="width: 138.11px;margin-left:4px">
<#if ifS.qtyLine5?string != "- None -">
${ifS.qtyLine5}
</#if>
</td>
<td style="width: 349.81px;"> <#if ifS.desLine5?string != "- None -">
${ifS.desLine5}
</#if></td>
<td style="width: 113.18px;">${ifS.wtLine5}</td>
<td>50</td>
</tr>
<tr>
<td style="width: 138.11px;margin-left:4px">
<#if ifS.qtyLine6?string != "- None -">
${ifS.qtyLine6}
</#if>
</td>
<td style="width: 349.81px;"> <#if ifS.desLine6?string != "- None -">
${ifS.desLine6}
</#if></td>
<td style="width: 113.18px;">${ifS.wtLine6}</td>
<td>100</td>
</tr>
<tr>
<td style="width: 138.11px;"> </td>
<td style="width: 349.81px;"> </td>
<td style="width: 113.18px;"> </td>
<td> </td>
</tr>
<tr>
<td style="width: 138.11px;"> </td>
<td style="width: 349.81px; text-align: right;"><strong>TOTAL WEIGHT</strong></td>
<#setting number_format=",##0.000">
<td style="width: 113.18px;">${ifS.totalWt?number}</td>
<td> </td>
</tr></table>
<table><tr><td></td></tr></table>
<#if resultObj.soDetails.thrirdPartyShipping?string != "" >
<table border="0" cellpadding="1" cellspacing="1" style="width: 100%;"><tr margin-top="4px">
<td style="width: 349.81px;">
${resultObj.soDetails.thrirdPartyShipping}
</td>
</tr></table>
<table><tr><td></td></tr></table>
</#if>
<!-- </td>
</tr> -->
<!-- </table> -->
</#list>
<table><tr>
<td style="height: 49px;"><strong>Terms and Conditions:</strong> Title and possession pass to buyer upon delivery to carrier (if PUPCO carrier, upon delivery to customer location). At the time of delivery to customer location, damages/ shortages must be noted on the freight bill. All discrepancies should be reported to customerservice@pupco.com within 72 hours, otherwise buyer assumes all liabilities. Returns require pre-approval and are subject to a 25% restocking charge. Special Order, Non-Stock, Non-Returnable or modified items are Non-Cancellable, Non-Returnable, and Non-Refundable.</td>
</tr></table>
<table border="0" cellpadding="1" cellspacing="1" style="width: 100%;"><tr>
<td style="text-align: center;">____________________________________</td>
<td style="text-align: center;">_________________________________</td>
<td style="text-align: center;">___________________________________</td>
</tr>
<tr>
<td style="text-align: center;" margin-top="3px">Signature</td>
<td style="text-align: center;" margin-top="3px">Date</td>
<td style="text-align: center;" margin-top="3px">Total Pieces</td>
</tr></table>
<!-- <div style="text-align: center;"> </div> -->
<!-- <#if preferences.RETURNFORM && returnForm??><br /></#if> -->
</body>
</pdf>