Quote notifications

- Send an internal email when quotes are accepted/declined
- Clients are prompted to confirm accept/decline with confirm-link
- Tidy
This commit is contained in:
wrongecho
2024-11-14 11:23:28 +00:00
parent e4f618c150
commit 28a0343a97
9 changed files with 102 additions and 12 deletions

View File

@@ -7,6 +7,7 @@
<!-- ./wrapper -->
<!-- REQUIRED SCRIPTS -->
<?php require_once "inc_confirm_modal.php"; ?>
<!-- jQuery -->
<script src="plugins/jquery/jquery.min.js"></script>
@@ -23,5 +24,7 @@
<script src="js/app.js"></script>
<script src="js/confirm_modal.js"></script>
</body>
</html>