mirror of
https://github.com/itflow-org/itflow
synced 2026-03-28 08:15:38 +00:00
Remove Budget from reports as it totally unfinished
This commit is contained in:
@@ -53,12 +53,6 @@
|
|||||||
<p>Expense By Vendor</p>
|
<p>Expense By Vendor</p>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</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">
|
<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"; } ?>">
|
<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>
|
<i class="fas fa-percent nav-icon"></i>
|
||||||
|
|||||||
Reference in New Issue
Block a user