Fixed up client files can now download and delete files, added web link to client logins added payments, quotes and recurring to client print and lots of little ui cleanups here and there

This commit is contained in:
root
2019-05-11 20:06:01 -04:00
parent f5377409b0
commit 5c55358841
750 changed files with 225007 additions and 177 deletions

View File

@@ -189,6 +189,21 @@
</a>
</li>
<li class="nav-item <?php if($_GET['tab'] == "payments") { echo "active"; } ?>">
<a class="nav-link"
href="?client_id=<?php echo $client_id; ?>&tab=payments">
<i class="fas fa-fw fa-credit-card mx-2"></i>
<span>Payments
<?php
if($num_payments > 0){ ?>
<small class="float-right badge-secondary badge-pill mt-1"><?php echo $num_payments; ?></small>
<?php
}
?>
</span>
</a>
</li>
<li class="nav-item <?php if($_GET['tab'] == "files") { echo "active"; } ?>">
<a class="nav-link"
href="?client_id=<?php echo $client_id; ?>&tab=files">