mirror of
https://github.com/inventree/inventree-docs.git
synced 2025-04-28 13:46:54 +00:00
commit
a7ca66b8fa
@ -27,8 +27,10 @@ Below is a reasonably simple example of a label template which demostrates much
|
|||||||
{% raw %}
|
{% raw %}
|
||||||
<style>
|
<style>
|
||||||
@page {
|
@page {
|
||||||
size: 75mm 24mm;
|
width: 75mm;
|
||||||
|
height: 24mm;
|
||||||
padding: 1mm;
|
padding: 1mm;
|
||||||
|
margin: 0px 0px 0px 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.location {
|
.location {
|
||||||
@ -55,7 +57,7 @@ Below is a reasonably simple example of a label template which demostrates much
|
|||||||
}
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
{% load barcode %}
|
||||||
<img class='qr' src="{% qrcode location.format_barcode %}"/>
|
<img class='qr' src="{% qrcode location.format_barcode %}"/>
|
||||||
|
|
||||||
<div class='location'>
|
<div class='location'>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user