Added cancelled status to invoice, invoice copy now works, minor ui cleanups, added tickets to client page

This commit is contained in:
root
2019-05-15 02:06:58 -04:00
parent f44b9b19fa
commit 13c330d3b1
19 changed files with 325 additions and 59 deletions

View File

@@ -15,9 +15,6 @@
<tr>
<th>Vendor</th>
<th>Description</th>
<th>Phone</th>
<th>Email</th>
<th>Website</th>
<th>Account Number</th>
<th class="text-center">Actions</th>
</tr>
@@ -46,9 +43,6 @@
<tr>
<td><?php echo $vendor_name; ?></td>
<td><?php echo $vendor_description; ?></td>
<td><?php echo $vendor_phone; ?></td>
<td><?php echo $vendor_email; ?></td>
<td><?php echo $vendor_website; ?></td>
<td><?php echo $vendor_account_number; ?></td>
<td>
<div class="dropdown dropleft text-center">