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:
johnny@pittpc.com
2019-08-11 13:42:35 -04:00
parent cae9b2b13b
commit 0c4021fd23
23 changed files with 697 additions and 87 deletions

View File

@@ -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>