From: <ex...@us...> - 2014-02-15 02:13:37
|
Revision: 6577 http://sourceforge.net/p/web-erp/reponame/6577 Author: exsonqu Date: 2014-02-15 02:13:34 +0000 (Sat, 15 Feb 2014) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2014-02-15 02:12:46 UTC (rev 6576) +++ trunk/doc/Change.log 2014-02-15 02:13:34 UTC (rev 6577) @@ -1,5 +1,5 @@ webERP Change Log - +15/2/14 Exson: Make perishable control available in WorkOrderReceive.php. 15/2/14 Andrew Galuski: Reverse HTML5 input type="date" as this will not use the webERP javascript date picker used everywhere else - better be consistent as html5 date picker functionality varies between browsers - AddCustomerNotes.php and AddCustomerTypeNotes.php 15/2/14 Vitaly: Fix PO_SelectOSPurchOrder.php date selection functionality 15/2/14 Phil: Fixed POSDataCreation script to send all current prices in the POS currency including debtorno info so the POS can now deal with customer specific prices correctly. |
From: <ex...@us...> - 2014-02-18 06:16:40
|
Revision: 6584 http://sourceforge.net/p/web-erp/reponame/6584 Author: exsonqu Date: 2014-02-18 06:16:27 +0000 (Tue, 18 Feb 2014) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2014-02-18 06:15:58 UTC (rev 6583) +++ trunk/doc/Change.log 2014-02-18 06:16:27 UTC (rev 6584) @@ -1,4 +1,5 @@ webERP Change Log +18/2/14 Exson: Remove redundant code in StockLocStatus.php and InventoryPlanning.php. 17/2/14 Exson: Tidy up variable overwrite to if else structure in WorkOrderReceive.php scripts according Tim's comments. 17/2/14 icedlava: CopyBOM.php - SQL fix for insert to bom and locstock tables - ensure column counts match values even when zero. 16/2/14 icedlava: StockCounts.php - Enter by Category only counts and enters 10 items maximum - fix to allow any number that are input. |
From: <ex...@us...> - 2014-02-22 05:59:01
|
Revision: 6587 http://sourceforge.net/p/web-erp/reponame/6587 Author: exsonqu Date: 2014-02-22 05:58:55 +0000 (Sat, 22 Feb 2014) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2014-02-22 05:58:09 UTC (rev 6586) +++ trunk/doc/Change.log 2014-02-22 05:58:55 UTC (rev 6587) @@ -1,4 +1,5 @@ webERP Change Log +22/2/14 Exson: Fixed the wrong error messages displayed while input date data manually in MiscFunctions.js. 19/2/14 icedlava: GLTrialBalance_csv.php -Remove set AllowAnyone variable and prevent TB display - temp solution. 18/2/14 Exson: Remove redundant code in StockLocStatus.php and InventoryPlanning.php. 17/2/14 Exson: Tidy up variable overwrite to if else structure in WorkOrderReceive.php scripts according Tim's comments. |
From: <ex...@us...> - 2014-03-03 02:33:10
|
Revision: 6597 http://sourceforge.net/p/web-erp/reponame/6597 Author: exsonqu Date: 2014-03-03 02:33:07 +0000 (Mon, 03 Mar 2014) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2014-03-03 02:32:31 UTC (rev 6596) +++ trunk/doc/Change.log 2014-03-03 02:33:07 UTC (rev 6597) @@ -1,4 +1,5 @@ webERP Change Log +03/03/2014 Exson: Remove redundant code in CustomerAllocations.php 3/3/14 icedlava: WhereUsedInquiry.php will no longer accept StockID with dash (-) as input allowed has changed. Still need to check for consistency for StockId input elsewhere in code. 2/3/14 Paul T: Div swap in footer to simplify CSS for Gel and Silverwolf themes. Some other themes will see a basic position swap of the date and version info where these vertically appeared together at the far left end. 1/3/14 Paul T: Correct variable spelling error. [reported in forums by serakfalcon] |
From: <dai...@us...> - 2014-03-14 20:30:39
|
Revision: 6606 http://sourceforge.net/p/web-erp/reponame/6606 Author: daintree Date: 2014-03-14 20:30:35 +0000 (Fri, 14 Mar 2014) Log Message: ----------- Jiro Akits Taiwanese translation update Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2014-03-14 20:29:12 UTC (rev 6605) +++ trunk/doc/Change.log 2014-03-14 20:30:35 UTC (rev 6606) @@ -1,8 +1,10 @@ webERP Change Log -05/03/2014 icedlava: Ensure there are no unescaped characters in existing data when updating purchorders after reversing GRN. This fixes a symptom of a more widespread bug and therefore temporary until more general fix is applied. -05/03/2014 icedlava: Remove input fields (Country and Language) and display this data instead on customer view page -03/03/2014 Exson: Remove redundant code in CustomerAllocations.php +14/3/14 Jiro Akits: Updated zh_TW.utf8 translation +14/3/14 phil: removed htmchars in DB_escape_string() functions as suggested by Tim +05/03/14 icedlava: Ensure there are no unescaped characters in existing data when updating purchorders after reversing GRN. This fixes a symptom of a more widespread bug and therefore temporary until more general fix is applied. +05/03/14 icedlava: Remove input fields (Country and Language) and display this data instead on customer view page +03/03/14 Exson: Remove redundant code in CustomerAllocations.php 03/3/14 icedlava: WhereUsedInquiry.php will no longer accept StockID with dash (-) as input allowed has changed. Still need to check for consistency for StockId input elsewhere in code. 2/3/14 Paul T: Div swap in footer to simplify CSS for Gel and Silverwolf themes. Some other themes will see a basic position swap of the date and version info where these vertically appeared together at the far left end. 1/3/14 Paul T: Correct variable spelling error. [reported in forums by serakfalcon] |
From: <rc...@us...> - 2014-03-17 15:18:31
|
Revision: 6613 http://sourceforge.net/p/web-erp/reponame/6613 Author: rchacon Date: 2014-03-17 15:18:27 +0000 (Mon, 17 Mar 2014) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2014-03-17 15:12:41 UTC (rev 6612) +++ trunk/doc/Change.log 2014-03-17 15:18:27 UTC (rev 6613) @@ -1,5 +1,6 @@ webERP Change Log +17/3/14 rchacon: Allow translations of tax category Freight 15/3/14 Phil: Z_ChangeStockCategory.php was not updating sales analysis records correctly - fixed 15/3/14 Andrew Galuski: Auto Supplier number functionality 14/3/14 Jiro Akits: Updated zh_TW.utf8 translation |
From: <ex...@us...> - 2014-03-18 05:21:45
|
Revision: 6617 http://sourceforge.net/p/web-erp/reponame/6617 Author: exsonqu Date: 2014-03-18 05:21:41 +0000 (Tue, 18 Mar 2014) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2014-03-18 05:21:00 UTC (rev 6616) +++ trunk/doc/Change.log 2014-03-18 05:21:41 UTC (rev 6617) @@ -1,5 +1,6 @@ webERP Change Log +18/03/14 Exson: Fixed the bugs in GoodsReceived.php which will leads to duplicated goods receiving. 17/3/14 rchacon: Allow translations of tax category Freight 15/3/14 Phil: Z_ChangeStockCategory.php was not updating sales analysis records correctly - fixed 15/3/14 Andrew Galuski: Auto Supplier number functionality |
From: <ex...@us...> - 2014-03-19 03:55:19
|
Revision: 6619 http://sourceforge.net/p/web-erp/reponame/6619 Author: exsonqu Date: 2014-03-19 03:55:16 +0000 (Wed, 19 Mar 2014) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2014-03-19 03:54:43 UTC (rev 6618) +++ trunk/doc/Change.log 2014-03-19 03:55:16 UTC (rev 6619) @@ -1,5 +1,6 @@ webERP Change Log +19/3/14 Tim: Fixed the bug Items Other than those in BOM are not listed in Status of Work Order even if issued. Exson made a little revision to keep SQL query only once for those additional issued materials. Reported by newuesr990 from weberp forum. 18/03/14 Exson: Fixed the bugs in GoodsReceived.php which will leads to duplicated goods receiving. 17/3/14 rchacon: Allow translations of tax category Freight 15/3/14 Phil: Z_ChangeStockCategory.php was not updating sales analysis records correctly - fixed |
From: <ex...@us...> - 2014-03-20 03:14:22
|
Revision: 6622 http://sourceforge.net/p/web-erp/reponame/6622 Author: exsonqu Date: 2014-03-20 03:14:18 +0000 (Thu, 20 Mar 2014) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2014-03-20 03:13:27 UTC (rev 6621) +++ trunk/doc/Change.log 2014-03-20 03:14:18 UTC (rev 6622) @@ -1,5 +1,6 @@ webERP Change Log +20/3/14 Exson: Fixed the bugs in StockCounts that Location set does not work and link typo. 19/3/14 Tim: Fixed the bug Items Other than those in BOM are not listed in Status of Work Order even if issued. Exson made a little revision to keep SQL query only once for those additional issued materials. Reported by newuesr990 from weberp forum. 18/03/14 Exson: Fixed the bugs in GoodsReceived.php which will leads to duplicated goods receiving. 17/3/14 rchacon: Allow translations of tax category Freight |
From: <ex...@us...> - 2014-03-21 03:50:02
|
Revision: 6625 http://sourceforge.net/p/web-erp/reponame/6625 Author: exsonqu Date: 2014-03-21 03:49:58 +0000 (Fri, 21 Mar 2014) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2014-03-21 03:49:21 UTC (rev 6624) +++ trunk/doc/Change.log 2014-03-21 03:49:58 UTC (rev 6625) @@ -1,5 +1,6 @@ webERP Change Log +21/03/14 Exson: Fixed that bugs in WorkOrderIssue.php that the issued non BOM materials not shown. And fixed bugs in WorkOrderStatus.php failed to retrieve item description. 20/3/14 Exson: Fixed the bugs in StockCounts that Location set does not work and link typo. 19/3/14 Tim: Fixed the bug Items Other than those in BOM are not listed in Status of Work Order even if issued. Exson made a little revision to keep SQL query only once for those additional issued materials. Reported by newuesr990 from weberp forum. 18/03/14 Exson: Fixed the bugs in GoodsReceived.php which will leads to duplicated goods receiving. |
From: <ex...@us...> - 2014-03-22 05:25:48
|
Revision: 6628 http://sourceforge.net/p/web-erp/reponame/6628 Author: exsonqu Date: 2014-03-22 05:25:46 +0000 (Sat, 22 Mar 2014) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2014-03-22 05:25:14 UTC (rev 6627) +++ trunk/doc/Change.log 2014-03-22 05:25:46 UTC (rev 6628) @@ -1,5 +1,6 @@ webERP Change Log +22/03/14 Exson: Fixed the stock searching function failure when items setup in system less than DisplayedRecordsMax in WorkOrderEntry.php. 21/03/14 Exson: Fixed that bugs in WorkOrderIssue.php that the issued non BOM materials not shown. And fixed bugs in WorkOrderStatus.php failed to retrieve item description. 20/3/14 Exson: Fixed the bugs in StockCounts that Location set does not work and link typo. 19/3/14 Tim: Fixed the bug Items Other than those in BOM are not listed in Status of Work Order even if issued. Exson made a little revision to keep SQL query only once for those additional issued materials. Reported by newuesr990 from weberp forum. |
From: <ex...@us...> - 2014-03-23 04:23:27
|
Revision: 6630 http://sourceforge.net/p/web-erp/reponame/6630 Author: exsonqu Date: 2014-03-23 04:23:24 +0000 (Sun, 23 Mar 2014) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2014-03-23 04:22:24 UTC (rev 6629) +++ trunk/doc/Change.log 2014-03-23 04:23:24 UTC (rev 6630) @@ -1,5 +1,6 @@ webERP Change Log +23/03/14 Exson: Fixed that currency name not available in Prices.php. 22/03/14 Exson: Fixed the stock searching function failure when items setup in system less than DisplayedRecordsMax in WorkOrderEntry.php. 21/03/14 Exson: Fixed that bugs in WorkOrderIssue.php that the issued non BOM materials not shown. And fixed bugs in WorkOrderStatus.php failed to retrieve item description. 20/3/14 Exson: Fixed the bugs in StockCounts that Location set does not work and link typo. |
From: <ex...@us...> - 2014-03-23 12:44:36
|
Revision: 6632 http://sourceforge.net/p/web-erp/reponame/6632 Author: exsonqu Date: 2014-03-23 12:44:33 +0000 (Sun, 23 Mar 2014) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2014-03-23 12:43:12 UTC (rev 6631) +++ trunk/doc/Change.log 2014-03-23 12:44:33 UTC (rev 6632) @@ -1,5 +1,6 @@ webERP Change Log +23/03/14 Exson: Fixed the bug that the search results shows only limited to DisplayRecordsMax which does not make sense due to pagination in WorkOrderIssue.php. 23/03/14 Exson: Fixed that currency name not available in Prices.php. 22/03/14 Exson: Fixed the stock searching function failure when items setup in system less than DisplayedRecordsMax in WorkOrderEntry.php. 21/03/14 Exson: Fixed that bugs in WorkOrderIssue.php that the issued non BOM materials not shown. And fixed bugs in WorkOrderStatus.php failed to retrieve item description. |
From: <ex...@us...> - 2014-03-23 14:58:48
|
Revision: 6634 http://sourceforge.net/p/web-erp/reponame/6634 Author: exsonqu Date: 2014-03-23 14:58:45 +0000 (Sun, 23 Mar 2014) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2014-03-23 14:58:12 UTC (rev 6633) +++ trunk/doc/Change.log 2014-03-23 14:58:45 UTC (rev 6634) @@ -1,5 +1,6 @@ webERP Change Log +23/03/14 Exson: Fixed the no defined variable bugs in WorkOrderIssue.php. Reported by Tim. 23/03/14 Exson: Fixed the bug that the search results shows only limited to DisplayRecordsMax which does not make sense due to pagination in WorkOrderIssue.php. 23/03/14 Exson: Fixed that currency name not available in Prices.php. 22/03/14 Exson: Fixed the stock searching function failure when items setup in system less than DisplayedRecordsMax in WorkOrderEntry.php. |
From: <ex...@us...> - 2014-03-28 11:27:35
|
Revision: 6648 http://sourceforge.net/p/web-erp/reponame/6648 Author: exsonqu Date: 2014-03-28 11:27:31 +0000 (Fri, 28 Mar 2014) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2014-03-28 11:26:41 UTC (rev 6647) +++ trunk/doc/Change.log 2014-03-28 11:27:31 UTC (rev 6648) @@ -1,5 +1,6 @@ webERP Change Log +28/03/14 Exson: Fixed the Expiry Date not handled right during stocks adjustments by manual key in or bar code scan in Add_SerialItems.php, DefineSerialItems.php,InputSerialItems.php and InputSerialItemsKeyed.php. 26/3/14 Serakfalcon: fixed findLogoFile function in includes/session.inc 24/3/14 Phil: Removed DefaultTheme configuration parameter - unecessary as noted by Serafalcon 23/03/14 Exson: Fixed the no defined variable bugs in WorkOrderIssue.php. Reported by Tim. |
From: <ex...@us...> - 2014-04-04 08:02:39
|
Revision: 6663 http://sourceforge.net/p/web-erp/reponame/6663 Author: exsonqu Date: 2014-04-04 08:02:36 +0000 (Fri, 04 Apr 2014) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2014-04-04 08:01:59 UTC (rev 6662) +++ trunk/doc/Change.log 2014-04-04 08:02:36 UTC (rev 6663) @@ -1,5 +1,6 @@ webERP Change Log +04/04/14 Exson: Fixed the bug that controlled items can be dispatched more than order balance in ConfirmDispatch_Invoice.php. 2/4/14 Andrew Galuski: Get Credit available when modifiying an existing order 28/03/14 Exson: Fixed the Expiry Date not handled right during stocks adjustments by manual key in or bar code scan in Add_SerialItems.php, DefineSerialItems.php,InputSerialItems.php and InputSerialItemsKeyed.php. 26/3/14 Serakfalcon: fixed findLogoFile function in includes/session.inc |
From: <ex...@us...> - 2014-04-05 11:31:01
|
Revision: 6665 http://sourceforge.net/p/web-erp/reponame/6665 Author: exsonqu Date: 2014-04-05 11:30:59 +0000 (Sat, 05 Apr 2014) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2014-04-05 11:30:25 UTC (rev 6664) +++ trunk/doc/Change.log 2014-04-05 11:30:59 UTC (rev 6665) @@ -1,5 +1,6 @@ webERP Change Log +05/04/14 Exson: Add a decimal places check in StockAdjustments.php to prevent from wrong decimal places input. 04/04/14 Exson: Fixed the bug that controlled items can be dispatched more than order balance in ConfirmDispatch_Invoice.php. 2/4/14 Andrew Galuski: Get Credit available when modifiying an existing order 28/03/14 Exson: Fixed the Expiry Date not handled right during stocks adjustments by manual key in or bar code scan in Add_SerialItems.php, DefineSerialItems.php,InputSerialItems.php and InputSerialItemsKeyed.php. |
From: <ex...@us...> - 2014-04-05 14:17:53
|
Revision: 6668 http://sourceforge.net/p/web-erp/reponame/6668 Author: exsonqu Date: 2014-04-05 14:17:50 +0000 (Sat, 05 Apr 2014) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2014-04-05 14:07:41 UTC (rev 6667) +++ trunk/doc/Change.log 2014-04-05 14:17:50 UTC (rev 6668) @@ -1,5 +1,6 @@ webERP Change Log +05/04/14 Exson: Add decimal places check for controlled items quantity input in Add_SerialItems.php and InputSerialItems.php.The wrong decimal places will make this sections quite buggy and problem prone. 05/04/14 Exson: Add a decimal places check in StockAdjustments.php to prevent from wrong decimal places input. 04/04/14 Exson: Fixed the bug that controlled items can be dispatched more than order balance in ConfirmDispatch_Invoice.php. 2/4/14 Andrew Galuski: Get Credit available when modifiying an existing order |
From: <rc...@us...> - 2014-04-05 23:40:15
|
Revision: 6670 http://sourceforge.net/p/web-erp/reponame/6670 Author: rchacon Date: 2014-04-05 23:40:13 +0000 (Sat, 05 Apr 2014) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2014-04-05 23:31:54 UTC (rev 6669) +++ trunk/doc/Change.log 2014-04-05 23:40:13 UTC (rev 6670) @@ -1,5 +1,6 @@ webERP Change Log +05/04/14 rchacon: Fixes the bug that emptied ItemDescriptionLanguages. 05/04/14 Exson: Add decimal places check for controlled items quantity input in Add_SerialItems.php and InputSerialItems.php.The wrong decimal places will make this sections quite buggy and problem prone. 05/04/14 Exson: Add a decimal places check in StockAdjustments.php to prevent from wrong decimal places input. 04/04/14 Exson: Fixed the bug that controlled items can be dispatched more than order balance in ConfirmDispatch_Invoice.php. |
From: <ex...@us...> - 2014-04-07 08:58:13
|
Revision: 6676 http://sourceforge.net/p/web-erp/reponame/6676 Author: exsonqu Date: 2014-04-07 08:58:11 +0000 (Mon, 07 Apr 2014) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2014-04-07 08:57:25 UTC (rev 6675) +++ trunk/doc/Change.log 2014-04-07 08:58:11 UTC (rev 6676) @@ -1,5 +1,6 @@ webERP Change Log +07/04/14 Exson: Fixed the bug in Prices_Customer.php. MySQL strict mode not allowed a date is a white space. 06/04/14 Exson: Fixed the quote date and order confirmed date has not been retrieved for orders to modify in SelectOrderItems.php. 6/4/14 Andrew Galuski: Extensions for printing WO documentation new labels and links to print 05/04/14 rchacon: Fixes the bug that emptied ItemDescriptionLanguages. |
From: <ex...@us...> - 2014-04-07 10:39:31
|
Revision: 6678 http://sourceforge.net/p/web-erp/reponame/6678 Author: exsonqu Date: 2014-04-07 10:39:29 +0000 (Mon, 07 Apr 2014) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2014-04-07 10:38:49 UTC (rev 6677) +++ trunk/doc/Change.log 2014-04-07 10:39:29 UTC (rev 6678) @@ -1,5 +1,5 @@ webERP Change Log - +07/04/14 Exson: Add InOutModifier to input Quantity when there whole batches are removed. Otherwise, it will create a wrong quantity left in Add_SerialItems.php. 07/04/14 Exson: Fixed the bug in Prices_Customer.php. MySQL strict mode not allowed a date is a white space. 06/04/14 Exson: Fixed the quote date and order confirmed date has not been retrieved for orders to modify in SelectOrderItems.php. 6/4/14 Andrew Galuski: Extensions for printing WO documentation new labels and links to print |
From: <ex...@us...> - 2014-04-09 11:38:18
|
Revision: 6682 http://sourceforge.net/p/web-erp/reponame/6682 Author: exsonqu Date: 2014-04-09 11:38:15 +0000 (Wed, 09 Apr 2014) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2014-04-09 11:37:13 UTC (rev 6681) +++ trunk/doc/Change.log 2014-04-09 11:38:15 UTC (rev 6682) @@ -1,4 +1,5 @@ webERP Change Log +09/04/14 Tim: Fixed the table sort failure bugs in SelectSalesOrder.php reported by Andrew Agaluski. 07/04/14 Exson: Add InOutModifier to input Quantity when there whole batches are removed. Otherwise, it will create a wrong quantity left in Add_SerialItems.php. 07/04/14 Exson: Fixed the bug in Prices_Customer.php. MySQL strict mode not allowed a date is a white space. 06/04/14 Exson: Fixed the quote date and order confirmed date has not been retrieved for orders to modify in SelectOrderItems.php. |
From: <ex...@us...> - 2014-04-17 11:51:30
|
Revision: 6685 http://sourceforge.net/p/web-erp/reponame/6685 Author: exsonqu Date: 2014-04-17 11:51:26 +0000 (Thu, 17 Apr 2014) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2014-04-17 11:50:35 UTC (rev 6684) +++ trunk/doc/Change.log 2014-04-17 11:51:26 UTC (rev 6685) @@ -1,4 +1,5 @@ webERP Change Log +17/04/14 Exson: Update zh_CN.utf8 translation. 09/04/14 Tim: Fixed the table sort failure bugs in SelectSalesOrder.php reported by Andrew Agaluski. 07/04/14 Exson: Add InOutModifier to input Quantity when there whole batches are removed. Otherwise, it will create a wrong quantity left in Add_SerialItems.php. 07/04/14 Exson: Fixed the bug in Prices_Customer.php. MySQL strict mode not allowed a date is a white space. |
From: <ex...@us...> - 2014-04-20 02:51:37
|
Revision: 6689 http://sourceforge.net/p/web-erp/reponame/6689 Author: exsonqu Date: 2014-04-20 02:51:32 +0000 (Sun, 20 Apr 2014) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2014-04-20 02:49:36 UTC (rev 6688) +++ trunk/doc/Change.log 2014-04-20 02:51:32 UTC (rev 6689) @@ -1,4 +1,5 @@ webERP Change Log +20/04/14 Exson: Fixed undefined variable bugs in PDFWOPageHeader.inc and PDFWOPrint.php and remove some redundant codes in PDFWOPrint.php 17/04/14 Exson: Update zh_CN.utf8 translation. 09/04/14 Tim: Fixed the table sort failure bugs in SelectSalesOrder.php reported by Andrew Agaluski. 07/04/14 Exson: Add InOutModifier to input Quantity when there whole batches are removed. Otherwise, it will create a wrong quantity left in Add_SerialItems.php. |
From: <ex...@us...> - 2014-04-29 12:57:43
|
Revision: 6701 http://sourceforge.net/p/web-erp/reponame/6701 Author: exsonqu Date: 2014-04-29 12:57:39 +0000 (Tue, 29 Apr 2014) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2014-04-29 12:54:54 UTC (rev 6700) +++ trunk/doc/Change.log 2014-04-29 12:57:39 UTC (rev 6701) @@ -1,4 +1,5 @@ webERP Change Log +29/4/2014 Exson: Make price matrix workable including GetPrice.inc, MainMenuLinksArray.php,SelectOrderItems_IntoCart.inc,PriceMatrix.php, SelectProduct.php,StockDispatch.php. 20/04/14 Exson: Fixed undefined variable bugs in PDFWOPageHeader.inc and PDFWOPrint.php and remove some redundant codes in PDFWOPrint.php 17/04/14 Exson: Update zh_CN.utf8 translation. 09/04/14 Tim: Fixed the table sort failure bugs in SelectSalesOrder.php reported by Andrew Agaluski. |