From: <ex...@us...> - 2016-03-09 03:00:32
|
Revision: 7469 http://sourceforge.net/p/web-erp/reponame/7469 Author: exsonqu Date: 2016-03-09 03:00:30 +0000 (Wed, 09 Mar 2016) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2016-03-09 02:59:37 UTC (rev 7468) +++ trunk/doc/Change.log 2016-03-09 03:00:30 UTC (rev 7469) @@ -1,4 +1,6 @@ webERP Change Log + +03/09/16 Exson: Add PO details option to show balance of each outstanding PO in PO_SelectOSPurchOrder.php. 03/09/16 Exson: Fixed the typo which make sql query failed in GLPostings.inc. reported by Richard. 24/02/16: Richard, Exson Fix the GLPosting initiating error in GLPostings.inc. 20/02/16 Janb,Tim fixed typo in upgrade4.12.3-4.13.sql |
From: <ex...@us...> - 2016-03-09 08:29:50
|
Revision: 7472 http://sourceforge.net/p/web-erp/reponame/7472 Author: exsonqu Date: 2016-03-09 08:29:47 +0000 (Wed, 09 Mar 2016) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2016-03-09 08:26:50 UTC (rev 7471) +++ trunk/doc/Change.log 2016-03-09 08:29:47 UTC (rev 7472) @@ -1,5 +1,5 @@ webERP Change Log - +03/09/16 Exson: Fixed the bug of wrong location selected when add items to Work Orders in WorkOrderEntry.php. 9/3/16 Andrew Galuski: Fix FormDesigner requires casting XML elements as strings 03/09/16 Exson: Add PO details option to show balance of each outstanding PO in PO_SelectOSPurchOrder.php. 03/09/16 Exson: Fixed the typo which make sql query failed in GLPostings.inc. reported by Richard. |
From: <ex...@us...> - 2016-03-09 23:02:11
|
Revision: 7474 http://sourceforge.net/p/web-erp/reponame/7474 Author: exsonqu Date: 2016-03-09 23:02:09 +0000 (Wed, 09 Mar 2016) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2016-03-09 23:01:36 UTC (rev 7473) +++ trunk/doc/Change.log 2016-03-09 23:02:09 UTC (rev 7474) @@ -1,4 +1,5 @@ webERP Change Log +10/03/2016 Tim: Fixed the credit note tax authority not set up bug in SelectCreditItems.php. Reported by Bob. 03/09/16 Exson: Fixed the bug of wrong location selected when add items to Work Orders in WorkOrderEntry.php. 9/3/16 Andrew Galuski: Fix FormDesigner requires casting XML elements as strings 03/09/16 Exson: Add PO details option to show balance of each outstanding PO in PO_SelectOSPurchOrder.php. |
From: <ex...@us...> - 2016-03-18 07:54:31
|
Revision: 7476 http://sourceforge.net/p/web-erp/reponame/7476 Author: exsonqu Date: 2016-03-18 07:54:29 +0000 (Fri, 18 Mar 2016) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2016-03-18 07:53:53 UTC (rev 7475) +++ trunk/doc/Change.log 2016-03-18 07:54:29 UTC (rev 7476) @@ -1,4 +1,6 @@ webERP Change Log + +18/03/2016 Exson: Fixed the bug that transaction between bank shows wrong original currency and amount in GLAccountInquiry.php. 10/03/2016 Tim: Fixed the credit note tax authority not set up bug in SelectCreditItems.php. Reported by Bob. 03/09/16 Exson: Fixed the bug of wrong location selected when add items to Work Orders in WorkOrderEntry.php. 9/3/16 Andrew Galuski: Fix FormDesigner requires casting XML elements as strings |
From: <ex...@us...> - 2016-03-24 02:22:26
|
Revision: 7479 http://sourceforge.net/p/web-erp/reponame/7479 Author: exsonqu Date: 2016-03-24 02:22:23 +0000 (Thu, 24 Mar 2016) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2016-03-24 02:21:39 UTC (rev 7478) +++ trunk/doc/Change.log 2016-03-24 02:22:23 UTC (rev 7479) @@ -1,5 +1,7 @@ webERP Change Log +24/03/16 Exson: Make the MRP report more place for material description in MRPReport.php. +18/03/2016 Exson: Correct the currency code for transaction between bank account in GLAccountInquiry.php. 18/03/2016 Exson: Fixed the bug that transaction between bank shows wrong original currency and amount in GLAccountInquiry.php. 10/03/2016 Tim: Fixed the credit note tax authority not set up bug in SelectCreditItems.php. Reported by Bob. 03/09/16 Exson: Fixed the bug of wrong location selected when add items to Work Orders in WorkOrderEntry.php. |
From: <ex...@us...> - 2016-04-01 08:37:59
|
Revision: 7483 http://sourceforge.net/p/web-erp/reponame/7483 Author: exsonqu Date: 2016-04-01 08:37:57 +0000 (Fri, 01 Apr 2016) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2016-04-01 08:36:03 UTC (rev 7482) +++ trunk/doc/Change.log 2016-04-01 08:37:57 UTC (rev 7483) @@ -1,5 +1,6 @@ webERP Change Log +01/04/2016 Exson: Make Petty cash assigner and authorizer multiple selectable in PcExpenses.php,PcTabs.php, PcAssignCashToTab.php and PcAuthorizeExpenses. 24/03/16 RChacon: On CustomerReceipt.php, allow more precision on the functional_exchange_rate. On Payments.php, add pattern and required attributes to the functional_exchange_rate input. 24/03/16 Exson: Make the MRP report more place for material description in MRPReport.php. 18/03/2016 Exson: Correct the currency code for transaction between bank account in GLAccountInquiry.php. |
From: <ex...@us...> - 2016-04-07 06:35:46
|
Revision: 7485 http://sourceforge.net/p/web-erp/reponame/7485 Author: exsonqu Date: 2016-04-07 06:35:44 +0000 (Thu, 07 Apr 2016) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2016-04-07 06:35:08 UTC (rev 7484) +++ trunk/doc/Change.log 2016-04-07 06:35:44 UTC (rev 7485) @@ -1,5 +1,6 @@ webERP Change Log +07/04/16 Exson: Add remark column to CopyBOM.php. 01/04/2016 Exson: Make Petty cash assigner and authorizer multiple selectable in PcExpenses.php,PcTabs.php, PcAssignCashToTab.php and PcAuthorizeExpenses. 24/03/16 RChacon: On CustomerReceipt.php, allow more precision on the functional_exchange_rate. On Payments.php, add pattern and required attributes to the functional_exchange_rate input. 24/03/16 Exson: Make the MRP report more place for material description in MRPReport.php. |
From: <ex...@us...> - 2016-04-12 01:39:07
|
Revision: 7492 http://sourceforge.net/p/web-erp/reponame/7492 Author: exsonqu Date: 2016-04-12 01:39:05 +0000 (Tue, 12 Apr 2016) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2016-04-12 01:36:11 UTC (rev 7491) +++ trunk/doc/Change.log 2016-04-12 01:39:05 UTC (rev 7492) @@ -1,5 +1,6 @@ webERP Change Log +12/04/16 Exson: add cost security token to make price security and cost security separated to cope with different situation. 10/04/16 RChacon: In WorkCentres.php, add ViewTopic and BookMark and completes html table. In doc/Manual/ManualManufacturing.html, add help for WorkCentres.php. 10/04/16 RChacon: In SupplierInvoice.php, add ' - ' to standardise gltran.narrative to "SupplierID - ". In SuppTransGLAnalysis.php, add ViewTopic and Bookmark, completes html tables, add text class, and add currency_code to input table. In css/*/default.css, regroup horizontal align classes for readability. In doc/Manual/ManualAccountsPayable.html, add anchor id="SuppTransGLAnalysis". 07/04/16 RChacon: In includes/class.pdf.php, add script documentation and completes switch($Align) to translate from Pdf-Creator to TCPDF. |
From: <rc...@us...> - 2016-04-29 23:57:31
|
Revision: 7501 http://sourceforge.net/p/web-erp/reponame/7501 Author: rchacon Date: 2016-04-29 23:57:28 +0000 (Fri, 29 Apr 2016) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2016-04-29 23:51:49 UTC (rev 7500) +++ trunk/doc/Change.log 2016-04-29 23:57:28 UTC (rev 7501) @@ -1,5 +1,6 @@ webERP Change Log +29/4/16 RChacon: In includes/DateFunctions.inc, add year in long date and time in locale format. 26/4/16 Phil committed for Tim: apparently only change required for PHP7 see http://www.weberp.org/forum/showthread.php?tid=2733&pid=7132#pid7132 25/4/16 RChacon: In Payments.php, allow to input a customised gltrans.narrative, supptrans.suppreference and supptrans.transtext. 25/4/16 Jan Bakke: google maps api improvement to SubmitCustomerSelection changed script src to https du to mixed content error Updated to Google Maps API v.3 Integrated code lines from ceocode.php to update Customers (custbranch table) without lat (0) but width brpostaddr1 Show Branch Contact beneath Customer Contacts when branch is selected Table-width cleanup - diff submitted in March sorry Phil's bad :-( |
From: <ex...@us...> - 2016-05-06 03:07:18
|
Revision: 7505 http://sourceforge.net/p/web-erp/reponame/7505 Author: exsonqu Date: 2016-05-06 03:07:16 +0000 (Fri, 06 May 2016) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2016-05-06 03:06:34 UTC (rev 7504) +++ trunk/doc/Change.log 2016-05-06 03:07:16 UTC (rev 7505) @@ -1,5 +1,6 @@ webERP Change Log +05/06/16 Exson: Fixed typo of IndentText, thanks for Tim's report. Change sequence from int to double to make item is easily inserted into BOMs and Add pictures to BOMs and make BOM printable. 01/05/2016 RChacon: In Z_poAddLanguage.php, fix directory name and default language file name. 29/4/16 RChacon: In includes/DateFunctions.inc, add year in long date and time in locale format. 26/4/16 Phil committed for Tim: apparently only change required for PHP7 see http://www.weberp.org/forum/showthread.php?tid=2733&pid=7132#pid7132 |
From: <ex...@us...> - 2016-05-06 03:26:13
|
Revision: 7507 http://sourceforge.net/p/web-erp/reponame/7507 Author: exsonqu Date: 2016-05-06 03:26:11 +0000 (Fri, 06 May 2016) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2016-05-06 03:25:37 UTC (rev 7506) +++ trunk/doc/Change.log 2016-05-06 03:26:11 UTC (rev 7507) @@ -1,5 +1,6 @@ webERP Change Log +05/06/16 Exson: Modify Z_RePostGLFromPeriod.php to make this feature still reliable with previous version of GLPostings.inc. Rework the new GLPostings.inc. 05/06/16 Exson: Fixed typo of IndentText, thanks for Tim's report. Change sequence from int to double to make item is easily inserted into BOMs and Add pictures to BOMs and make BOM printable. 01/05/2016 RChacon: In Z_poAddLanguage.php, fix directory name and default language file name. 29/4/16 RChacon: In includes/DateFunctions.inc, add year in long date and time in locale format. |
From: <ex...@us...> - 2016-05-06 03:30:01
|
Revision: 7509 http://sourceforge.net/p/web-erp/reponame/7509 Author: exsonqu Date: 2016-05-06 03:29:59 +0000 (Fri, 06 May 2016) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2016-05-06 03:29:21 UTC (rev 7508) +++ trunk/doc/Change.log 2016-05-06 03:29:59 UTC (rev 7509) @@ -1,6 +1,6 @@ webERP Change Log -05/06/16 Exson: Modify Z_RePostGLFromPeriod.php to make this feature still reliable with previous version of GLPostings.inc. Rework the new GLPostings.inc. +05/06/16 Exson: Modify Z_RePostGLFromPeriod.php to make this feature still reliable with prev05/06/16: Exson: Remove the $db which is not needed now. Reported by Tim. ious version of GLPostings.inc. Rework the new GLPostings.inc. 05/06/16 Exson: Fixed typo of IndentText, thanks for Tim's report. Change sequence from int to double to make item is easily inserted into BOMs and Add pictures to BOMs and make BOM printable. 01/05/2016 RChacon: In Z_poAddLanguage.php, fix directory name and default language file name. 29/4/16 RChacon: In includes/DateFunctions.inc, add year in long date and time in locale format. |
From: <ex...@us...> - 2016-05-09 03:13:56
|
Revision: 7514 http://sourceforge.net/p/web-erp/reponame/7514 Author: exsonqu Date: 2016-05-09 03:13:54 +0000 (Mon, 09 May 2016) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2016-05-09 03:12:38 UTC (rev 7513) +++ trunk/doc/Change.log 2016-05-09 03:13:54 UTC (rev 7514) @@ -1,6 +1,8 @@ webERP Change Log -05/06/16 Exson: Modify Z_RePostGLFromPeriod.php to make this feature still reliable with prev05/06/16: Exson: Remove the $db which is not needed now. Reported by Tim. ious version of GLPostings.inc. Rework the new GLPostings.inc. +09/05/16 Exson: Tidy Code Up to remove redundant code according to Tim's guide. +05/06/16 Exson: Modify Z_RePostGLFromPeriod.php to make this feature still reliable with prev +05/06/16: Exson: Remove the $db which is not needed now. Reported by Tim. ious version of GLPostings.inc. Rework the new GLPostings.inc. 05/06/16 Exson: Fixed typo of IndentText, thanks for Tim's report. Change sequence from int to double to make item is easily inserted into BOMs and Add pictures to BOMs and make BOM printable. 01/05/2016 RChacon: In Z_poAddLanguage.php, fix directory name and default language file name. 29/4/16 RChacon: In includes/DateFunctions.inc, add year in long date and time in locale format. |
From: <rc...@us...> - 2016-05-12 17:07:23
|
Revision: 7517 http://sourceforge.net/p/web-erp/reponame/7517 Author: rchacon Date: 2016-05-12 17:07:21 +0000 (Thu, 12 May 2016) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2016-05-12 17:04:59 UTC (rev 7516) +++ trunk/doc/Change.log 2016-05-12 17:07:21 UTC (rev 7517) @@ -1,5 +1,6 @@ webERP Change Log +12/05/16 RChacon: Fix blank line caused by reverse character RTL. Clean up code. 11/05/16 RChacon: Include translation to hebrew, thanks to Hagay Mandel. 09/05/16 Exson: Tidy Code Up to remove redundant code according to Tim's guide. 05/06/16 Exson: Modify Z_RePostGLFromPeriod.php to make this feature still reliable with prev |
From: <rc...@us...> - 2016-05-15 16:35:02
|
Revision: 7526 http://sourceforge.net/p/web-erp/reponame/7526 Author: rchacon Date: 2016-05-15 16:35:00 +0000 (Sun, 15 May 2016) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2016-05-15 16:23:36 UTC (rev 7525) +++ trunk/doc/Change.log 2016-05-15 16:35:00 UTC (rev 7526) @@ -1,5 +1,7 @@ webERP Change Log +15/05/16 RChacon: In AccountGroups.php, hide no printing elements. +15/05/16 Exson: Add sequence digitals to make BOM sequences can be adjusted flexible and avoid any uncertainty of the number stored in SQL. Thanks Tim's suggestion. 14/05/16 RChacon: In SelectCustomer.php, fix use of Google Maps JavaScript API V3, unpaired html tags and other bugs. 13/05/16 RChacon: In AddCustomerContacts.php, add classes to print and table heads. Improve code. 12/05/16 RChacon: Fix blank line caused by reverse character RTL. Clean up code. |
From: <ex...@us...> - 2016-06-08 04:17:55
|
Revision: 7553 http://sourceforge.net/p/web-erp/reponame/7553 Author: exsonqu Date: 2016-06-08 04:17:53 +0000 (Wed, 08 Jun 2016) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2016-06-08 04:16:42 UTC (rev 7552) +++ trunk/doc/Change.log 2016-06-08 04:17:53 UTC (rev 7553) @@ -1,5 +1,7 @@ webERP Change Log +08/06/16 Exson: add data label for SalesGraph.php. + 22/5/16 Release 4.13 30/5/16 Phil: Default new salesperson to current |
From: <ex...@us...> - 2016-06-16 11:12:40
|
Revision: 7557 http://sourceforge.net/p/web-erp/reponame/7557 Author: exsonqu Date: 2016-06-16 11:12:38 +0000 (Thu, 16 Jun 2016) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2016-06-16 11:11:45 UTC (rev 7556) +++ trunk/doc/Change.log 2016-06-16 11:12:38 UTC (rev 7557) @@ -1,5 +1,6 @@ webERP Change Log +16/06/16 Exson: Make monthly payment term can be more than 30 days. 12/06/16 TurboPT: Fix syntax error in StockClone.php 08/06/16 Exson: add data label for SalesGraph.php. |
From: <ex...@us...> - 2016-06-20 06:56:56
|
Revision: 7560 http://sourceforge.net/p/web-erp/reponame/7560 Author: exsonqu Date: 2016-06-20 06:56:54 +0000 (Mon, 20 Jun 2016) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2016-06-20 06:54:39 UTC (rev 7559) +++ trunk/doc/Change.log 2016-06-20 06:56:54 UTC (rev 7560) @@ -1,5 +1,6 @@ webERP Change Log - +20/06/16 Exson: Fixed bom clone failure due to fields missing in CopyBom.php. Reported by shane. +20/06/16 Exson: Fixed the bug that # is not allowed as part of stockid in SelectProduct.php. 16/06/16 Exson: Make monthly payment term can be more than 30 days. 12/06/16 TurboPT: Fix syntax error in StockClone.php 08/06/16 Exson: add data label for SalesGraph.php. |
From: <ex...@us...> - 2016-06-29 06:28:46
|
Revision: 7563 http://sourceforge.net/p/web-erp/reponame/7563 Author: exsonqu Date: 2016-06-29 06:28:42 +0000 (Wed, 29 Jun 2016) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2016-06-29 06:27:55 UTC (rev 7562) +++ trunk/doc/Change.log 2016-06-29 06:28:42 UTC (rev 7563) @@ -1,4 +1,7 @@ webERP Change Log + +29/06/16 Exson: add identifier to avoid SESSION overwritten in CustomerReceipt.php. +29/06/16 Exson: Fixed the wrong balance of amount in bank account currency in DailyBankTransactions.php. 20/06/16 Exson: Fixed bom clone failure due to fields missing in CopyBom.php. Reported by shane. 20/06/16 Exson: Fixed the bug that # is not allowed as part of stockid in SelectProduct.php. 16/06/16 Exson: Make monthly payment term can be more than 30 days. |
From: <ex...@us...> - 2016-07-07 11:13:01
|
Revision: 7566 http://sourceforge.net/p/web-erp/reponame/7566 Author: exsonqu Date: 2016-07-07 11:12:58 +0000 (Thu, 07 Jul 2016) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2016-07-07 11:11:34 UTC (rev 7565) +++ trunk/doc/Change.log 2016-07-07 11:12:58 UTC (rev 7566) @@ -1,5 +1,6 @@ webERP Change Log +07/07/16: Exson: Fixed the bug of wrong original amount of payments to another bank accounts in GLAccountInquiry.php and wrong transaction link in DailyBankTransactions.php and add payment transaction no in bank transaction ref to make it traceable. 29/06/16 Exson: add identifier to avoid SESSION overwritten in CustomerReceipt.php. 29/06/16 Exson: Fixed the wrong balance of amount in bank account currency in DailyBankTransactions.php. 20/06/16 Exson: Fixed bom clone failure due to fields missing in CopyBom.php. Reported by shane. |
From: <ex...@us...> - 2016-08-18 07:12:41
|
Revision: 7594 http://sourceforge.net/p/web-erp/reponame/7594 Author: exsonqu Date: 2016-08-18 07:12:39 +0000 (Thu, 18 Aug 2016) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2016-08-18 07:09:07 UTC (rev 7593) +++ trunk/doc/Change.log 2016-08-18 07:12:39 UTC (rev 7594) @@ -1,5 +1,6 @@ webERP Change Log +18/08/16 Exson: Add date format validation in PcClaimExpensesFromTab.php. 17/8/16 RChacon committed for Tim: In CustWhereAlloc.php and SuppWhereAlloc.php, use the ConvertSQLDate() function for the dates. 14/8/16 RChacon:In SuppWhereAlloc.php, show transaction date in report. Improvements in HTML code and code documentation. 13/8/16 RChacon:In CustWhereAlloc.php, show transaction date in report. Standardise trandate in debtortrans. Improvements in HTML code and code documentation. |
From: <ex...@us...> - 2016-08-18 08:51:18
|
Revision: 7596 http://sourceforge.net/p/web-erp/reponame/7596 Author: exsonqu Date: 2016-08-18 08:51:16 +0000 (Thu, 18 Aug 2016) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2016-08-18 08:50:28 UTC (rev 7595) +++ trunk/doc/Change.log 2016-08-18 08:51:16 UTC (rev 7596) @@ -1,5 +1,6 @@ webERP Change Log +18/08/16 Exson: Add a Cancel button on SupplierAllocations.php to make user can return to previous page easily. 18/08/16 Exson: Add date format validation in PcClaimExpensesFromTab.php. 17/8/16 RChacon committed for Tim: In CustWhereAlloc.php and SuppWhereAlloc.php, use the ConvertSQLDate() function for the dates. 14/8/16 RChacon:In SuppWhereAlloc.php, show transaction date in report. Improvements in HTML code and code documentation. |
From: <ex...@us...> - 2016-08-24 09:04:12
|
Revision: 7601 http://sourceforge.net/p/web-erp/reponame/7601 Author: exsonqu Date: 2016-08-24 09:04:09 +0000 (Wed, 24 Aug 2016) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2016-08-24 09:03:08 UTC (rev 7600) +++ trunk/doc/Change.log 2016-08-24 09:04:09 UTC (rev 7601) @@ -1,5 +1,6 @@ webERP Change Log +24/9/16 Exson: Fixed the bug that days of payment terms in the following month over 31 days can not be handled correctly in DateFunctions.inc. 20/08/16 RChacon: In ConfirmDispatch_Invoice.php, fix table html code. 18/08/16 RChacon: In PDFStatementPageHeader.inc, replace addJpegFromFile() and RoundRectangle() functions from class.pdf.php with Image() and RoundedRect() functions from tcpdf.php. 18/08/16 Exson: Add a Cancel button on SupplierAllocations.php to make user can return to previous page easily. |
From: <ex...@us...> - 2016-08-24 09:56:10
|
Revision: 7603 http://sourceforge.net/p/web-erp/reponame/7603 Author: exsonqu Date: 2016-08-24 09:56:08 +0000 (Wed, 24 Aug 2016) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2016-08-24 09:55:22 UTC (rev 7602) +++ trunk/doc/Change.log 2016-08-24 09:56:08 UTC (rev 7603) @@ -1,5 +1,5 @@ webERP Change Log - +24/08/16 Exson: Fixed the latin1 charset mixed bug in supplierdiscounts table; 24/9/16 Exson: Fixed the bug that days of payment terms in the following month over 31 days can not be handled correctly in DateFunctions.inc. 20/08/16 RChacon: In ConfirmDispatch_Invoice.php, fix table html code. 18/08/16 RChacon: In PDFStatementPageHeader.inc, replace addJpegFromFile() and RoundRectangle() functions from class.pdf.php with Image() and RoundedRect() functions from tcpdf.php. |
From: <ex...@us...> - 2016-08-31 06:33:55
|
Revision: 7606 http://sourceforge.net/p/web-erp/reponame/7606 Author: exsonqu Date: 2016-08-31 06:33:53 +0000 (Wed, 31 Aug 2016) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2016-08-31 06:32:57 UTC (rev 7605) +++ trunk/doc/Change.log 2016-08-31 06:33:53 UTC (rev 7606) @@ -1,4 +1,6 @@ webERP Change Log + +31/08/16 Exson: Addd new feature assign cash from one tab to another. 24/08/16 Exson: Fixed the latin1 charset mixed bug in supplierdiscounts table; 24/9/16 Exson: Fixed the bug that days of payment terms in the following month over 31 days can not be handled correctly in DateFunctions.inc. 20/08/16 RChacon: In ConfirmDispatch_Invoice.php, fix table html code. |