More UI Cleanups, added a ticketing system, added milage linking with client, invoice, vendor or location, new DB dump

This commit is contained in:
root
2019-05-14 19:03:42 -04:00
parent b20ed30ada
commit f44b9b19fa
13 changed files with 1264 additions and 62 deletions

View File

@@ -21,6 +21,12 @@
<span>Calendar</span>
</a>
</li>
<li class="nav-item <?php if(basename($_SERVER["REQUEST_URI"]) == "tickets.php") { echo "active"; } ?>">
<a class="nav-link" href="tickets.php">
<i class="fas fa-fw fa-tags mx-2"></i>
<span>Tickets</span>
</a>
</li>
<li class="nav-item <?php if(basename($_SERVER["REQUEST_URI"]) == "products.php") { echo "active"; } ?>">
<a class="nav-link" href="products.php">
<i class="fas fa-fw fa-box mx-2"></i>