diff --git a/print/templates/reports/item-label-barcode/assets/css/style.css b/print/templates/reports/item-label-barcode/assets/css/style.css
index 48b881986..884faef56 100644
--- a/print/templates/reports/item-label-barcode/assets/css/style.css
+++ b/print/templates/reports/item-label-barcode/assets/css/style.css
@@ -1,6 +1,7 @@
html {
font-family: "Roboto", "Helvetica", "Arial", sans-serif;
- margin-top: -7px;
+ margin-top: -9px;
+ margin-left: -6px;
}
table {
width: 100%;
@@ -51,20 +52,20 @@ td {
max-height: 50px;
}
.md-height {
- height: 60px;
- max-height: 60px;
+ height: 75px;
+ max-height: 75px;
}
.sm-width {
width: 60px;
max-width: 60px;
}
.md-width {
- width: 120px;
- max-width: 120px;
+ width: 125px;
+ max-width: 125px;
}
.lg-width {
- width: 400px;
- max-width: 400px;
+ width: 380px;
+ max-width: 380px;
}
.overflow-multiline {
max-height: inherit;
diff --git a/print/templates/reports/item-label-barcode/item-label-barcode.html b/print/templates/reports/item-label-barcode/item-label-barcode.html
index 79de49411..224338c2f 100644
--- a/print/templates/reports/item-label-barcode/item-label-barcode.html
+++ b/print/templates/reports/item-label-barcode/item-label-barcode.html
@@ -8,7 +8,7 @@
{{item.item}}
-
+ |
{{item.size}}
diff --git a/print/templates/reports/item-label-barcode/item-label-barcode.js b/print/templates/reports/item-label-barcode/item-label-barcode.js
index 29a2b9ad5..8a294afc1 100755
--- a/print/templates/reports/item-label-barcode/item-label-barcode.js
+++ b/print/templates/reports/item-label-barcode/item-label-barcode.js
@@ -29,7 +29,7 @@ module.exports = {
xmlDocument: document,
format: 'code128',
displayValue: false,
- width: 3.9,
+ width: 3.8,
height: 85,
margin: 0
});
diff --git a/print/templates/reports/item-label-barcode/options.json b/print/templates/reports/item-label-barcode/options.json
index 5a3c3b1eb..1ae2630b0 100644
--- a/print/templates/reports/item-label-barcode/options.json
+++ b/print/templates/reports/item-label-barcode/options.json
@@ -1,9 +1,9 @@
{
"width": "10.4cm",
- "height": "4.8cm",
+ "height": "4.9cm",
"margin": {
"top": "0.17cm",
- "right": "0cm",
+ "right": "0.745cm",
"bottom": "0cm",
"left": "0cm"
},
diff --git a/print/templates/reports/item-label-qr/assets/css/style.css b/print/templates/reports/item-label-qr/assets/css/style.css
index b868f3966..fe6668c9a 100644
--- a/print/templates/reports/item-label-qr/assets/css/style.css
+++ b/print/templates/reports/item-label-qr/assets/css/style.css
@@ -1,6 +1,7 @@
html {
font-family: "Roboto", "Helvetica", "Arial", sans-serif;
margin-top: -7px;
+ margin-left: -6px;
}
.leftTable {
width: 47%;
@@ -9,6 +10,7 @@ html {
text-align: center;
}
.leftTable img {
+ margin-top: 3px;
width: 110px;
}
.rightTable {
@@ -51,24 +53,24 @@ html {
padding: 7px;
}
.md-height {
- height: 60px;
- max-height: 60px;
+ height: 68px;
+ max-height: 68px;
}
.xs-width {
width: 60px;
max-width: 60px;
}
.sm-width {
- width: 140px;
- max-width: 140px;
+ width: 130px;
+ max-width: 130px;
}
.md-width {
- width: 200px;
- max-width: 200px;
+ width: 190px;
+ max-width: 190px;
}
.lg-width {
- width: 270px;
- max-width: 270px;
+ width: 240px;
+ max-width: 240px;
}
.overflow-multiline {
max-height: inherit;
diff --git a/print/templates/reports/item-label-qr/options.json b/print/templates/reports/item-label-qr/options.json
index 5a3c3b1eb..c3c395040 100644
--- a/print/templates/reports/item-label-qr/options.json
+++ b/print/templates/reports/item-label-qr/options.json
@@ -1,9 +1,9 @@
{
"width": "10.4cm",
- "height": "4.8cm",
+ "height": "4.9cm",
"margin": {
"top": "0.17cm",
- "right": "0cm",
+ "right": "0.6cm",
"bottom": "0cm",
"left": "0cm"
},
|