13 lines
497 B
Smarty
13 lines
497 B
Smarty
<!doctype html>
|
|
<html>
|
|
<head><meta charset="utf-8"><title>Warenanhänger</title></head>
|
|
<body style="font-family: Arial; width: 90mm; padding: 10mm;">
|
|
<h2>Warenanhänger</h2>
|
|
<p><b>Serial:</b> {{text:serialNumber}}</p>
|
|
<p><b>Part:</b> {{text:partNumber}}</p>
|
|
<p><b>Order:</b> {{text:workorderNumber}}</p>
|
|
<div><img alt="Barcode" src="{{barcode:CODE_128:serialNumber:360x90}}"></div>
|
|
<div><img alt="QR" src="{{qr:serialNumber}}" style="width:120px;height:120px;"></div>
|
|
</body>
|
|
</html>
|