05/08 Phase 4

This commit is contained in:
2026-05-08 10:15:40 -04:00
parent 959f54ed84
commit bf9b54f6b5
26 changed files with 1509 additions and 42 deletions
+7 -1
View File
@@ -116,7 +116,7 @@
</li>
<li class="nav-item">
<a class="nav-link {% if request.endpoint and 'inventory' in request.endpoint %}active fw-bold{% endif %}"
href="{{ '#' }}">
href="{{ url_for('inventory.index') }}">
<i class="bi bi-box-seam me-2"></i>Inventory
</a>
</li>
@@ -132,6 +132,12 @@
<i class="bi bi-calculator me-2"></i>Reconciliation
</a>
</li>
<li class="nav-item">
<a class="nav-link {% if request.endpoint and 'pay_periods' in request.endpoint %}active fw-bold{% endif %}"
href="{{ url_for('pay_periods.index') }}">
<i class="bi bi-wallet2 me-2"></i>Pay Periods
</a>
</li>
<li class="nav-item">
<a class="nav-link {% if request.endpoint and 'reports' in request.endpoint %}active fw-bold{% endif %}"
href="{{ '#' }}">