From: <Ex...@us...> - 2012-05-14 02:06:25
|
Revision: 5352 http://web-erp.svn.sourceforge.net/web-erp/?rev=5352&view=rev Author: ExsonQu Date: 2012-05-14 02:06:19 +0000 (Mon, 14 May 2012) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2012-05-14 02:05:25 UTC (rev 5351) +++ trunk/doc/Change.log 2012-05-14 02:06:19 UTC (rev 5352) @@ -1,4 +1,7 @@ webERP Change Log +14/5/2012 Exson: Fixed when user change the currency, the suggested rate can not changed accordingly in CustomerReceipt.php. Reported by Ahmed.Fawzy. +14/5/2012 Ahmed.Fawzy: Fixed bugs that ExchangRateText be applied with locale_number_format() function in CustomerReceipt.php + 10/5/2012 Exson: Fixed bug that Date selection does not work in ReverseGRN.php. Add GRN batch column. 9/5/2012 Ahmed.Fawzy: Fixed bugs in Stocks.php that the properties for new items cannot be saved. Checked status is not kept and numeric values between max and min are not validated. 8/5/2012 Exson: Fixed typo in SalesCategories.php which leads to the jpg pictures do not appear. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <Ex...@us...> - 2012-05-14 02:06:25
|
Revision: 5352 http://web-erp.svn.sourceforge.net/web-erp/?rev=5352&view=rev Author: ExsonQu Date: 2012-05-14 02:06:19 +0000 (Mon, 14 May 2012) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2012-05-14 02:05:25 UTC (rev 5351) +++ trunk/doc/Change.log 2012-05-14 02:06:19 UTC (rev 5352) @@ -1,4 +1,7 @@ webERP Change Log +14/5/2012 Exson: Fixed when user change the currency, the suggested rate can not changed accordingly in CustomerReceipt.php. Reported by Ahmed.Fawzy. +14/5/2012 Ahmed.Fawzy: Fixed bugs that ExchangRateText be applied with locale_number_format() function in CustomerReceipt.php + 10/5/2012 Exson: Fixed bug that Date selection does not work in ReverseGRN.php. Add GRN batch column. 9/5/2012 Ahmed.Fawzy: Fixed bugs in Stocks.php that the properties for new items cannot be saved. Checked status is not kept and numeric values between max and min are not validated. 8/5/2012 Exson: Fixed typo in SalesCategories.php which leads to the jpg pictures do not appear. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <Ex...@us...> - 2012-05-14 02:34:47
|
Revision: 5356 http://web-erp.svn.sourceforge.net/web-erp/?rev=5356&view=rev Author: ExsonQu Date: 2012-05-14 02:34:41 +0000 (Mon, 14 May 2012) Log Message: ----------- 14/5/2012 Exson: Fixed bug that when users input a Exchang Rate manually, when ones changed minds and select another currency, it'll show the suggested rate correctly in Payments.php. Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2012-05-14 02:33:22 UTC (rev 5355) +++ trunk/doc/Change.log 2012-05-14 02:34:41 UTC (rev 5356) @@ -1,4 +1,5 @@ webERP Change Log +14/5/2012 Exson: Fixed bug that when users input a Exchang Rate manually, when ones changed minds and select another currency, it'll show the suggested rate correctly. 14/5/2012 Exson: Fixed when user change the currency, the suggested rate can not changed accordingly in CustomerReceipt.php. Reported by Ahmed.Fawzy. 14/5/2012 Ahmed.Fawzy: Fixed bugs that ExchangRateText be applied with locale_number_format() function in CustomerReceipt.php This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <Ex...@us...> - 2012-05-14 02:34:47
|
Revision: 5356 http://web-erp.svn.sourceforge.net/web-erp/?rev=5356&view=rev Author: ExsonQu Date: 2012-05-14 02:34:41 +0000 (Mon, 14 May 2012) Log Message: ----------- 14/5/2012 Exson: Fixed bug that when users input a Exchang Rate manually, when ones changed minds and select another currency, it'll show the suggested rate correctly in Payments.php. Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2012-05-14 02:33:22 UTC (rev 5355) +++ trunk/doc/Change.log 2012-05-14 02:34:41 UTC (rev 5356) @@ -1,4 +1,5 @@ webERP Change Log +14/5/2012 Exson: Fixed bug that when users input a Exchang Rate manually, when ones changed minds and select another currency, it'll show the suggested rate correctly. 14/5/2012 Exson: Fixed when user change the currency, the suggested rate can not changed accordingly in CustomerReceipt.php. Reported by Ahmed.Fawzy. 14/5/2012 Ahmed.Fawzy: Fixed bugs that ExchangRateText be applied with locale_number_format() function in CustomerReceipt.php This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <Ex...@us...> - 2012-05-14 02:36:25
|
Revision: 5357 http://web-erp.svn.sourceforge.net/web-erp/?rev=5357&view=rev Author: ExsonQu Date: 2012-05-14 02:36:19 +0000 (Mon, 14 May 2012) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2012-05-14 02:34:41 UTC (rev 5356) +++ trunk/doc/Change.log 2012-05-14 02:36:19 UTC (rev 5357) @@ -1,5 +1,5 @@ webERP Change Log -14/5/2012 Exson: Fixed bug that when users input a Exchang Rate manually, when ones changed minds and select another currency, it'll show the suggested rate correctly. +14/5/2012 Exson: Fixed bug that when users input a Exchang Rate manually, when ones changed minds and select another currency, it'll not show the suggested rate correctly in Payments.php. 14/5/2012 Exson: Fixed when user change the currency, the suggested rate can not changed accordingly in CustomerReceipt.php. Reported by Ahmed.Fawzy. 14/5/2012 Ahmed.Fawzy: Fixed bugs that ExchangRateText be applied with locale_number_format() function in CustomerReceipt.php This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <Ex...@us...> - 2012-05-14 02:36:25
|
Revision: 5357 http://web-erp.svn.sourceforge.net/web-erp/?rev=5357&view=rev Author: ExsonQu Date: 2012-05-14 02:36:19 +0000 (Mon, 14 May 2012) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2012-05-14 02:34:41 UTC (rev 5356) +++ trunk/doc/Change.log 2012-05-14 02:36:19 UTC (rev 5357) @@ -1,5 +1,5 @@ webERP Change Log -14/5/2012 Exson: Fixed bug that when users input a Exchang Rate manually, when ones changed minds and select another currency, it'll show the suggested rate correctly. +14/5/2012 Exson: Fixed bug that when users input a Exchang Rate manually, when ones changed minds and select another currency, it'll not show the suggested rate correctly in Payments.php. 14/5/2012 Exson: Fixed when user change the currency, the suggested rate can not changed accordingly in CustomerReceipt.php. Reported by Ahmed.Fawzy. 14/5/2012 Ahmed.Fawzy: Fixed bugs that ExchangRateText be applied with locale_number_format() function in CustomerReceipt.php This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <Ex...@us...> - 2012-05-18 08:53:22
|
Revision: 5372 http://web-erp.svn.sourceforge.net/web-erp/?rev=5372&view=rev Author: ExsonQu Date: 2012-05-18 08:53:16 +0000 (Fri, 18 May 2012) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2012-05-18 08:52:14 UTC (rev 5371) +++ trunk/doc/Change.log 2012-05-18 08:53:16 UTC (rev 5372) @@ -1,4 +1,6 @@ webERP Change Log +18/5/2012 Ahmed: Fixed bugs that the offer cannot store more than one item and remove function does not work in SupplierTenders.php and DefineOfferClass.php +18/5/2012 Ahmed.Fawzy: Fixed Branch code validation rule to rule out '-' in CustomerBranches.php. 14/5/2012 Exson: Fixed bug that when users input a Exchang Rate manually, when ones changed minds and select another currency, it'll not show the suggested rate correctly in Payments.php. 14/5/2012 Exson: Fixed when user change the currency, the suggested rate can not changed accordingly in CustomerReceipt.php. Reported by Ahmed.Fawzy. 14/5/2012 Ahmed.Fawzy: Fixed bugs that ExchangRateText be applied with locale_number_format() function in CustomerReceipt.php This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <Ex...@us...> - 2012-05-18 08:53:27
|
Revision: 5372 http://web-erp.svn.sourceforge.net/web-erp/?rev=5372&view=rev Author: ExsonQu Date: 2012-05-18 08:53:16 +0000 (Fri, 18 May 2012) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2012-05-18 08:52:14 UTC (rev 5371) +++ trunk/doc/Change.log 2012-05-18 08:53:16 UTC (rev 5372) @@ -1,4 +1,6 @@ webERP Change Log +18/5/2012 Ahmed: Fixed bugs that the offer cannot store more than one item and remove function does not work in SupplierTenders.php and DefineOfferClass.php +18/5/2012 Ahmed.Fawzy: Fixed Branch code validation rule to rule out '-' in CustomerBranches.php. 14/5/2012 Exson: Fixed bug that when users input a Exchang Rate manually, when ones changed minds and select another currency, it'll not show the suggested rate correctly in Payments.php. 14/5/2012 Exson: Fixed when user change the currency, the suggested rate can not changed accordingly in CustomerReceipt.php. Reported by Ahmed.Fawzy. 14/5/2012 Ahmed.Fawzy: Fixed bugs that ExchangRateText be applied with locale_number_format() function in CustomerReceipt.php This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <Ex...@us...> - 2012-05-22 09:28:00
|
Revision: 5387 http://web-erp.svn.sourceforge.net/web-erp/?rev=5387&view=rev Author: ExsonQu Date: 2012-05-22 09:27:54 +0000 (Tue, 22 May 2012) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2012-05-22 09:26:57 UTC (rev 5386) +++ trunk/doc/Change.log 2012-05-22 09:27:54 UTC (rev 5387) @@ -1,5 +1,5 @@ webERP Change Log - +2012/05/22 Exson: Modify accountcode to varchar(20) to meet some countries accounting regulation for more digits account code. 22/5/2012 Phil Klaus's spot - removed issue location (must always be the same as the manufacture location) and the issued date from WorkOrderStatus.php form - as materials could be issued on many different dates and incorrect to say they are always issued on the current date 20/5/2012 Klaus Beucher (Opto): move leadtime calculation into levelnetting function and resolve bug which does not use leadtime for highest level items of a BOM see also http://www.weberp.org/forum/showthread.php?tid=203 18/5/2012 Ahmed: Fixed bugs that the offer cannot store more than one item and remove function does not work in SupplierTenders.php and DefineOfferClass.php This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <Ex...@us...> - 2012-05-22 09:28:05
|
Revision: 5387 http://web-erp.svn.sourceforge.net/web-erp/?rev=5387&view=rev Author: ExsonQu Date: 2012-05-22 09:27:54 +0000 (Tue, 22 May 2012) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2012-05-22 09:26:57 UTC (rev 5386) +++ trunk/doc/Change.log 2012-05-22 09:27:54 UTC (rev 5387) @@ -1,5 +1,5 @@ webERP Change Log - +2012/05/22 Exson: Modify accountcode to varchar(20) to meet some countries accounting regulation for more digits account code. 22/5/2012 Phil Klaus's spot - removed issue location (must always be the same as the manufacture location) and the issued date from WorkOrderStatus.php form - as materials could be issued on many different dates and incorrect to say they are always issued on the current date 20/5/2012 Klaus Beucher (Opto): move leadtime calculation into levelnetting function and resolve bug which does not use leadtime for highest level items of a BOM see also http://www.weberp.org/forum/showthread.php?tid=203 18/5/2012 Ahmed: Fixed bugs that the offer cannot store more than one item and remove function does not work in SupplierTenders.php and DefineOfferClass.php This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <Ex...@us...> - 2012-05-23 03:29:02
|
Revision: 5395 http://web-erp.svn.sourceforge.net/web-erp/?rev=5395&view=rev Author: ExsonQu Date: 2012-05-23 03:28:56 +0000 (Wed, 23 May 2012) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2012-05-23 03:28:08 UTC (rev 5394) +++ trunk/doc/Change.log 2012-05-23 03:28:56 UTC (rev 5395) @@ -1,4 +1,5 @@ webERP Change Log +23/5/2012 Exson: Revise GLAccounts.php to make more than 10 digits account code is allowed. 2012/05/22 Exson: Modify accountcode to varchar(20) to meet some countries accounting regulation for more digits account code. 22/5/2012 Phil Klaus's spot - removed issue location (must always be the same as the manufacture location) and the issued date from WorkOrderStatus.php form - as materials could be issued on many different dates and incorrect to say they are always issued on the current date 20/5/2012 Klaus Beucher (Opto): move leadtime calculation into levelnetting function and resolve bug which does not use leadtime for highest level items of a BOM see also http://www.weberp.org/forum/showthread.php?tid=203 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <Ex...@us...> - 2012-05-23 03:29:02
|
Revision: 5395 http://web-erp.svn.sourceforge.net/web-erp/?rev=5395&view=rev Author: ExsonQu Date: 2012-05-23 03:28:56 +0000 (Wed, 23 May 2012) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2012-05-23 03:28:08 UTC (rev 5394) +++ trunk/doc/Change.log 2012-05-23 03:28:56 UTC (rev 5395) @@ -1,4 +1,5 @@ webERP Change Log +23/5/2012 Exson: Revise GLAccounts.php to make more than 10 digits account code is allowed. 2012/05/22 Exson: Modify accountcode to varchar(20) to meet some countries accounting regulation for more digits account code. 22/5/2012 Phil Klaus's spot - removed issue location (must always be the same as the manufacture location) and the issued date from WorkOrderStatus.php form - as materials could be issued on many different dates and incorrect to say they are always issued on the current date 20/5/2012 Klaus Beucher (Opto): move leadtime calculation into levelnetting function and resolve bug which does not use leadtime for highest level items of a BOM see also http://www.weberp.org/forum/showthread.php?tid=203 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dai...@us...> - 2012-06-02 06:09:52
|
Revision: 5409 http://web-erp.svn.sourceforge.net/web-erp/?rev=5409&view=rev Author: daintree Date: 2012-06-02 06:09:41 +0000 (Sat, 02 Jun 2012) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2012-06-02 06:08:51 UTC (rev 5408) +++ trunk/doc/Change.log 2012-06-02 06:09:41 UTC (rev 5409) @@ -1,5 +1,6 @@ webERP Change Log +2/6/12 Phil: Settle counter sales and receipts should be set - now fixed. 28/5/2012 Phil: Configure xmlrpc api to work correctly with utf-8 character encoding. 26/5/2012 Phil: Fix barcode printing on PDFPrintLabel.php - barcode functionality is unreliable so used (http://www.barcodepack.com) by Tomáš Horáček very simple and clean 23/5/2012 Klaus: PO_PDFPurchOrders.php print purchase orders with supplier's code where it is available in the purchasing data This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dai...@us...> - 2012-06-02 06:09:53
|
Revision: 5409 http://web-erp.svn.sourceforge.net/web-erp/?rev=5409&view=rev Author: daintree Date: 2012-06-02 06:09:41 +0000 (Sat, 02 Jun 2012) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2012-06-02 06:08:51 UTC (rev 5408) +++ trunk/doc/Change.log 2012-06-02 06:09:41 UTC (rev 5409) @@ -1,5 +1,6 @@ webERP Change Log +2/6/12 Phil: Settle counter sales and receipts should be set - now fixed. 28/5/2012 Phil: Configure xmlrpc api to work correctly with utf-8 character encoding. 26/5/2012 Phil: Fix barcode printing on PDFPrintLabel.php - barcode functionality is unreliable so used (http://www.barcodepack.com) by Tomáš Horáček very simple and clean 23/5/2012 Klaus: PO_PDFPurchOrders.php print purchase orders with supplier's code where it is available in the purchasing data This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <Ex...@us...> - 2012-06-02 12:21:43
|
Revision: 5411 http://web-erp.svn.sourceforge.net/web-erp/?rev=5411&view=rev Author: ExsonQu Date: 2012-06-02 12:21:32 +0000 (Sat, 02 Jun 2012) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2012-06-02 12:20:02 UTC (rev 5410) +++ trunk/doc/Change.log 2012-06-02 12:21:32 UTC (rev 5411) @@ -1,5 +1,5 @@ webERP Change Log - +02/06/2012 Exson: Fixed the order cancel function failure in SelectOrderItems.php. Reported by Pak Richard. 2/6/12 Phil: Settle counter sales and receipts should be set - now fixed. 28/5/2012 Phil: Configure xmlrpc api to work correctly with utf-8 character encoding. 26/5/2012 Phil: Fix barcode printing on PDFPrintLabel.php - barcode functionality is unreliable so used (http://www.barcodepack.com) by Tomáš Horáček very simple and clean This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <Ex...@us...> - 2012-06-02 12:21:43
|
Revision: 5411 http://web-erp.svn.sourceforge.net/web-erp/?rev=5411&view=rev Author: ExsonQu Date: 2012-06-02 12:21:32 +0000 (Sat, 02 Jun 2012) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2012-06-02 12:20:02 UTC (rev 5410) +++ trunk/doc/Change.log 2012-06-02 12:21:32 UTC (rev 5411) @@ -1,5 +1,5 @@ webERP Change Log - +02/06/2012 Exson: Fixed the order cancel function failure in SelectOrderItems.php. Reported by Pak Richard. 2/6/12 Phil: Settle counter sales and receipts should be set - now fixed. 28/5/2012 Phil: Configure xmlrpc api to work correctly with utf-8 character encoding. 26/5/2012 Phil: Fix barcode printing on PDFPrintLabel.php - barcode functionality is unreliable so used (http://www.barcodepack.com) by Tomáš Horáček very simple and clean This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <Ex...@us...> - 2012-07-20 09:06:12
|
Revision: 5520 http://web-erp.svn.sourceforge.net/web-erp/?rev=5520&view=rev Author: ExsonQu Date: 2012-07-20 09:06:03 +0000 (Fri, 20 Jul 2012) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2012-07-20 09:05:05 UTC (rev 5519) +++ trunk/doc/Change.log 2012-07-20 09:06:03 UTC (rev 5520) @@ -1,5 +1,5 @@ webERP Change Log - +20/7/2012 Exson: Fixed that delete or editing new serial items will lead to hyper-link changed as select credit items instead of back to credit invoice in scripts InputSerialItemsKeyed.php. Report by UK-Steven from webERP Chinese Community QQ group 15/7/12 Gilberto Dos Santos Alves: updated pt_BR.utf8 translation 13/7/12 Tim: Fix up the sql where a field was selected twice 10/7/12 Phil: Made purchase order lines look at the purchasing data lead time and set the delivery date of the line to today + the lead time if this is beyond the delivery date specified in the PO header. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <Ex...@us...> - 2012-07-20 09:06:13
|
Revision: 5520 http://web-erp.svn.sourceforge.net/web-erp/?rev=5520&view=rev Author: ExsonQu Date: 2012-07-20 09:06:03 +0000 (Fri, 20 Jul 2012) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2012-07-20 09:05:05 UTC (rev 5519) +++ trunk/doc/Change.log 2012-07-20 09:06:03 UTC (rev 5520) @@ -1,5 +1,5 @@ webERP Change Log - +20/7/2012 Exson: Fixed that delete or editing new serial items will lead to hyper-link changed as select credit items instead of back to credit invoice in scripts InputSerialItemsKeyed.php. Report by UK-Steven from webERP Chinese Community QQ group 15/7/12 Gilberto Dos Santos Alves: updated pt_BR.utf8 translation 13/7/12 Tim: Fix up the sql where a field was selected twice 10/7/12 Phil: Made purchase order lines look at the purchasing data lead time and set the delivery date of the line to today + the lead time if this is beyond the delivery date specified in the PO header. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dai...@us...> - 2012-07-24 09:26:29
|
Revision: 5535 http://web-erp.svn.sourceforge.net/web-erp/?rev=5535&view=rev Author: daintree Date: 2012-07-24 09:26:20 +0000 (Tue, 24 Jul 2012) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2012-07-24 09:26:01 UTC (rev 5534) +++ trunk/doc/Change.log 2012-07-24 09:26:20 UTC (rev 5535) @@ -4,7 +4,6 @@ 24/7/2012 Phil: includes/Z_POSDataCreation.php - added system default date format config to POS data upload file 22/7/2012 Phil/Bob Thomas: Fix all scripts where demand was calculated including salesorder quotations (to exclude quotations). CounterSales.php DeliveryDetails.php SelectOrderItems.php StockCheck.php StockLocStatus.php 22/7/2012 Phil: Fixed on order quantities to exclude purchase orders with status completed and cancelled CounterSales.php SelectOrderItems.php DeliveryDetails.php StockLocStatus.php -21/7/2012 Hindra: Fix Aguapop theme and table and div nesting of index.php header.inc and footer.inc - and other themes table style width: 95%; 21/7/2012 Phil: Fix api function for POS prices includes/Z_POSDataCreation.php 21/7/2012 Ricard: sorting products by discontinued then stockid to ensure obsolete items at the end of the list 20/7/2012 Tim: Added scripts to inquire on and to print General Ledger Journals This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dai...@us...> - 2012-07-24 09:26:30
|
Revision: 5535 http://web-erp.svn.sourceforge.net/web-erp/?rev=5535&view=rev Author: daintree Date: 2012-07-24 09:26:20 +0000 (Tue, 24 Jul 2012) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2012-07-24 09:26:01 UTC (rev 5534) +++ trunk/doc/Change.log 2012-07-24 09:26:20 UTC (rev 5535) @@ -4,7 +4,6 @@ 24/7/2012 Phil: includes/Z_POSDataCreation.php - added system default date format config to POS data upload file 22/7/2012 Phil/Bob Thomas: Fix all scripts where demand was calculated including salesorder quotations (to exclude quotations). CounterSales.php DeliveryDetails.php SelectOrderItems.php StockCheck.php StockLocStatus.php 22/7/2012 Phil: Fixed on order quantities to exclude purchase orders with status completed and cancelled CounterSales.php SelectOrderItems.php DeliveryDetails.php StockLocStatus.php -21/7/2012 Hindra: Fix Aguapop theme and table and div nesting of index.php header.inc and footer.inc - and other themes table style width: 95%; 21/7/2012 Phil: Fix api function for POS prices includes/Z_POSDataCreation.php 21/7/2012 Ricard: sorting products by discontinued then stockid to ensure obsolete items at the end of the list 20/7/2012 Tim: Added scripts to inquire on and to print General Ledger Journals This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <Ex...@us...> - 2012-07-25 09:31:53
|
Revision: 5558 http://web-erp.svn.sourceforge.net/web-erp/?rev=5558&view=rev Author: ExsonQu Date: 2012-07-25 09:31:43 +0000 (Wed, 25 Jul 2012) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2012-07-25 09:31:04 UTC (rev 5557) +++ trunk/doc/Change.log 2012-07-25 09:31:43 UTC (rev 5558) @@ -1,5 +1,5 @@ webERP Change Log - +25/7/2012 Exson: Fix the typo to make the $TotalQuantityOnHand is correct in SupplierInvoice.php 24/7/2012 Exson/Phil: SupplierInvoice.php incorrect calculation of weighted average cost just using the stock quantity at a single location, now corrected 24/7/2012 Phil: includes/Z_POSDataCreation.php - added system default date format config to POS data upload file 22/7/2012 Phil/Bob Thomas: Fix all scripts where demand was calculated including salesorder quotations (to exclude quotations). CounterSales.php DeliveryDetails.php SelectOrderItems.php StockCheck.php StockLocStatus.php This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <Ex...@us...> - 2012-07-25 09:31:54
|
Revision: 5558 http://web-erp.svn.sourceforge.net/web-erp/?rev=5558&view=rev Author: ExsonQu Date: 2012-07-25 09:31:43 +0000 (Wed, 25 Jul 2012) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2012-07-25 09:31:04 UTC (rev 5557) +++ trunk/doc/Change.log 2012-07-25 09:31:43 UTC (rev 5558) @@ -1,5 +1,5 @@ webERP Change Log - +25/7/2012 Exson: Fix the typo to make the $TotalQuantityOnHand is correct in SupplierInvoice.php 24/7/2012 Exson/Phil: SupplierInvoice.php incorrect calculation of weighted average cost just using the stock quantity at a single location, now corrected 24/7/2012 Phil: includes/Z_POSDataCreation.php - added system default date format config to POS data upload file 22/7/2012 Phil/Bob Thomas: Fix all scripts where demand was calculated including salesorder quotations (to exclude quotations). CounterSales.php DeliveryDetails.php SelectOrderItems.php StockCheck.php StockLocStatus.php This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dai...@us...> - 2012-07-28 04:06:51
|
Revision: 5565 http://web-erp.svn.sourceforge.net/web-erp/?rev=5565&view=rev Author: daintree Date: 2012-07-28 04:06:45 +0000 (Sat, 28 Jul 2012) Log Message: ----------- Hindra updates to themes Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2012-07-28 03:24:40 UTC (rev 5564) +++ trunk/doc/Change.log 2012-07-28 04:06:45 UTC (rev 5565) @@ -1,4 +1,6 @@ webERP Change Log + +28/7/2012 Hindra Joshua: Fix for Gel theme and default theme to work with new styles 26/7/2012 Hindra Joshua: New wood theme - mods to index.php / header.inc and footer.inc and modify existing themes to work with new html tag classes used - using <div> tags instead of tables for layout of the main menu 25/7/2012 Exson: Fix the typo to make the $TotalQuantityOnHand is correct in SupplierInvoice.php 24/7/2012 Exson/Phil: SupplierInvoice.php incorrect calculation of weighted average cost just using the stock quantity at a single location, now corrected This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dai...@us...> - 2012-07-28 04:06:54
|
Revision: 5565 http://web-erp.svn.sourceforge.net/web-erp/?rev=5565&view=rev Author: daintree Date: 2012-07-28 04:06:45 +0000 (Sat, 28 Jul 2012) Log Message: ----------- Hindra updates to themes Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2012-07-28 03:24:40 UTC (rev 5564) +++ trunk/doc/Change.log 2012-07-28 04:06:45 UTC (rev 5565) @@ -1,4 +1,6 @@ webERP Change Log + +28/7/2012 Hindra Joshua: Fix for Gel theme and default theme to work with new styles 26/7/2012 Hindra Joshua: New wood theme - mods to index.php / header.inc and footer.inc and modify existing themes to work with new html tag classes used - using <div> tags instead of tables for layout of the main menu 25/7/2012 Exson: Fix the typo to make the $TotalQuantityOnHand is correct in SupplierInvoice.php 24/7/2012 Exson/Phil: SupplierInvoice.php incorrect calculation of weighted average cost just using the stock quantity at a single location, now corrected This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <Ex...@us...> - 2012-07-30 02:25:56
|
Revision: 5573 http://web-erp.svn.sourceforge.net/web-erp/?rev=5573&view=rev Author: ExsonQu Date: 2012-07-30 02:25:50 +0000 (Mon, 30 Jul 2012) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2012-07-30 02:21:29 UTC (rev 5572) +++ trunk/doc/Change.log 2012-07-30 02:25:50 UTC (rev 5573) @@ -1,5 +1,5 @@ webERP Change Log - +30/7/2012 Exson: fixed that the shipper will change sometime when modify the PO by modify file PO_ReadInOrder.inc. Reported by Craig. 29/7/2012 Phil: install/save.php now uses date_default_timezone_set function to set the time-zone to avoid all the nasty warnings 29/7/2012 Hindra Joshua: Updates to Professional and Professional-rtl themes - tidy up images not used 28/7/2012 Hindra Joshua: Fix for Gel theme and default theme to work with new styles This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |