Remove Budget from reports as it totally unfinished

This commit is contained in:
johnnyq 2025-08-28 14:38:49 -04:00
parent b7afbd3500
commit 1517c96841
1 changed files with 0 additions and 6 deletions

View File

@ -53,12 +53,6 @@
<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-list 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>