Create Budget report

This commit is contained in:
johnnyq
2023-08-18 20:36:23 -04:00
parent 94a3a3fa0e
commit 78de89271c
2 changed files with 111 additions and 0 deletions

View File

@@ -55,6 +55,12 @@
<p>Expense By Vendor</p>
</a>
</li>
<li class="nav-item">
<a href="report_budget.php" class="nav-link <?php if (basename($_SERVER["PHP_SELF"]) == "report_budget.php") { echo "active"; } ?>">
<i class="fas fa-balance-scale nav-icon"></i>
<p>Budget</p>
</a>
</li>
<li class="nav-item">
<a href="report_tax_summary.php" class="nav-link <?php if (basename($_SERVER["PHP_SELF"]) == "report_tax_summary.php") { echo "active"; } ?>">
<i class="fas fa-percent nav-icon"></i>