Changes done by Ap.Muthu to the files in SI_20071116
1. All "Manage" scripts - (TPL and PHP) have been altered o have graphic icons for View / Edit
2. Column width percentages for Manage TPLs have been adjusted to accomodate the changes due to (1) above
3. Invoice detail line has now been made into a WYSIWYG for Add and Edit functions
4. PHPmailer has ben upgraded to v2.10 Beta 1 and now supports SecureSMTP
5. config/config.php now has variables for SMTP Port and SecureSMTP parameters
6. Default Customer now shows up correctly in all new invoices
7. lang/en-gb/lang.php has been altered to show "Customer Name" instead of "Customer name"
8. General code cleanup
9. Determined position of code for exceeding 100 biller/customer/inv-prefs as in all three invoice type files at the /modules/invoices - currently set at 1000000 instead - 1 million
Copy all files into their respective folders other than the config.sys file if you are updating an install.
The 2 new entries in the config.php file at lines 27 and 28 which can be inserted in to your existing one are:-
$email_smtpport = 25; // Default 25 - use 465 for secure ssl
$email_secure = ""; // one among '', 'ssl', or 'tls' - used by PHPMailer class in modules/include/mail
BugFixes and Enhancements to SI_20071116