From: <ex...@us...> - 2013-04-29 11:22:48
|
Revision: 5866 http://sourceforge.net/p/web-erp/reponame/5866 Author: exsonqu Date: 2013-04-29 11:22:45 +0000 (Mon, 29 Apr 2013) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2013-04-29 11:21:45 UTC (rev 5865) +++ trunk/doc/Change.log 2013-04-29 11:22:45 UTC (rev 5866) @@ -1,4 +1,5 @@ OwebERP Change Log +04/29/2013 Exson: Modify the PO_PDFPurchOrder.php to make it suitable for smtp setting. 29/04/2013 Exson Fixed the smtp does not work for langaguage is change in utf8 code in file of smtp.php and HTMLMimeMail.php. 29/04/2013 Exson Fixed the db_free_result() error messages due to the query returned a boolean value in SMTPServer.php 27/4/13 Samudaya: Fixed a bug in PO_Items.php when a line of a purchase order is deleted (other than the last line) and then subsequently a new line is added - the last line of the order is over-written. |
From: <ex...@us...> - 2013-04-30 02:11:32
|
Revision: 5870 http://sourceforge.net/p/web-erp/reponame/5870 Author: exsonqu Date: 2013-04-30 02:11:29 +0000 (Tue, 30 Apr 2013) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2013-04-30 02:04:21 UTC (rev 5869) +++ trunk/doc/Change.log 2013-04-30 02:11:29 UTC (rev 5870) @@ -1,4 +1,6 @@ OwebERP Change Log +04/30/2013 Exson: Fixed the bug in SystemParameters.php which missing a</select> tag and cannot display the config in $_SESSION correctly. Reported by Tim. +04/30/3013 Exson: Create a new sql file 4.10-4.11.sql with the smtp setting statement. 04/29/2013 Exson: Modify the PO_PDFPurchOrder.php to make it suitable for smtp setting. 29/04/2013 Exson Fixed the smtp does not work for langaguage is change in utf8 code in file of smtp.php and HTMLMimeMail.php. 29/04/2013 Exson Fixed the db_free_result() error messages due to the query returned a boolean value in SMTPServer.php |
From: <ex...@us...> - 2013-04-30 09:02:33
|
Revision: 5872 http://sourceforge.net/p/web-erp/reponame/5872 Author: exsonqu Date: 2013-04-30 09:02:29 +0000 (Tue, 30 Apr 2013) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2013-04-30 09:01:34 UTC (rev 5871) +++ trunk/doc/Change.log 2013-04-30 09:02:29 UTC (rev 5872) @@ -1,4 +1,6 @@ OwebERP Change Log + +04/30/2013 Exson Update the translation file for Chinese simplify locale 04/30/2013 Exson: Fixed the bug in SystemParameters.php which missing a</select> tag and cannot display the config in $_SESSION correctly. Reported by Tim. 04/30/3013 Exson: Create a new sql file 4.10-4.11.sql with the smtp setting statement. 04/29/2013 Exson: Modify the PO_PDFPurchOrder.php to make it suitable for smtp setting. |
From: <ex...@us...> - 2013-05-02 03:38:16
|
Revision: 5876 http://sourceforge.net/p/web-erp/reponame/5876 Author: exsonqu Date: 2013-05-02 03:38:13 +0000 (Thu, 02 May 2013) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2013-05-02 03:36:27 UTC (rev 5875) +++ trunk/doc/Change.log 2013-05-02 03:38:13 UTC (rev 5876) @@ -1,5 +1,5 @@ OwebERP Change Log - +02/05/2013 Exson: Add SendmailBySmtp function to MiscFunctions.php and make smtp mail workable for PrintCustTrans.php. 1/5/13 Ricard: GLAccounts.php change error trap that only allows numeric GL accounts as now the chart of accounts can contain text accounts 1/5/13 Phil: Fix purchase order lead time calculation as reported by MacPhotoBiker on forum 1/5/13 Phil: Add link to print purchase order after placement as suggested by MacPhotoBiker on forum |
From: <ex...@us...> - 2013-05-02 03:47:50
|
Revision: 5878 http://sourceforge.net/p/web-erp/reponame/5878 Author: exsonqu Date: 2013-05-02 03:47:46 +0000 (Thu, 02 May 2013) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2013-05-02 03:46:59 UTC (rev 5877) +++ trunk/doc/Change.log 2013-05-02 03:47:46 UTC (rev 5878) @@ -1,4 +1,5 @@ OwebERP Change Log +02/05/2013 Exson: Make the smtp mail available for PrintCustTransPortrait.php 02/05/2013 Exson: Add SendmailBySmtp function to MiscFunctions.php and make smtp mail workable for PrintCustTrans.php. 1/5/13 Ricard: GLAccounts.php change error trap that only allows numeric GL accounts as now the chart of accounts can contain text accounts 1/5/13 Phil: Fix purchase order lead time calculation as reported by MacPhotoBiker on forum |
From: <ex...@us...> - 2013-05-02 06:24:33
|
Revision: 5880 http://sourceforge.net/p/web-erp/reponame/5880 Author: exsonqu Date: 2013-05-02 06:24:29 +0000 (Thu, 02 May 2013) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2013-05-02 06:23:35 UTC (rev 5879) +++ trunk/doc/Change.log 2013-05-02 06:24:29 UTC (rev 5880) @@ -1,4 +1,5 @@ OwebERP Change Log +2/5/2013 Exson: Make smtp mail available for PDFDIFOT.php and fixed the bug that the result should be data within acceptable days instead of out of the range. 02/05/2013 Exson: Make the smtp mail available for PrintCustTransPortrait.php 02/05/2013 Exson: Add SendmailBySmtp function to MiscFunctions.php and make smtp mail workable for PrintCustTrans.php. 1/5/13 Ricard: GLAccounts.php change error trap that only allows numeric GL accounts as now the chart of accounts can contain text accounts |
From: <ex...@us...> - 2013-05-02 06:43:00
|
Revision: 5882 http://sourceforge.net/p/web-erp/reponame/5882 Author: exsonqu Date: 2013-05-02 06:42:57 +0000 (Thu, 02 May 2013) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2013-05-02 06:42:15 UTC (rev 5881) +++ trunk/doc/Change.log 2013-05-02 06:42:57 UTC (rev 5882) @@ -1,4 +1,5 @@ OwebERP Change Log +2/5/2013 Exson: Make smtp available for PDFDeliveryDifferences.php. 2/5/2013 Exson: Make smtp mail available for PDFDIFOT.php and fixed the bug that the result should be data within acceptable days instead of out of the range. 02/05/2013 Exson: Make the smtp mail available for PrintCustTransPortrait.php 02/05/2013 Exson: Add SendmailBySmtp function to MiscFunctions.php and make smtp mail workable for PrintCustTrans.php. |
From: <ex...@us...> - 2013-05-02 09:34:26
|
Revision: 5884 http://sourceforge.net/p/web-erp/reponame/5884 Author: exsonqu Date: 2013-05-02 09:34:20 +0000 (Thu, 02 May 2013) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2013-05-02 09:33:06 UTC (rev 5883) +++ trunk/doc/Change.log 2013-05-02 09:34:20 UTC (rev 5884) @@ -1,4 +1,5 @@ OwebERP Change Log +2/5/2013 Exson: Make correction for removing those functions not related with webERP committed last time in MiscFunctions.php. Thanks for Tim's review. 2/5/2013 Exson: Make smtp available for PDFDeliveryDifferences.php. 2/5/2013 Exson: Make smtp mail available for PDFDIFOT.php and fixed the bug that the result should be data within acceptable days instead of out of the range. 02/05/2013 Exson: Make the smtp mail available for PrintCustTransPortrait.php |
From: <ex...@us...> - 2013-05-02 09:40:19
|
Revision: 5886 http://sourceforge.net/p/web-erp/reponame/5886 Author: exsonqu Date: 2013-05-02 09:40:15 +0000 (Thu, 02 May 2013) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2013-05-02 09:39:04 UTC (rev 5885) +++ trunk/doc/Change.log 2013-05-02 09:40:15 UTC (rev 5886) @@ -1,4 +1,5 @@ OwebERP Change Log +2/5/2013 Exson: Revise the account code to 20 reported by Tim in GLAccounts.php. 2/5/2013 Exson: Make correction for removing those functions not related with webERP committed last time in MiscFunctions.php. Thanks for Tim's review. 2/5/2013 Exson: Make smtp available for PDFDeliveryDifferences.php. 2/5/2013 Exson: Make smtp mail available for PDFDIFOT.php and fixed the bug that the result should be data within acceptable days instead of out of the range. |
From: <ex...@us...> - 2013-05-02 14:57:07
|
Revision: 5889 http://sourceforge.net/p/web-erp/reponame/5889 Author: exsonqu Date: 2013-05-02 14:57:03 +0000 (Thu, 02 May 2013) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2013-05-02 14:55:30 UTC (rev 5888) +++ trunk/doc/Change.log 2013-05-02 14:57:03 UTC (rev 5889) @@ -1,5 +1,5 @@ OwebERP Change Log - +2/5/2013 Exson: Fixed strpos error and make the smtp server name more generic when user not use a email address in function of SendmailBySmtp in MiscFunctions.php. 2/5/13 Phil: Credit_Invoice.php was not setting the selected location to credit into as reported by Ricard 2/5/13 Exson: Revise the account code to 20 reported by Tim in GLAccounts.php. 2/5/13 Exson: Make correction for removing those functions not related with webERP committed last time in MiscFunctions.php. Thanks for Tim's review. |
From: <ex...@us...> - 2013-05-09 09:58:51
|
Revision: 5897 http://sourceforge.net/p/web-erp/reponame/5897 Author: exsonqu Date: 2013-05-09 09:58:48 +0000 (Thu, 09 May 2013) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2013-05-09 09:47:22 UTC (rev 5896) +++ trunk/doc/Change.log 2013-05-09 09:58:48 UTC (rev 5897) @@ -1,5 +1,5 @@ OwebERP Change Log - +9/5/13 Exson: Fixed the date hard coded problem in PcAssignCashToTab.php which lead to malfunction for some date format. Report by thumb. 3/5/13 Ricard: new script to change GL account codes Z_ChangeGLAccountCode.php and SQL to upgrade to varchar account codes 2/5/2013 Exson: Fixed strpos error and make the smtp server name more generic when user not use a email address in function of SendmailBySmtp in MiscFunctions.php. 2/5/13 Phil: Credit_Invoice.php was not setting the selected location to credit into as reported by Ricard |
From: <ex...@us...> - 2013-05-10 09:45:11
|
Revision: 5902 http://sourceforge.net/p/web-erp/reponame/5902 Author: exsonqu Date: 2013-05-10 09:45:07 +0000 (Fri, 10 May 2013) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2013-05-10 09:43:05 UTC (rev 5901) +++ trunk/doc/Change.log 2013-05-10 09:45:07 UTC (rev 5902) @@ -1,4 +1,5 @@ OwebERP Change Log +10/5/2013 Exson: Add new feature to main mail list group for mail sending purpose. 9/5/13 Exson: Fixed the date hard coded problem in PcAssignCashToTab.php which lead to malfunction for some date format. Report by thumb. 3/5/13 Ricard: new script to change GL account codes Z_ChangeGLAccountCode.php and SQL to upgrade to varchar account codes 2/5/2013 Exson: Fixed strpos error and make the smtp server name more generic when user not use a email address in function of SendmailBySmtp in MiscFunctions.php. |
From: <ex...@us...> - 2013-05-10 09:49:17
|
Revision: 5904 http://sourceforge.net/p/web-erp/reponame/5904 Author: exsonqu Date: 2013-05-10 09:49:13 +0000 (Fri, 10 May 2013) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2013-05-10 09:48:06 UTC (rev 5903) +++ trunk/doc/Change.log 2013-05-10 09:49:13 UTC (rev 5904) @@ -1,4 +1,5 @@ OwebERP Change Log +10/5/2013 Exson: Fixed the unclosed a href tag in MailingGroupMaintenance.php. 10/5/2013 Exson: Add new feature to main mail list group for mail sending purpose. 9/5/13 Exson: Fixed the date hard coded problem in PcAssignCashToTab.php which lead to malfunction for some date format. Report by thumb. 3/5/13 Ricard: new script to change GL account codes Z_ChangeGLAccountCode.php and SQL to upgrade to varchar account codes |
From: <ex...@us...> - 2013-05-10 11:23:51
|
Revision: 5907 http://sourceforge.net/p/web-erp/reponame/5907 Author: exsonqu Date: 2013-05-10 11:23:48 +0000 (Fri, 10 May 2013) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2013-05-10 11:22:44 UTC (rev 5906) +++ trunk/doc/Change.log 2013-05-10 11:23:48 UTC (rev 5907) @@ -1,4 +1,5 @@ OwebERP Change Log +10/5/2013 Exson: Add GetMailList function in MiscFunctions.php. 10/5/2013 Exson: Fixed the unclosed a href tag in MailingGroupMaintenance.php. 10/5/2013 Exson: Add new feature to main mail list group for mail sending purpose. 9/5/13 Exson: Fixed the date hard coded problem in PcAssignCashToTab.php which lead to malfunction for some date format. Report by thumb. |
From: <ex...@us...> - 2013-05-10 11:27:41
|
Revision: 5909 http://sourceforge.net/p/web-erp/reponame/5909 Author: exsonqu Date: 2013-05-10 11:27:38 +0000 (Fri, 10 May 2013) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2013-05-10 11:26:52 UTC (rev 5908) +++ trunk/doc/Change.log 2013-05-10 11:27:38 UTC (rev 5909) @@ -1,4 +1,5 @@ OwebERP Change Log +10/5/2013 Exson Fixed the mail function for PDFChequeListing.php 10/5/2013 Exson: Add GetMailList function in MiscFunctions.php. 10/5/2013 Exson: Fixed the unclosed a href tag in MailingGroupMaintenance.php. 10/5/2013 Exson: Add new feature to main mail list group for mail sending purpose. |
From: <ex...@us...> - 2013-05-10 13:56:31
|
Revision: 5911 http://sourceforge.net/p/web-erp/reponame/5911 Author: exsonqu Date: 2013-05-10 13:56:27 +0000 (Fri, 10 May 2013) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2013-05-10 13:55:28 UTC (rev 5910) +++ trunk/doc/Change.log 2013-05-10 13:56:27 UTC (rev 5911) @@ -1,4 +1,5 @@ OwebERP Change Log +10/5/2013 Exson: Modify RecurringSalesOrdersProcess.php to make it can send the order by smtp. 10/5/2013 Exson Fixed the mail function for PDFChequeListing.php 10/5/2013 Exson: Add GetMailList function in MiscFunctions.php. 10/5/2013 Exson: Fixed the unclosed a href tag in MailingGroupMaintenance.php. |
From: <ex...@us...> - 2013-05-10 14:38:52
|
Revision: 5913 http://sourceforge.net/p/web-erp/reponame/5913 Author: exsonqu Date: 2013-05-10 14:38:48 +0000 (Fri, 10 May 2013) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2013-05-10 14:37:31 UTC (rev 5912) +++ trunk/doc/Change.log 2013-05-10 14:38:48 UTC (rev 5913) @@ -1,4 +1,5 @@ OwebERP Change Log +10/5/2013 Exson: Fixed the report_runner.php to make it can be sent via smtp. 10/5/2013 Exson: Modify RecurringSalesOrdersProcess.php to make it can send the order by smtp. 10/5/2013 Exson Fixed the mail function for PDFChequeListing.php 10/5/2013 Exson: Add GetMailList function in MiscFunctions.php. |
From: <ex...@us...> - 2013-05-10 15:24:14
|
Revision: 5915 http://sourceforge.net/p/web-erp/reponame/5915 Author: exsonqu Date: 2013-05-10 15:24:10 +0000 (Fri, 10 May 2013) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2013-05-10 15:20:48 UTC (rev 5914) +++ trunk/doc/Change.log 2013-05-10 15:24:10 UTC (rev 5915) @@ -1,4 +1,5 @@ OwebERP Change Log +10/5/2013 Exson Fixed the Z_CreateCompanyTemplateFile.php to make it workable in windows OS and make it workable via smtp mail. 10/5/2013 Exson: Fixed the report_runner.php to make it can be sent via smtp. 10/5/2013 Exson: Modify RecurringSalesOrdersProcess.php to make it can send the order by smtp. 10/5/2013 Exson Fixed the mail function for PDFChequeListing.php |
From: <ex...@us...> - 2013-05-11 13:57:21
|
Revision: 5917 http://sourceforge.net/p/web-erp/reponame/5917 Author: exsonqu Date: 2013-05-11 13:57:18 +0000 (Sat, 11 May 2013) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2013-05-11 13:56:37 UTC (rev 5916) +++ trunk/doc/Change.log 2013-05-11 13:57:18 UTC (rev 5917) @@ -1,4 +1,5 @@ OwebERP Change Log +11/5/2013 Exson: Make the tender can be sent by SMTP mail in DefineTenderClass.php. 10/5/2013 Exson Fixed the Z_CreateCompanyTemplateFile.php to make it workable in windows OS and make it workable via smtp mail. 10/5/2013 Exson: Fixed the report_runner.php to make it can be sent via smtp. 10/5/2013 Exson: Modify RecurringSalesOrdersProcess.php to make it can send the order by smtp. |
From: <ex...@us...> - 2013-05-11 14:55:07
|
Revision: 5919 http://sourceforge.net/p/web-erp/reponame/5919 Author: exsonqu Date: 2013-05-11 14:55:04 +0000 (Sat, 11 May 2013) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2013-05-11 14:52:56 UTC (rev 5918) +++ trunk/doc/Change.log 2013-05-11 14:55:04 UTC (rev 5919) @@ -1,4 +1,5 @@ OwebERP Change Log +11/5/2013 Exson: Make the offer can be mailed via smtp in DefineOfferClass.php. 11/5/2013 Exson: Make the tender can be sent by SMTP mail in DefineTenderClass.php. 10/5/2013 Exson Fixed the Z_CreateCompanyTemplateFile.php to make it workable in windows OS and make it workable via smtp mail. 10/5/2013 Exson: Fixed the report_runner.php to make it can be sent via smtp. |
From: <ex...@us...> - 2013-05-11 14:58:27
|
Revision: 5921 http://sourceforge.net/p/web-erp/reponame/5921 Author: exsonqu Date: 2013-05-11 14:58:25 +0000 (Sat, 11 May 2013) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2013-05-11 14:57:38 UTC (rev 5920) +++ trunk/doc/Change.log 2013-05-11 14:58:25 UTC (rev 5921) @@ -1,4 +1,5 @@ OwebERP Change Log +11/5/2013 Exson: Add Cc and Reply-To feature for mail sent by smtp in DefineTenderClass.php. 11/5/2013 Exson: Make the offer can be mailed via smtp in DefineOfferClass.php. 11/5/2013 Exson: Make the tender can be sent by SMTP mail in DefineTenderClass.php. 10/5/2013 Exson Fixed the Z_CreateCompanyTemplateFile.php to make it workable in windows OS and make it workable via smtp mail. |
From: <ex...@us...> - 2013-05-11 15:18:51
|
Revision: 5923 http://sourceforge.net/p/web-erp/reponame/5923 Author: exsonqu Date: 2013-05-11 15:18:48 +0000 (Sat, 11 May 2013) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2013-05-11 15:17:32 UTC (rev 5922) +++ trunk/doc/Change.log 2013-05-11 15:18:48 UTC (rev 5923) @@ -1,4 +1,5 @@ OwebERP Change Log +11/5/2013 Exson: Make the report can be sent via smtp mail in MailSalesReport_csv.php. 11/5/2013 Exson: Add Cc and Reply-To feature for mail sent by smtp in DefineTenderClass.php. 11/5/2013 Exson: Make the offer can be mailed via smtp in DefineOfferClass.php. 11/5/2013 Exson: Make the tender can be sent by SMTP mail in DefineTenderClass.php. |
From: <ex...@us...> - 2013-05-11 15:23:44
|
Revision: 5925 http://sourceforge.net/p/web-erp/reponame/5925 Author: exsonqu Date: 2013-05-11 15:23:41 +0000 (Sat, 11 May 2013) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2013-05-11 15:22:57 UTC (rev 5924) +++ trunk/doc/Change.log 2013-05-11 15:23:41 UTC (rev 5925) @@ -1,4 +1,5 @@ OwebERP Change Log +11/5/2013 Exson: Add MailSalesReport_csv to scripts and add SalesAnalysisReportRecipients for mailing list in sql/mysql/upgrade4.10-4.11.sql 11/5/2013 Exson: Make the report can be sent via smtp mail in MailSalesReport_csv.php. 11/5/2013 Exson: Add Cc and Reply-To feature for mail sent by smtp in DefineTenderClass.php. 11/5/2013 Exson: Make the offer can be mailed via smtp in DefineOfferClass.php. |
From: <ex...@us...> - 2013-05-11 17:27:16
|
Revision: 5927 http://sourceforge.net/p/web-erp/reponame/5927 Author: exsonqu Date: 2013-05-11 17:27:14 +0000 (Sat, 11 May 2013) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2013-05-11 17:26:25 UTC (rev 5926) +++ trunk/doc/Change.log 2013-05-11 17:27:14 UTC (rev 5927) @@ -1,4 +1,5 @@ OwebERP Change Log +11/5/2013 Exson: Add OffersReceivedRecipients Group, added feature to use mail instead of smtp mail only, fixed the problem that item with single quotation mark cannot be stored and the same date comparison problem. 11/5/2013 Exson: Add MailSalesReport_csv to scripts and add SalesAnalysisReportRecipients for mailing list in sql/mysql/upgrade4.10-4.11.sql 11/5/2013 Exson: Make the report can be sent via smtp mail in MailSalesReport_csv.php. 11/5/2013 Exson: Add Cc and Reply-To feature for mail sent by smtp in DefineTenderClass.php. |
From: <ex...@us...> - 2013-05-11 17:32:07
|
Revision: 5929 http://sourceforge.net/p/web-erp/reponame/5929 Author: exsonqu Date: 2013-05-11 17:32:05 +0000 (Sat, 11 May 2013) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2013-05-11 17:31:07 UTC (rev 5928) +++ trunk/doc/Change.log 2013-05-11 17:32:05 UTC (rev 5929) @@ -1,4 +1,5 @@ OwebERP Change Log +11/5/2013 Exson: Add OffersRecievedResultRecipients group to mailgroups in ugrade4.10-4.11.sql/mysql/upgrade4.10-4.11.sql 11/5/2013 Exson: Add OffersReceivedRecipients Group, added feature to use mail instead of smtp mail only, fixed the problem that item with single quotation mark cannot be stored and the same date comparison problem. 11/5/2013 Exson: Add MailSalesReport_csv to scripts and add SalesAnalysisReportRecipients for mailing list in sql/mysql/upgrade4.10-4.11.sql 11/5/2013 Exson: Make the report can be sent via smtp mail in MailSalesReport_csv.php. |