Barcode Font CSS and HTML to print code 39 or 3 of 9 not extended
.Barcode CSS setting is found in the following CSS, but not recommended to change this as it will be written over with updates to MV2.
C:\inetpub\wwwroot\PaperLessFolder\Share\templateStylesheet.css
The CSS defines Free 3 of 9 extended code barcode font to be used for labels -
.barCode{
font-family: 'Free 3 of 9 Extended';}
It is better to change the font style in the HTML for the barcode label -
Original HTML Production Receipt Label Statement -
<tr>
<td class="right"><span class="Text">Order Id:</span></td><td class="center"><span style="font-size: 400%;" class="barcode">*[ManufacturingOrder.AlternateId]*</span> <br /><span class="eSmallValue">[ManufacturingOrder.AlternateId]</span></td>
</tr>
Updated HTML Production Receipt Label Statement to use Free 3 of 9 not extended -
<tr>
<td class="right"><span class="Text">Order Id:</span></td><td class="center"><span style="font-family:'Free 3 of 9'; font-size:400%;">*[ManufacturingOrder.AlternateId]*</span> <br /><span class="eSmallValue">[ManufacturingOrder.AlternateId]</span></td>
</tr>
Note: Code 3 of 9 = Code 39