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

@@ -58,6 +58,7 @@ $config_quote_next_number = intval($row['config_quote_next_number']);
$config_quote_footer = $row['config_quote_footer'];
$config_quote_from_name = $row['config_quote_from_name'];
$config_quote_from_email = $row['config_quote_from_email'];
$config_quote_notification_email = $row['config_quote_notification_email'];
// Projects
$config_project_prefix = $row['config_project_prefix'];