made the print lost label page

This commit is contained in:
2025-10-04 17:17:07 +03:00
parent e1438a476b
commit f105da2012
6 changed files with 472 additions and 20 deletions

View File

@@ -19,11 +19,14 @@
</div>
</div>
<!-- Card 2: Launch Print Module -->
<!-- Card 2: Printing Module -->
<div class="dashboard-card">
<h3>Launch Print Module</h3>
<h3>Printing Module</h3>
<p>Access the print module to print labels.</p>
<a href="{{ url_for('main.print_module') }}" class="btn">Launch Print Module</a>
<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_lost_labels') }}" class="btn">Launch lost labels printing module</a>
</div>
</div>
<!-- Card 3: Manage Label Templates -->