Fehlende Dateien und Ordner hinzugefügt

This commit is contained in:
2026-06-10 21:20:03 +02:00
parent 1d8ca0b908
commit 3278e57334
217 changed files with 9168 additions and 592 deletions

View File

@@ -0,0 +1,12 @@
<!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>