Added new category buttons to certian dropdowns to quickly add a category without going to setting then category also a few fixes here and there

This commit is contained in:
johnny@pittpc.com
2021-02-06 15:03:11 -05:00
parent 1ede4bc795
commit d2b37a8940
34 changed files with 531 additions and 51 deletions

View File

@@ -1,10 +1,10 @@
<div class="modal" id="addPaymentModal" tabindex="-1">
<div class="modal-dialog">
<div class="modal-content bg-dark">
<div class="modal-header text-white">
<h5 class="modal-title"><i class="fa fa-fw fa-credit-card mr-2"></i><?php echo $invoice_number; ?>: Add Payment</h5>
<div class="modal-header">
<h5 class="modal-title"><i class="fa fa-fw fa-credit-card"></i> <?php echo $invoice_number; ?>: Add Payment</h5>
<button type="button" class="close text-white" data-dismiss="modal">
<span aria-hidden="true">&times;</span>
<span>&times;</span>
</button>
</div>
<form action="post.php" method="post" autocomplete="off">