updated correct label and collumns in te database for label

This commit is contained in:
2025-09-18 21:56:31 +03:00
parent dfc60a9725
commit 282d311e6a
7 changed files with 437 additions and 138 deletions

View File

@@ -12,8 +12,11 @@
<!-- Card 1: View Orders -->
<div class="dashboard-card">
<h3>View Orders</h3>
<p>View uploaded orders and manage label data for printing.</p>
<a href="{{ url_for('main.view_orders') }}" class="btn">View Orders</a>
<p>Upload new orders or view existing orders and manage label data for printing.</p>
<div style="display: flex; gap: 10px; flex-wrap: wrap;">
<a href="{{ url_for('main.upload_orders') }}" class="btn">Upload Orders</a>
<a href="{{ url_for('main.view_orders') }}" class="btn">View Orders</a>
</div>
</div>
<!-- Card 2: Launch Print Module -->