add dropdown menu in reports lots

This commit is contained in:
Cayo Puigdefabregas 2022-06-20 14:36:34 +02:00
parent c6c443899a
commit 3ecf4c4a89
1 changed files with 20 additions and 3 deletions

View File

@ -45,9 +45,26 @@
</li><!-- End Search Icon-->
<li class="nav-item dropdown pe-3">
<a class="nav-link nav-profile dropdown-toggle" href="{{ url_for('inventory.export', export_id='lots') }}">
Report
</a><!-- End Report -->
<a class="nav-link nav-profile d-flex align-items-center pe-0" href="#" data-bs-toggle="dropdown">
<span class="d-none d-md-block dropdown-toggle ps-2 pb-3 pt-3">Reports</span>
</a><!-- End Profile Iamge Icon -->
<ul class="dropdown-menu dropdown-menu-end dropdown-menu-arrow profile">
<li class="dropdown-header">
<h6>Exports</h6>
</li>
<li>
<hr class="dropdown-divider">
</li>
<li>
<a class="dropdown-item d-flex align-items-center" href="{{ url_for('inventory.export', export_id='lots') }}">
<i class="bi bi-file-spreadsheet"></i>
<span>Lots Spreadsheet</span>
</a>
</li>
</ul>
</li>
<li class="nav-item dropdown pe-3">