feat: Enhance email functionality and PDF generation for Sales Orders
- Enabled SMTP debugging in PHPMailer for better error tracking. - Added a "Test send email" link in the Inventory Detail View for quick email testing. - Implemented automatic PDF generation and email sending upon Sales Order creation. - Created a new action for sending Sales Order emails with attached PDFs. - Added a new AJAX action for testing outgoing email server configurations. - Updated outgoing server settings to use new SMTP credentials. - Improved email templates for better user experience. - Added test scripts for validating PDF generation and email sending.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<?php /* Smarty version Smarty-3.1.7, created on 2025-09-26 16:17:23
|
||||
<?php /* Smarty version Smarty-3.1.7, created on 2025-10-25 18:34:43
|
||||
compiled from "C:\xampp\htdocs\sophalcrm\includes\runtime/../../layouts/v7\modules\Vtiger\partials\Topbar.tpl" */ ?>
|
||||
<?php /*%%SmartyHeaderCode:82061580868d6bc93909675-76245406%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
|
||||
$_valid = $_smarty_tpl->decodeProperties(array (
|
||||
@@ -7,7 +7,7 @@ $_valid = $_smarty_tpl->decodeProperties(array (
|
||||
'b62713acd22803ca6b3ad6d54ce71cdbcc4dc22a' =>
|
||||
array (
|
||||
0 => 'C:\\xampp\\htdocs\\sophalcrm\\includes\\runtime/../../layouts/v7\\modules\\Vtiger\\partials\\Topbar.tpl',
|
||||
1 => 1758796685,
|
||||
1 => 1761417278,
|
||||
2 => 'file',
|
||||
),
|
||||
),
|
||||
@@ -15,6 +15,8 @@ $_valid = $_smarty_tpl->decodeProperties(array (
|
||||
'function' =>
|
||||
array (
|
||||
),
|
||||
'version' => 'Smarty-3.1.7',
|
||||
'unifunc' => 'content_68d6bc93933c4',
|
||||
'variables' =>
|
||||
array (
|
||||
'MODULE' => 0,
|
||||
@@ -37,8 +39,6 @@ $_valid = $_smarty_tpl->decodeProperties(array (
|
||||
'IMAGE_INFO' => 0,
|
||||
),
|
||||
'has_nocache_code' => false,
|
||||
'version' => 'Smarty-3.1.7',
|
||||
'unifunc' => 'content_68d6bc93933c4',
|
||||
),false); /*/%%SmartyHeaderCode%%*/?>
|
||||
<?php if ($_valid && !is_callable('content_68d6bc93933c4')) {function content_68d6bc93933c4($_smarty_tpl) {?>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user