mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
reworked transfers, added revenues to add income in other ways besides just invoices, reports now uses a compact table to see all data clearly and some other minor fixes.
This commit is contained in:
@@ -42,6 +42,12 @@
|
||||
<span>Quotes</span>
|
||||
</a>
|
||||
</li>
|
||||
<li class="nav-item <?php if(basename($_SERVER["REQUEST_URI"]) == "revenues.php") { echo "active"; } ?>">
|
||||
<a class="nav-link" href="revenues.php">
|
||||
<i class="fas fa-fw fa-credit-card mx-2"></i>
|
||||
<span>Revenues</span>
|
||||
</a>
|
||||
</li>
|
||||
<li class="nav-item <?php if(basename($_SERVER["REQUEST_URI"]) == "invoices.php") { echo "active"; } ?>">
|
||||
<a class="nav-link" href="invoices.php">
|
||||
<i class="fas fa-fw fa-file-invoice-dollar mx-2"></i>
|
||||
|
||||
Reference in New Issue
Block a user