mirror of https://github.com/itflow-org/itflow
Added Tax Sumary to report although it is still incomplete
This commit is contained in:
parent
5e2c016633
commit
4e0e5c3aca
|
|
@ -166,6 +166,12 @@
|
|||
<i class="far fa-circle nav-icon"></i>
|
||||
<p>Expense</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="far fa-circle nav-icon"></i>
|
||||
<p>Tax Summary</p>
|
||||
</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a href="report_profit_loss.php" class="nav-link <?php if(basename($_SERVER["PHP_SELF"]) == "report_profit_loss.php") { echo "active"; } ?>">
|
||||
|
|
|
|||
Loading…
Reference in New Issue