Added SMTP Port field, Set invoice naming YYYY-MM-DD-COMPANY-Invoice##, and some other little cleanups

This commit is contained in:
root
2019-04-28 14:38:10 -04:00
parent a6373678e8
commit 40e3097125
9 changed files with 84 additions and 33 deletions

View File

@@ -4,7 +4,6 @@
$sql = mysqli_query($mysqli,"SELECT * FROM invoices, clients
WHERE invoices.client_id = clients.client_id
AND invoices.invoice_number > 0
ORDER BY invoices.invoice_number DESC");
?>
@@ -15,7 +14,7 @@
</div>
<div class="card-body">
<div class="table-responsive">
<table class="table table-striped table-borderless table-hover" id="dT" width="100%" cellspacing="0">
<table class="table table-striped table-borderless table-hover" id="dt" width="100%" cellspacing="0">
<thead>
<tr>
<th>Number</th>