updated to set boxes , and updated to fill boxes

This commit is contained in:
ske087
2025-12-10 22:30:52 +02:00
parent 1e5572a5e9
commit 1a3e26d86d
7 changed files with 1053 additions and 9 deletions

View File

@@ -30,7 +30,14 @@
<a href="{{ url_for('warehouse.manage_boxes') }}" class="btn">Go to Boxes</a>
</div>
<!-- Card 4: Warehouse Reports -->
<!-- Card 4: View Inventory -->
<div class="dashboard-card">
<h3>View Products/Boxes/Locations</h3>
<p>Search and view products, boxes, and their warehouse locations.</p>
<a href="{{ url_for('warehouse.warehouse_inventory') }}" class="btn">View Inventory</a>
</div>
<!-- Card 5: Warehouse Reports -->
<div class="dashboard-card">
<h3>Warehouse Reports</h3>
<p>View and export warehouse activity and inventory reports.</p>