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

@@ -464,17 +464,20 @@ if(isset($_GET['invoice_id'])){
</div>
</div>
<?php include("add_payment_modal.php"); ?>
<?php include("add_invoice_copy_modal.php"); ?>
<?php include("add_invoice_recurring_modal.php"); ?>
<?php include("edit_invoice_modal.php"); ?>
<?php include("invoice_note_modal.php"); ?>
<?php
<?php
include("add_payment_modal.php");
include("add_invoice_copy_modal.php");
include("add_invoice_recurring_modal.php");
include("edit_invoice_modal.php");
include("invoice_note_modal.php");
include("add_quick_modal.php");
}
}
?>
<?php include("footer.php"); ?>
include("footer.php");
?>
<script>