diff --git a/templates/index.json b/templates/index.json index 29cbb36..75aec9c 100644 --- a/templates/index.json +++ b/templates/index.json @@ -7,6 +7,10 @@ { "id": "motca", "name": "Min. of Transport & Civil Aviation" + }, + { + "id": "maadu-garage", + "name": "Maadu Garage" } ] } diff --git a/templates/maadu-garage.css b/templates/maadu-garage.css new file mode 100644 index 0000000..74215b4 --- /dev/null +++ b/templates/maadu-garage.css @@ -0,0 +1,76 @@ +/* Maadu Garage Template Styles */ +.sticker-maadu-garage { + width: 280px; + border: 1px solid #000; + font-family: Arial, sans-serif; + font-size: 11px; + background: #fff; + color: #000; +} + +.sticker-maadu-garage .sticker-header { + background-color: #000; + color: #fff; + text-align: center; + padding: 4px 8px; + font-size: 16px; + font-weight: bold; + letter-spacing: 6px; +} + +.sticker-maadu-garage .sticker-barcode-row { + display: flex; + align-items: center; + justify-content: center; + border-bottom: 1px solid #000; + padding: 2px 6px; + background: #fff; +} + +.sticker-maadu-garage .sticker-barcode-row .barcode-number { + font-size: 11px; + font-weight: bold; +} + +.sticker-maadu-garage .sticker-body { + display: flex; + border-bottom: 1px solid #000; +} + +.sticker-maadu-garage .sticker-info { + flex: 1; + padding: 4px 6px; + font-size: 10px; + line-height: 1.3; + border-right: 1px solid #000; +} + +.sticker-maadu-garage .sticker-info .date-row { + margin-bottom: 0; +} + +.sticker-maadu-garage .sticker-right { + width: 85px; + display: flex; + flex-direction: column; + align-items: center; + justify-content: space-between; + padding: 4px; +} + +.sticker-maadu-garage .sticker-right .barcode { + width: 100%; + height: 30px; +} + +.sticker-maadu-garage .sticker-right .logo-img { + width: 50px; + height: auto; +} + +.sticker-maadu-garage .sticker-footer { + text-align: center; + padding: 3px 8px; + font-size: 10px; + font-weight: bold; +} diff --git a/templates/maadu-garage.html b/templates/maadu-garage.html new file mode 100644 index 0000000..12e1c36 --- /dev/null +++ b/templates/maadu-garage.html @@ -0,0 +1,23 @@ +
+
+ {{regNumber}} +
+
+ {{barcodeNumber}} +
+
+
+
From: {{fromDate}}
+
To: {{toDate}}
+
{{modelNumber}}
+
{{chassisNumber}}
+
{{engineSerial}}
+
{{engineCapacity}}
+
+
+ + Maadu Garage +
+
+ +
diff --git a/templates/maadu-garage.png b/templates/maadu-garage.png new file mode 100644 index 0000000..a41be23 Binary files /dev/null and b/templates/maadu-garage.png differ