Updated DB Structure, Added Seperate From Name and From Email to Invoices / Quotes and Tickets, seperated Quote and Invoice to their own settings pane

This commit is contained in:
johnnyq
2022-02-18 15:26:16 -05:00
parent 16968e0b97
commit f95a228141
10 changed files with 219 additions and 52 deletions

View File

@@ -25,10 +25,18 @@
</li>
<li class="nav-item">
<a class="nav-link <?php if(basename($_SERVER["REQUEST_URI"]) == "settings-invoice-quotes.php") { echo "active"; } ?>"
href="settings-invoice-quotes.php">
<a class="nav-link <?php if(basename($_SERVER["REQUEST_URI"]) == "settings-invoice.php") { echo "active"; } ?>"
href="settings-invoice.php">
<i class="fa fa-fw fa-2x fa-file"></i><br>
Invoice / Quote
Invoice
</a>
</li>
<li class="nav-item">
<a class="nav-link <?php if(basename($_SERVER["REQUEST_URI"]) == "settings-quote.php") { echo "active"; } ?>"
href="settings-quote.php">
<i class="fa fa-fw fa-2x fa-file"></i><br>
Quote
</a>
</li>