This page will show various barcode templates that are being used by current Infoplus clients. To see more on creating and managing barcodes, click here.
Item Receipt Barcode Example:
Configuration:
Source Code:
<table style="margin-left: auto; margin-right: auto; height: 150px;" width="518"> <tbody> <tr> <td style="text-align: center;" colspan="2"> <h2>$record.sku</h2> </td> <td> <h2 style="text-align: right;"><img src="$barcodes.sku" alt="NLID B/C" width="200" height="40" /></h2> </td> </tr> <tr> <td colspan="3"> <h3>$record.fullDescription</h3> <h3>PO: $!{record.legacyPoNo}<br />Received: #if($record.receivedDate) $record.receivedDate.replaceAll("^(....)-(..)-(..).*", "$2/$3/$1") #else <span id="autocomplete"><span id="autocomplete-delimiter">$!</span><span id="autocomplete-searchtext"><span class="dummy">record.orderDate #end</span></span></span></h3> </td> </tr> </tbody> </table> <table style="margin-left: auto; margin-right: auto; height: 103px;" width="520"> <tbody> <tr> <td style="text-align: center;"> <h3><strong><span style="font-size: 11px;">Product ID:</span></strong></h3> <p><img src="$barcodes.productIdTag" alt="PIT B/C" width="400" height="50" /></p> <p><strong>$record.productIdTag</strong></p> </td> </tr> </tbody> </table>