2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-08-01 17:41:33 +00:00

Create simple label templates for stocklocation labels

This commit is contained in:
Oliver Walters
2021-01-11 23:45:25 +11:00
parent d1d243fb14
commit 663a0a6165
3 changed files with 154 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
<style>
@page {
width: 24mm;
height: 24mm;
padding: 1mm;
}
.qr {
margin: 2px;
width: 22mm;
height: 22mm;
}
</style>
<img class='qr' src="{{ label_tools.qr_code(location.barcode) }}"/>