Feature Budget working need to add some more features down the line

This commit is contained in:
johnnyq
2023-08-18 19:34:20 -04:00
parent adf313f183
commit b1aa8d3a91
9 changed files with 441 additions and 9 deletions

View File

@@ -149,7 +149,12 @@
<p>Transfers</p>
</a>
</li>
<li class="nav-item">
<a href="budget.php" class="nav-link <?php if (basename($_SERVER["PHP_SELF"]) == "budget.php") { echo "active"; } ?>">
<i class="nav-icon fas fa-balance-scale"></i>
<p>Budget</p>
</a>
</li>
<li class="nav-item">
<a href="report_income_summary.php" class="nav-link <?php if (basename($_SERVER["PHP_SELF"]) == "report_income_summary.php") { echo "active"; } ?>">
<i class="fas fa-chart-bar nav-icon"></i>