saved the creation of warehows locations

This commit is contained in:
2025-09-10 22:37:42 +03:00
parent bb3352ea4a
commit b37c8bb58f
5 changed files with 103 additions and 56 deletions

View File

@@ -20,7 +20,7 @@
<div class="dashboard-card">
<h3>Create Warehouse Locations</h3>
<p>Define and manage storage locations in the warehouse.</p>
<a href="{{ url_for('main.create_locations') }}" class="btn">Go to Locations</a>
<a href="{{ url_for('warehouse.create_locations') }}" class="btn">Go to Locations</a>
</div>
<!-- Card 3: Warehouse Reports -->