Updated the way quotes get incremented using settings next number with prefix instead of just adding 1 to the latest quote

This commit is contained in:
johnny@pittpc.com
2019-08-12 13:19:15 -04:00
parent 4427c7ab49
commit 2eeef5b218
6 changed files with 167 additions and 112 deletions

View File

@@ -47,6 +47,14 @@
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>
<li class="nav-item">
<a class="nav-link <?php if(basename($_SERVER["REQUEST_URI"]) == "settings-backup.php") { echo "active"; } ?>"