updated / print module / keypairing options

This commit is contained in:
Quality System Admin
2025-11-06 20:37:19 +02:00
parent c91b7d0a4d
commit f1ff492787
12 changed files with 3236 additions and 562 deletions

View File

@@ -25,7 +25,7 @@
<p>Access the print module to print labels.</p>
<div style="display: flex; gap: 10px; flex-wrap: wrap;">
<a href="{{ url_for('main.print_module') }}" class="btn">Launch Printing Module</a>
<a href="{{ url_for('main.print_module') }}" class="btn">Launch lost labels printing module</a>
<a href="{{ url_for('main.print_lost_labels') }}" class="btn">Launch lost labels printing module</a>
</div>
</div>