From: <ex...@us...> - 2014-09-11 02:15:37
|
Revision: 6873 http://sourceforge.net/p/web-erp/reponame/6873 Author: exsonqu Date: 2014-09-11 02:15:34 +0000 (Thu, 11 Sep 2014) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2014-09-11 02:14:48 UTC (rev 6872) +++ trunk/doc/Change.log 2014-09-11 02:15:34 UTC (rev 6873) @@ -1,4 +1,5 @@ webERP Change Log +11/09/14 Exson: Code tidy up to make it meet coding guidance in CustomerInquiry.php. 11/09/14: Exson: Fixed the prnMsg bug in CustomerReceipt.php and add an inquiry link in it and make a status selectable in Customer inquiry and removed those rowstring definition which caused printf parameters missing. 31/8/14 RChacon: In general: Replaces code to determine background colour with TableRows(). Adds comments to ManualNewScripts.html. Fixes manual.css format. In GLTransInquiry.php: Adds $ViewTopic and $BookMark and sorts columns, and minor improvements. Minor translation improvements. 31/8/14 RChacon: Standardizes page_title_text to main-menu-option, standardizes bottom tax-menu, adds $ViewTopic and $BookMark, completes table header columns, formats data columns in Tax* scripts. |
From: <ex...@us...> - 2014-09-15 05:11:17
|
Revision: 6889 http://sourceforge.net/p/web-erp/reponame/6889 Author: exsonqu Date: 2014-09-15 05:11:09 +0000 (Mon, 15 Sep 2014) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2014-09-15 05:10:21 UTC (rev 6888) +++ trunk/doc/Change.log 2014-09-15 05:11:09 UTC (rev 6889) @@ -1,4 +1,5 @@ webERP Change Log +15/09/14 Exson: fixed the date format errors in WorkOrderEntry.php. 13/9/14 Phil: Added new MT940 - SCB - Siam Comercial Bank Thailand style - a bit different to ING's style. Modifications to BankAccounts.php to allow the transaction file format for imports. ImportBankTrans.php must now select the bank account to determine the file import format to use. It now uses an include for the file parsing so other formats can easily be accomodated with a new include. 11/09/14 RChacon: Adds gettext() to line 402 of CustomerAllocations.php. Reported by Harald. 11/09/14 Exson: Code tidy up to make it meet coding guidance in CustomerInquiry.php. |
From: <ex...@us...> - 2014-09-29 10:54:17
|
Revision: 6902 http://sourceforge.net/p/web-erp/reponame/6902 Author: exsonqu Date: 2014-09-29 10:54:14 +0000 (Mon, 29 Sep 2014) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2014-09-29 10:53:28 UTC (rev 6901) +++ trunk/doc/Change.log 2014-09-29 10:54:14 UTC (rev 6902) @@ -1,5 +1,5 @@ webERP Change Log - +29/09/14 Exson: Change charset from latin1 to utf8 for supplierdiscounts. 27/09/14 RChacon: Add ascending class to have sortable columns, complete table-heads and add documentation. 21/9/14 Phil: Tidy up Dashboard to remove redundant code etc 20/9/14 Phil: Move the DB Maintenance/GetConfig/Exchange rates update/audit trail purge inside UserLogin.php to ensure they do no add unecessary overhead to every page |
From: <ex...@us...> - 2014-09-30 08:55:33
|
Revision: 6904 http://sourceforge.net/p/web-erp/reponame/6904 Author: exsonqu Date: 2014-09-30 08:55:26 +0000 (Tue, 30 Sep 2014) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2014-09-30 08:54:33 UTC (rev 6903) +++ trunk/doc/Change.log 2014-09-30 08:55:26 UTC (rev 6904) @@ -1,4 +1,5 @@ webERP Change Log +30/09/14 Exson: Fixed the purchase order details status to be right when the PO is recovered from Cancelled status. 29/09/14 Exson: Change charset from latin1 to utf8 for supplierdiscounts. 27/09/14 RChacon: Add ascending class to have sortable columns, complete table-heads and add documentation. 21/9/14 Phil: Tidy up Dashboard to remove redundant code etc |
From: <ex...@us...> - 2014-10-06 11:15:10
|
Revision: 6910 http://sourceforge.net/p/web-erp/reponame/6910 Author: exsonqu Date: 2014-10-06 11:15:02 +0000 (Mon, 06 Oct 2014) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2014-10-06 11:14:18 UTC (rev 6909) +++ trunk/doc/Change.log 2014-10-06 11:15:02 UTC (rev 6910) @@ -1,5 +1,6 @@ webERP Change Log +06/10/14 Exson: Fixed the prices or line total variance in invoice for foreign currencies. 4/10/14 Andrew Galuski: defaulted factory location from WO record 30/09/14 Exson: Fixed the purchase order details status to be right when the PO is recovered from Cancelled status. 29/09/14 Exson: Change charset from latin1 to utf8 for supplierdiscounts. |
From: <ex...@us...> - 2014-10-13 02:58:04
|
Revision: 6913 http://sourceforge.net/p/web-erp/reponame/6913 Author: exsonqu Date: 2014-10-13 02:57:58 +0000 (Mon, 13 Oct 2014) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2014-10-13 02:54:08 UTC (rev 6912) +++ trunk/doc/Change.log 2014-10-13 02:57:58 UTC (rev 6913) @@ -1,5 +1,5 @@ webERP Change Log - +13/10/14: Exson: Fixed the bugs in pattern properties with extra blank which leads to the patterns checking failed for all fields. Report from webERP Chinese community QQ group DongDong. 09/10/14 RChacon: Add transaccion type name translation, transaccion type number and link to GL transaction inquiry in DailyBankTransactions.php. 06/10/14 Exson: Fixed the prices or line total variance in invoice for foreign currencies. 4/10/14 Andrew Galuski: defaulted factory location from WO record |
From: <ex...@us...> - 2014-10-14 09:35:22
|
Revision: 6917 http://sourceforge.net/p/web-erp/reponame/6917 Author: exsonqu Date: 2014-10-14 09:35:11 +0000 (Tue, 14 Oct 2014) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2014-10-14 09:33:17 UTC (rev 6916) +++ trunk/doc/Change.log 2014-10-14 09:35:11 UTC (rev 6917) @@ -1,6 +1,6 @@ webERP Change Log - +14/10/14 Jiro Akits: Update Chinese traditional translation. 12/10/14 Version 4.11.5 release 13/10/14: Exson: Fixed the bugs in pattern properties with extra blank which leads to the patterns checking failed for all fields. Report from webERP Chinese community QQ group DongDong. |
From: <ex...@us...> - 2014-10-15 08:28:18
|
Revision: 6919 http://sourceforge.net/p/web-erp/reponame/6919 Author: exsonqu Date: 2014-10-15 08:28:15 +0000 (Wed, 15 Oct 2014) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2014-10-15 08:27:33 UTC (rev 6918) +++ trunk/doc/Change.log 2014-10-15 08:28:15 UTC (rev 6919) @@ -1,5 +1,5 @@ webERP Change Log - +15/10/14 Exson: Fixed no receipt data displayed retrieved bugs for sales login in CustomerInquiry.php. 14/10/14 Jiro Akits: Update Chinese traditional translation. 12/10/14 Version 4.11.5 release |
From: <ex...@us...> - 2014-10-17 06:24:01
|
Revision: 6921 http://sourceforge.net/p/web-erp/reponame/6921 Author: exsonqu Date: 2014-10-17 06:23:51 +0000 (Fri, 17 Oct 2014) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2014-10-17 06:21:51 UTC (rev 6920) +++ trunk/doc/Change.log 2014-10-17 06:23:51 UTC (rev 6921) @@ -1,4 +1,5 @@ webERP Change Log +17/10/14 Exson: Add po line and due date result in OrderDetails.php. 15/10/14 Exson: Fixed no receipt data displayed retrieved bugs for sales login in CustomerInquiry.php. 14/10/14 Jiro Akits: Update Chinese traditional translation. 12/10/14 Version 4.11.5 release |
From: <ex...@us...> - 2014-10-22 01:35:51
|
Revision: 6928 http://sourceforge.net/p/web-erp/reponame/6928 Author: exsonqu Date: 2014-10-22 01:35:44 +0000 (Wed, 22 Oct 2014) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2014-10-22 01:33:33 UTC (rev 6927) +++ trunk/doc/Change.log 2014-10-22 01:35:44 UTC (rev 6928) @@ -1,5 +1,6 @@ webERP Change Log +22/10/14 Exson: Remove debug info in GetPrice.inc. Reported by Jiro Akits. 17/10/14 RChacon: Remove translation of tax category 'Freight' inside database. 17/10/14 Exson: Add po line and due date result in OrderDetails.php. 15/10/14 Exson: Fixed no receipt data displayed retrieved bugs for sales login in CustomerInquiry.php. |
From: <ex...@us...> - 2014-10-22 09:07:52
|
Revision: 6930 http://sourceforge.net/p/web-erp/reponame/6930 Author: exsonqu Date: 2014-10-22 09:07:47 +0000 (Wed, 22 Oct 2014) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2014-10-22 09:07:03 UTC (rev 6929) +++ trunk/doc/Change.log 2014-10-22 09:07:47 UTC (rev 6930) @@ -1,5 +1,5 @@ webERP Change Log - +22/10/14 Exson: Add Order by in SalesTypes.php. 22/10/14 Exson: Remove debug info in GetPrice.inc. Reported by Jiro Akits. 17/10/14 RChacon: Remove translation of tax category 'Freight' inside database. 17/10/14 Exson: Add po line and due date result in OrderDetails.php. |
From: <ex...@us...> - 2014-10-24 12:48:02
|
Revision: 6933 http://sourceforge.net/p/web-erp/reponame/6933 Author: exsonqu Date: 2014-10-24 12:47:56 +0000 (Fri, 24 Oct 2014) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2014-10-24 12:46:51 UTC (rev 6932) +++ trunk/doc/Change.log 2014-10-24 12:47:56 UTC (rev 6933) @@ -1,4 +1,6 @@ webERP Change Log + +24/10/14 Exson: Correct Chinese currency code in weberpchina.sql 22/10/14 Exson: Add Order by in SalesTypes.php. 22/10/14 Exson: Remove debug info in GetPrice.inc. Reported by Jiro Akits. 17/10/14 RChacon: Remove translation of tax category 'Freight' inside database. |
From: <ex...@us...> - 2014-10-24 12:55:29
|
Revision: 6935 http://sourceforge.net/p/web-erp/reponame/6935 Author: exsonqu Date: 2014-10-24 12:55:20 +0000 (Fri, 24 Oct 2014) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2014-10-24 12:54:40 UTC (rev 6934) +++ trunk/doc/Change.log 2014-10-24 12:55:20 UTC (rev 6935) @@ -1,5 +1,5 @@ webERP Change Log - +24/10/14 Exson: Fixed the extra blank in pattern in TaxGroups.php which leads to input failure. 24/10/14 Exson: Correct Chinese currency code in weberpchina.sql 22/10/14 Exson: Add Order by in SalesTypes.php. 22/10/14 Exson: Remove debug info in GetPrice.inc. Reported by Jiro Akits. |
From: <ex...@us...> - 2014-10-25 07:08:55
|
Revision: 6939 http://sourceforge.net/p/web-erp/reponame/6939 Author: exsonqu Date: 2014-10-25 07:08:51 +0000 (Sat, 25 Oct 2014) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2014-10-25 07:08:04 UTC (rev 6938) +++ trunk/doc/Change.log 2014-10-25 07:08:51 UTC (rev 6939) @@ -1,5 +1,5 @@ webERP Change Log - +25/10/14 Exson: Add sorting feature for tables to meet different needs. 24/10/14 Exson: Fixed the extra blank in pattern in TaxGroups.php which leads to input failure. 24/10/14 Exson: Correct Chinese currency code in weberpchina.sql 22/10/14 Exson: Add Order by in SalesTypes.php. |
From: <ex...@us...> - 2014-10-28 07:14:07
|
Revision: 6948 http://sourceforge.net/p/web-erp/reponame/6948 Author: exsonqu Date: 2014-10-28 07:14:01 +0000 (Tue, 28 Oct 2014) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2014-10-28 07:12:24 UTC (rev 6947) +++ trunk/doc/Change.log 2014-10-28 07:14:01 UTC (rev 6948) @@ -1,5 +1,6 @@ webERP Change Log +28/10/14 Exson: Fixed the variable undefined bug in simplify Chinese manual in Manual/ManualContents.php. Reported by webERP Chinese community QQ group chengdu-belief. 27/10/14 Phil: Removed the $db parameter from all DB_Txn_Begin($db) DB_Txn_Commit($db) DB_Txn_Rollback($db)calls - $db is now global 27/10/14 Phil: Removed the $db parameter from all DB_Maintenance($db) calls - $db is now global 27/10/14 Phil: Removed the $db parameter from all DB_error_msg($db) calls - $db is now global |
From: <ex...@us...> - 2014-10-28 11:25:34
|
Revision: 6950 http://sourceforge.net/p/web-erp/reponame/6950 Author: exsonqu Date: 2014-10-28 11:25:32 +0000 (Tue, 28 Oct 2014) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2014-10-28 11:24:10 UTC (rev 6949) +++ trunk/doc/Change.log 2014-10-28 11:25:32 UTC (rev 6950) @@ -1,5 +1,6 @@ webERP Change Log +28/10/14 Exson: Add Chinese Yuan to default.sql to prevent wrong Chinese Yuan input which leads lots of problem. Advised by Thumb. 28/10/14 Exson: Fixed the variable undefined bug in simplify Chinese manual in Manual/ManualContents.php. Reported by webERP Chinese community QQ group chengdu-belief. 27/10/14 Phil: Removed the $db parameter from all DB_Txn_Begin($db) DB_Txn_Commit($db) DB_Txn_Rollback($db)calls - $db is now global 27/10/14 Phil: Removed the $db parameter from all DB_Maintenance($db) calls - $db is now global |
From: <ex...@us...> - 2014-11-03 02:31:19
|
Revision: 6958 http://sourceforge.net/p/web-erp/reponame/6958 Author: exsonqu Date: 2014-11-03 02:31:16 +0000 (Mon, 03 Nov 2014) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2014-11-03 02:30:16 UTC (rev 6957) +++ trunk/doc/Change.log 2014-11-03 02:31:16 UTC (rev 6958) @@ -1,5 +1,6 @@ webERP Change Log +3/11/14 Exson: Make Dashboard.php workable in php which version is lower than 5.3. Report by Craig Craven. 28/10/14 Exson: Add Chinese Yuan to default.sql to prevent wrong Chinese Yuan input which leads lots of problem. Advised by Thumb. 28/10/14 Exson: Fixed the variable undefined bug in simplify Chinese manual in Manual/ManualContents.php. Reported by webERP Chinese community QQ group chengdu-belief. 27/10/14 Phil: Removed the $db parameter from all DB_Txn_Begin($db) DB_Txn_Commit($db) DB_Txn_Rollback($db)calls - $db is now global |
From: <ex...@us...> - 2014-11-06 08:42:08
|
Revision: 6965 http://sourceforge.net/p/web-erp/reponame/6965 Author: exsonqu Date: 2014-11-06 08:41:58 +0000 (Thu, 06 Nov 2014) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2014-11-06 08:40:30 UTC (rev 6964) +++ trunk/doc/Change.log 2014-11-06 08:41:58 UTC (rev 6965) @@ -1,5 +1,6 @@ webERP Change Log +06/11/14 Exson: Add code change for table custitem and pricematrix in Z_ChangeStockCode.php. 3/11/14 Exson: Make Dashboard.php workable in php which version is lower than 5.3. Report by Craig Craven. 28/10/14 Exson: Add Chinese Yuan to default.sql to prevent wrong Chinese Yuan input which leads lots of problem. Advised by Thumb. 28/10/14 Exson: Fixed the variable undefined bug in simplify Chinese manual in Manual/ManualContents.php. Reported by webERP Chinese community QQ group chengdu-belief. |
From: <ex...@us...> - 2014-11-07 09:40:47
|
Revision: 6968 http://sourceforge.net/p/web-erp/reponame/6968 Author: exsonqu Date: 2014-11-07 09:40:43 +0000 (Fri, 07 Nov 2014) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2014-11-07 09:39:42 UTC (rev 6967) +++ trunk/doc/Change.log 2014-11-07 09:40:43 UTC (rev 6968) @@ -1,5 +1,6 @@ webERP Change Log +7/11/14 Exson: Remove date range from sql when users input the PO number in PO_SelectOSPurchOrder.php. 06/11/14 Exson: Add code change for table custitem and pricematrix in Z_ChangeStockCode.php. 3/11/14 Exson: Make Dashboard.php workable in php which version is lower than 5.3. Report by Craig Craven. 28/10/14 Exson: Add Chinese Yuan to default.sql to prevent wrong Chinese Yuan input which leads lots of problem. Advised by Thumb. |
From: <ex...@us...> - 2014-11-08 00:43:25
|
Revision: 6970 http://sourceforge.net/p/web-erp/reponame/6970 Author: exsonqu Date: 2014-11-08 00:43:17 +0000 (Sat, 08 Nov 2014) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2014-11-08 00:42:31 UTC (rev 6969) +++ trunk/doc/Change.log 2014-11-08 00:43:17 UTC (rev 6970) @@ -1,5 +1,6 @@ webERP Change Log +8/11/14: Alessandro Saporetti: Fixed the bug that the wrong invoiced quantity result in Z_DeleteInvoice.php. 7/11/14 Exson: Remove date range from sql when users input the PO number in PO_SelectOSPurchOrder.php. 06/11/14 Exson: Add code change for table custitem and pricematrix in Z_ChangeStockCode.php. 3/11/14 Exson: Make Dashboard.php workable in php which version is lower than 5.3. Report by Craig Craven. |
From: <ex...@us...> - 2014-11-13 02:06:24
|
Revision: 6974 http://sourceforge.net/p/web-erp/reponame/6974 Author: exsonqu Date: 2014-11-13 02:06:21 +0000 (Thu, 13 Nov 2014) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2014-11-13 02:04:00 UTC (rev 6973) +++ trunk/doc/Change.log 2014-11-13 02:06:21 UTC (rev 6974) @@ -1,5 +1,6 @@ webERP Change Log +13/11/Exson: Fixed bugs that issued materials not be calculated in demand for work orders and over received are ignored in level netting and negative inventory are not considered in REORDER level management in MRP.php which leads to wrong MRP results. 9/11/14: Tim: fix to javascript function to sort numbers including formatted numbers with commas. 8/11/14: Alessandro Saporetti: Fixed the bug that the wrong invoiced quantity result in Z_DeleteInvoice.php. 7/11/14 Exson: Remove date range from sql when users input the PO number in PO_SelectOSPurchOrder.php. |
From: <ex...@us...> - 2014-11-14 01:00:39
|
Revision: 6976 http://sourceforge.net/p/web-erp/reponame/6976 Author: exsonqu Date: 2014-11-14 01:00:15 +0000 (Fri, 14 Nov 2014) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2014-11-14 00:58:57 UTC (rev 6975) +++ trunk/doc/Change.log 2014-11-14 01:00:15 UTC (rev 6976) @@ -1,5 +1,5 @@ webERP Change Log - +14/11/2014 Tim: The systypes should be 28 instead of 38 for work order issued in MRP.php. 13/11/Exson: Fixed bugs that issued materials not be calculated in demand for work orders and over received are ignored in level netting and negative inventory are not considered in REORDER level management in MRP.php which leads to wrong MRP results. 9/11/14: Tim: fix to javascript function to sort numbers including formatted numbers with commas. 8/11/14: Alessandro Saporetti: Fixed the bug that the wrong invoiced quantity result in Z_DeleteInvoice.php. |
From: <ex...@us...> - 2014-11-14 02:57:37
|
Revision: 6978 http://sourceforge.net/p/web-erp/reponame/6978 Author: exsonqu Date: 2014-11-14 02:57:33 +0000 (Fri, 14 Nov 2014) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2014-11-14 02:56:58 UTC (rev 6977) +++ trunk/doc/Change.log 2014-11-14 02:57:33 UTC (rev 6978) @@ -1,4 +1,5 @@ webERP Change Log +14/11/14 Exson: Fixed the bug in MRP.php that wo requirement not counting demand for work orders without issuing items. Thanks for Tim's reminder. 14/11/2014 Tim: The systypes should be 28 instead of 38 for work order issued in MRP.php. 13/11/Exson: Fixed bugs that issued materials not be calculated in demand for work orders and over received are ignored in level netting and negative inventory are not considered in REORDER level management in MRP.php which leads to wrong MRP results. 9/11/14: Tim: fix to javascript function to sort numbers including formatted numbers with commas. |
From: <ex...@us...> - 2014-11-14 11:37:28
|
Revision: 6981 http://sourceforge.net/p/web-erp/reponame/6981 Author: exsonqu Date: 2014-11-14 11:37:21 +0000 (Fri, 14 Nov 2014) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2014-11-14 11:36:18 UTC (rev 6980) +++ trunk/doc/Change.log 2014-11-14 11:37:21 UTC (rev 6981) @@ -1,4 +1,6 @@ webERP Change Log + +14/11/14 Exson: Fixed the foreign key constrained failure bug in Z_DeleteCreditNote.php. 14/11/14 Exson: Fixed the bug in MRP.php that wo requirement not counting demand for work orders without issuing items. Thanks for Tim's reminder. 14/11/2014 Tim: The systypes should be 28 instead of 38 for work order issued in MRP.php. 13/11/Exson: Fixed bugs that issued materials not be calculated in demand for work orders and over received are ignored in level netting and negative inventory are not considered in REORDER level management in MRP.php which leads to wrong MRP results. |
From: <ex...@us...> - 2014-11-15 08:41:12
|
Revision: 6985 http://sourceforge.net/p/web-erp/reponame/6985 Author: exsonqu Date: 2014-11-15 08:41:06 +0000 (Sat, 15 Nov 2014) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2014-11-15 08:40:18 UTC (rev 6984) +++ trunk/doc/Change.log 2014-11-15 08:41:06 UTC (rev 6985) @@ -1,5 +1,6 @@ webERP Change Log +15/11/14 Exson: Fixed the NULL bug for no issued materials for WO and make multiple times material issues correctly in MRP.php. 14/11/14 Exson: Fixed the foreign key constrained failure bug in Z_DeleteCreditNote.php. 14/11/14 Exson: Fixed the bug in MRP.php that wo requirement not counting demand for work orders without issuing items. Thanks for Tim's reminder. 14/11/2014 Tim: The systypes should be 28 instead of 38 for work order issued in MRP.php. |