updated to set boxes , and updated to fill boxes
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user