Implement N-up label printing

This commit is contained in:
d-buchmann 2025-08-14 15:00:23 +02:00
parent eb7aefb8c0
commit f8042c9253
4 changed files with 92 additions and 11 deletions

View file

@ -45,6 +45,18 @@
</div>
</div>
</div>
<div class="mb-2 row">
{{ form_label(form.options.xcount) }}
<div class="col-sm-9">
<div class="input-group">
{{ form_widget(form.options.xcount) }}
<span class="input-group-text">x</span>
{{ form_widget(form.options.ycount) }}
<span class="input-group-text">{{ form.options.skipcount.vars.label }}</span>
{{ form_widget(form.options.skipcount) }}
</div>
</div>
</div>
{{ form_row(form.options.barcode_type) }}
{{ form_row(form.options.lines) }}
</div>