From: <ex...@us...> - 2011-09-22 02:33:10
|
Revision: 4701 http://web-erp.svn.sourceforge.net/web-erp/?rev=4701&view=rev Author: exsonqu Date: 2011-09-22 02:33:04 +0000 (Thu, 22 Sep 2011) Log Message: ----------- number_format Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2011-09-22 02:32:05 UTC (rev 4700) +++ trunk/doc/Change.log 2011-09-22 02:33:04 UTC (rev 4701) @@ -1,5 +1,5 @@ webERP Change Log - +22/9/11 Exson: fixed the bug in GLAccountReport.php for typename from righttable in SQL and chang number_format for multinational. 17/9/11 Phil: Added WindowsLocale element to LanguagesArray.php and modified UserSettings.php and WWW_Users.php to use the new array definition. Also modified includes/LanguageSetup.php to use the windows locale string in the LanguagesArray as required for proper setting of the locale under windows. 17/9/11 Felix Lim: added serialised field into PrintCustTransPortrait.php to reinstate possiblity for printing serialised items on invoice - not possible in landscape version (PrintCustTrans.php) 12/9/11 Phil/Exson/Tom: Change all scripts to allow display and input of numbers in the format of the selected users locale This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ex...@us...> - 2011-09-22 02:33:10
|
Revision: 4701 http://web-erp.svn.sourceforge.net/web-erp/?rev=4701&view=rev Author: exsonqu Date: 2011-09-22 02:33:04 +0000 (Thu, 22 Sep 2011) Log Message: ----------- number_format Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2011-09-22 02:32:05 UTC (rev 4700) +++ trunk/doc/Change.log 2011-09-22 02:33:04 UTC (rev 4701) @@ -1,5 +1,5 @@ webERP Change Log - +22/9/11 Exson: fixed the bug in GLAccountReport.php for typename from righttable in SQL and chang number_format for multinational. 17/9/11 Phil: Added WindowsLocale element to LanguagesArray.php and modified UserSettings.php and WWW_Users.php to use the new array definition. Also modified includes/LanguageSetup.php to use the windows locale string in the LanguagesArray as required for proper setting of the locale under windows. 17/9/11 Felix Lim: added serialised field into PrintCustTransPortrait.php to reinstate possiblity for printing serialised items on invoice - not possible in landscape version (PrintCustTrans.php) 12/9/11 Phil/Exson/Tom: Change all scripts to allow display and input of numbers in the format of the selected users locale This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dai...@us...> - 2011-11-21 09:26:00
|
Revision: 4750 http://web-erp.svn.sourceforge.net/web-erp/?rev=4750&view=rev Author: daintree Date: 2011-11-21 09:25:54 +0000 (Mon, 21 Nov 2011) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2011-11-21 09:22:06 UTC (rev 4749) +++ trunk/doc/Change.log 2011-11-21 09:25:54 UTC (rev 4750) @@ -1,7 +1,11 @@ webERP Change Log + 21/11/11 Phil: UserSettings.php now checks for at least 5 character passwords WWW_Users.php CustLoginSetup.php and SupplierLoginSetup.php now also check for 4 character userids 21/11/11 Felix Lim: WWW_users.php malfomed <input type="hidden" - with no closing > +20/11/11 Phil: Shipments.php now only allows purchase order items to be added to a shipment where the shipment is authorised. Completed, rejected, cancelled orders no longer show. +20/11/11 Phil: Shipments.php now shows quantities to the number of decimal places defined in the stock master and amounts in the currency of the purchase order. +20/11/11 Phil: PO_Header.php purchase orders cannot be cancelled now if they are on a shipment - need to remove from the shipment first 19/11/11 Release 4.06RC3 - 4.06.1 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dai...@us...> - 2011-11-21 09:26:04
|
Revision: 4750 http://web-erp.svn.sourceforge.net/web-erp/?rev=4750&view=rev Author: daintree Date: 2011-11-21 09:25:54 +0000 (Mon, 21 Nov 2011) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2011-11-21 09:22:06 UTC (rev 4749) +++ trunk/doc/Change.log 2011-11-21 09:25:54 UTC (rev 4750) @@ -1,7 +1,11 @@ webERP Change Log + 21/11/11 Phil: UserSettings.php now checks for at least 5 character passwords WWW_Users.php CustLoginSetup.php and SupplierLoginSetup.php now also check for 4 character userids 21/11/11 Felix Lim: WWW_users.php malfomed <input type="hidden" - with no closing > +20/11/11 Phil: Shipments.php now only allows purchase order items to be added to a shipment where the shipment is authorised. Completed, rejected, cancelled orders no longer show. +20/11/11 Phil: Shipments.php now shows quantities to the number of decimal places defined in the stock master and amounts in the currency of the purchase order. +20/11/11 Phil: PO_Header.php purchase orders cannot be cancelled now if they are on a shipment - need to remove from the shipment first 19/11/11 Release 4.06RC3 - 4.06.1 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dai...@us...> - 2011-12-13 07:31:37
|
Revision: 4770 http://web-erp.svn.sourceforge.net/web-erp/?rev=4770&view=rev Author: daintree Date: 2011-12-13 07:31:31 +0000 (Tue, 13 Dec 2011) Log Message: ----------- fix Exsons commit that was working on an older version of SelectOrderItems.php Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2011-12-13 07:28:55 UTC (rev 4769) +++ trunk/doc/Change.log 2011-12-13 07:31:31 UTC (rev 4770) @@ -1,5 +1,6 @@ webERP Change Log +13/12/11 Exson: Fix SelectOrderItems.php and DeliveryDetails.php for where an order is modified while another order is being created in a different tab of the browser - $_SESSION['ExistingOrder'] now modified to $_SESSION['ExistingOrder' .$identifier] as suggested by Tim 11/12/11 Phil: SupplierInvoice.php attempts to post back any cost variances where there is no stock left to apportion the variances to - posting back to stockmoves (so the DailySales.php and other sales inquiry scripts reflect the appropriate GP) and the salesanalysis tables 11/12/11 Phil: DailySalesInquiry.php removed incorrect call to establish new cart object?? 10/12/11 Brian May: ConfirmDispatch_Invoice.php corrected SQL that was not calculating the difference to go to the orderdeliverydifferences log in parenthesis first before casting/concatenating to string for the SQL. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dai...@us...> - 2011-12-13 07:31:37
|
Revision: 4770 http://web-erp.svn.sourceforge.net/web-erp/?rev=4770&view=rev Author: daintree Date: 2011-12-13 07:31:31 +0000 (Tue, 13 Dec 2011) Log Message: ----------- fix Exsons commit that was working on an older version of SelectOrderItems.php Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2011-12-13 07:28:55 UTC (rev 4769) +++ trunk/doc/Change.log 2011-12-13 07:31:31 UTC (rev 4770) @@ -1,5 +1,6 @@ webERP Change Log +13/12/11 Exson: Fix SelectOrderItems.php and DeliveryDetails.php for where an order is modified while another order is being created in a different tab of the browser - $_SESSION['ExistingOrder'] now modified to $_SESSION['ExistingOrder' .$identifier] as suggested by Tim 11/12/11 Phil: SupplierInvoice.php attempts to post back any cost variances where there is no stock left to apportion the variances to - posting back to stockmoves (so the DailySales.php and other sales inquiry scripts reflect the appropriate GP) and the salesanalysis tables 11/12/11 Phil: DailySalesInquiry.php removed incorrect call to establish new cart object?? 10/12/11 Brian May: ConfirmDispatch_Invoice.php corrected SQL that was not calculating the difference to go to the orderdeliverydifferences log in parenthesis first before casting/concatenating to string for the SQL. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dai...@us...> - 2011-12-14 08:39:55
|
Revision: 4774 http://web-erp.svn.sourceforge.net/web-erp/?rev=4774&view=rev Author: daintree Date: 2011-12-14 08:39:49 +0000 (Wed, 14 Dec 2011) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2011-12-14 05:37:28 UTC (rev 4773) +++ trunk/doc/Change.log 2011-12-14 08:39:49 UTC (rev 4774) @@ -1,5 +1,6 @@ webERP Change Log +14/12/11 Phil test 13/12/11 Vitaly Shevkunov: Z_ChangeStockCode.php fixed call to DB_error_no had missing ($db) - also turned off FOREIGN KEY CHECKS before updating the BOM. 13/12/11 Exson: Fix SelectOrderItems.php and DeliveryDetails.php for where an order is modified while another order is being created in a different tab of the browser - $_SESSION['ExistingOrder'] now modified to $_SESSION['ExistingOrder' .$identifier] as suggested by Tim 13/12/11 Phil: Fixed other scripts affected and send $identifier to add_to_cart function This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dai...@us...> - 2011-12-14 08:39:55
|
Revision: 4774 http://web-erp.svn.sourceforge.net/web-erp/?rev=4774&view=rev Author: daintree Date: 2011-12-14 08:39:49 +0000 (Wed, 14 Dec 2011) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2011-12-14 05:37:28 UTC (rev 4773) +++ trunk/doc/Change.log 2011-12-14 08:39:49 UTC (rev 4774) @@ -1,5 +1,6 @@ webERP Change Log +14/12/11 Phil test 13/12/11 Vitaly Shevkunov: Z_ChangeStockCode.php fixed call to DB_error_no had missing ($db) - also turned off FOREIGN KEY CHECKS before updating the BOM. 13/12/11 Exson: Fix SelectOrderItems.php and DeliveryDetails.php for where an order is modified while another order is being created in a different tab of the browser - $_SESSION['ExistingOrder'] now modified to $_SESSION['ExistingOrder' .$identifier] as suggested by Tim 13/12/11 Phil: Fixed other scripts affected and send $identifier to add_to_cart function This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dai...@us...> - 2011-12-14 08:50:43
|
Revision: 4775 http://web-erp.svn.sourceforge.net/web-erp/?rev=4775&view=rev Author: daintree Date: 2011-12-14 08:50:36 +0000 (Wed, 14 Dec 2011) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2011-12-14 08:39:49 UTC (rev 4774) +++ trunk/doc/Change.log 2011-12-14 08:50:36 UTC (rev 4775) @@ -1,6 +1,5 @@ webERP Change Log -14/12/11 Phil test 13/12/11 Vitaly Shevkunov: Z_ChangeStockCode.php fixed call to DB_error_no had missing ($db) - also turned off FOREIGN KEY CHECKS before updating the BOM. 13/12/11 Exson: Fix SelectOrderItems.php and DeliveryDetails.php for where an order is modified while another order is being created in a different tab of the browser - $_SESSION['ExistingOrder'] now modified to $_SESSION['ExistingOrder' .$identifier] as suggested by Tim 13/12/11 Phil: Fixed other scripts affected and send $identifier to add_to_cart function This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dai...@us...> - 2011-12-14 08:50:42
|
Revision: 4775 http://web-erp.svn.sourceforge.net/web-erp/?rev=4775&view=rev Author: daintree Date: 2011-12-14 08:50:36 +0000 (Wed, 14 Dec 2011) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2011-12-14 08:39:49 UTC (rev 4774) +++ trunk/doc/Change.log 2011-12-14 08:50:36 UTC (rev 4775) @@ -1,6 +1,5 @@ webERP Change Log -14/12/11 Phil test 13/12/11 Vitaly Shevkunov: Z_ChangeStockCode.php fixed call to DB_error_no had missing ($db) - also turned off FOREIGN KEY CHECKS before updating the BOM. 13/12/11 Exson: Fix SelectOrderItems.php and DeliveryDetails.php for where an order is modified while another order is being created in a different tab of the browser - $_SESSION['ExistingOrder'] now modified to $_SESSION['ExistingOrder' .$identifier] as suggested by Tim 13/12/11 Phil: Fixed other scripts affected and send $identifier to add_to_cart function This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dai...@us...> - 2011-12-14 09:07:58
|
Revision: 4776 http://web-erp.svn.sourceforge.net/web-erp/?rev=4776&view=rev Author: daintree Date: 2011-12-14 09:07:52 +0000 (Wed, 14 Dec 2011) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2011-12-14 08:50:36 UTC (rev 4775) +++ trunk/doc/Change.log 2011-12-14 09:07:52 UTC (rev 4776) @@ -2,7 +2,7 @@ 13/12/11 Vitaly Shevkunov: Z_ChangeStockCode.php fixed call to DB_error_no had missing ($db) - also turned off FOREIGN KEY CHECKS before updating the BOM. 13/12/11 Exson: Fix SelectOrderItems.php and DeliveryDetails.php for where an order is modified while another order is being created in a different tab of the browser - $_SESSION['ExistingOrder'] now modified to $_SESSION['ExistingOrder' .$identifier] as suggested by Tim -13/12/11 Phil: Fixed other scripts affected and send $identifier to add_to_cart function +13/12/11 Phil: Fixed other scripts affected and send $identifier to add_to_cart and remove_from_cart functions 11/12/11 Phil: SupplierInvoice.php attempts to post back any cost variances where there is no stock left to apportion the variances to - posting back to stockmoves (so the DailySales.php and other sales inquiry scripts reflect the appropriate GP) and the salesanalysis tables 11/12/11 Phil: DailySalesInquiry.php removed incorrect call to establish new cart object?? 10/12/11 Brian May: ConfirmDispatch_Invoice.php corrected SQL that was not calculating the difference to go to the orderdeliverydifferences log in parenthesis first before casting/concatenating to string for the SQL. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dai...@us...> - 2011-12-14 09:08:01
|
Revision: 4776 http://web-erp.svn.sourceforge.net/web-erp/?rev=4776&view=rev Author: daintree Date: 2011-12-14 09:07:52 +0000 (Wed, 14 Dec 2011) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2011-12-14 08:50:36 UTC (rev 4775) +++ trunk/doc/Change.log 2011-12-14 09:07:52 UTC (rev 4776) @@ -2,7 +2,7 @@ 13/12/11 Vitaly Shevkunov: Z_ChangeStockCode.php fixed call to DB_error_no had missing ($db) - also turned off FOREIGN KEY CHECKS before updating the BOM. 13/12/11 Exson: Fix SelectOrderItems.php and DeliveryDetails.php for where an order is modified while another order is being created in a different tab of the browser - $_SESSION['ExistingOrder'] now modified to $_SESSION['ExistingOrder' .$identifier] as suggested by Tim -13/12/11 Phil: Fixed other scripts affected and send $identifier to add_to_cart function +13/12/11 Phil: Fixed other scripts affected and send $identifier to add_to_cart and remove_from_cart functions 11/12/11 Phil: SupplierInvoice.php attempts to post back any cost variances where there is no stock left to apportion the variances to - posting back to stockmoves (so the DailySales.php and other sales inquiry scripts reflect the appropriate GP) and the salesanalysis tables 11/12/11 Phil: DailySalesInquiry.php removed incorrect call to establish new cart object?? 10/12/11 Brian May: ConfirmDispatch_Invoice.php corrected SQL that was not calculating the difference to go to the orderdeliverydifferences log in parenthesis first before casting/concatenating to string for the SQL. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tim...@us...> - 2011-12-19 16:56:11
|
Revision: 4783 http://web-erp.svn.sourceforge.net/web-erp/?rev=4783&view=rev Author: tim_schofield Date: 2011-12-19 16:56:02 +0000 (Mon, 19 Dec 2011) Log Message: ----------- Script for checking syntax of all php scripts in webERP Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2011-12-18 18:28:48 UTC (rev 4782) +++ trunk/doc/Change.log 2011-12-19 16:56:02 UTC (rev 4783) @@ -3,6 +3,7 @@ 15/12/11 Phil: Fix to UpgradeDatabase.php the button to perform the upgrade was missing for older versions where the version was not stored in the DB. 15/12/11 Phil: SalesGraph.php was trying to set background colour to 'selection' changed to white 15/12/11 Vitaly Shevkunov: Shipments.php fixed missing quote in html +14/12/11 Tim Schofield: check_syntax.sh Script for checkeing syntax of all php scripts in webERP 13/12/11 Vitaly Shevkunov: Z_ChangeStockCode.php fixed call to DB_error_no had missing ($db) - also turned off FOREIGN KEY CHECKS before updating the BOM. 13/12/11 Exson: Fix SelectOrderItems.php and DeliveryDetails.php for where an order is modified while another order is being created in a different tab of the browser - $_SESSION['ExistingOrder'] now modified to $_SESSION['ExistingOrder' .$identifier] as suggested by Tim 13/12/11 Phil: Fixed other scripts affected and send $identifier to add_to_cart and remove_from_cart functions This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tim...@us...> - 2011-12-19 16:56:13
|
Revision: 4783 http://web-erp.svn.sourceforge.net/web-erp/?rev=4783&view=rev Author: tim_schofield Date: 2011-12-19 16:56:02 +0000 (Mon, 19 Dec 2011) Log Message: ----------- Script for checking syntax of all php scripts in webERP Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2011-12-18 18:28:48 UTC (rev 4782) +++ trunk/doc/Change.log 2011-12-19 16:56:02 UTC (rev 4783) @@ -3,6 +3,7 @@ 15/12/11 Phil: Fix to UpgradeDatabase.php the button to perform the upgrade was missing for older versions where the version was not stored in the DB. 15/12/11 Phil: SalesGraph.php was trying to set background colour to 'selection' changed to white 15/12/11 Vitaly Shevkunov: Shipments.php fixed missing quote in html +14/12/11 Tim Schofield: check_syntax.sh Script for checkeing syntax of all php scripts in webERP 13/12/11 Vitaly Shevkunov: Z_ChangeStockCode.php fixed call to DB_error_no had missing ($db) - also turned off FOREIGN KEY CHECKS before updating the BOM. 13/12/11 Exson: Fix SelectOrderItems.php and DeliveryDetails.php for where an order is modified while another order is being created in a different tab of the browser - $_SESSION['ExistingOrder'] now modified to $_SESSION['ExistingOrder' .$identifier] as suggested by Tim 13/12/11 Phil: Fixed other scripts affected and send $identifier to add_to_cart and remove_from_cart functions This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dai...@us...> - 2011-12-28 22:31:30
|
Revision: 4790 http://web-erp.svn.sourceforge.net/web-erp/?rev=4790&view=rev Author: daintree Date: 2011-12-28 22:31:24 +0000 (Wed, 28 Dec 2011) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2011-12-28 22:26:27 UTC (rev 4789) +++ trunk/doc/Change.log 2011-12-28 22:31:24 UTC (rev 4790) @@ -1,5 +1,8 @@ webERP Change Log + +29/12/11 Phil: includes/SelectOrderItems_intoCart.inc and includes/DefineCartClass.php fix line numbers for order lines + 28/12/11 Release 4.06.4 28/12/11 Phil: SelectCreditItems.php SelectOrderItems.php CounterSales.php includes/DefineCartClass.php fixes for ExistingOrder . $identifier This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dai...@us...> - 2011-12-28 22:31:30
|
Revision: 4790 http://web-erp.svn.sourceforge.net/web-erp/?rev=4790&view=rev Author: daintree Date: 2011-12-28 22:31:24 +0000 (Wed, 28 Dec 2011) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2011-12-28 22:26:27 UTC (rev 4789) +++ trunk/doc/Change.log 2011-12-28 22:31:24 UTC (rev 4790) @@ -1,5 +1,8 @@ webERP Change Log + +29/12/11 Phil: includes/SelectOrderItems_intoCart.inc and includes/DefineCartClass.php fix line numbers for order lines + 28/12/11 Release 4.06.4 28/12/11 Phil: SelectCreditItems.php SelectOrderItems.php CounterSales.php includes/DefineCartClass.php fixes for ExistingOrder . $identifier This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <Ex...@us...> - 2012-02-25 14:07:10
|
Revision: 4970 http://web-erp.svn.sourceforge.net/web-erp/?rev=4970&view=rev Author: ExsonQu Date: 2012-02-25 14:07:04 +0000 (Sat, 25 Feb 2012) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2012-02-25 14:03:50 UTC (rev 4969) +++ trunk/doc/Change.log 2012-02-25 14:07:04 UTC (rev 4970) @@ -1,5 +1,5 @@ webERP Change Log - +25/2/12 James Dupin: Remove extra ) after Create GL entries for stock transactions in CompanyPreferences.php 23/2/12 Ricard: Moved Utility scripts from Z_index.php to their own module named Utilities 22/2/12 Phil: Make daily sales inquiry work correctly with assembly items where costs are recalculated in the case of negatives stock when supplier invoices entered 22/2/12 James Dupin: Update to French translation This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <Ex...@us...> - 2012-02-25 14:07:10
|
Revision: 4970 http://web-erp.svn.sourceforge.net/web-erp/?rev=4970&view=rev Author: ExsonQu Date: 2012-02-25 14:07:04 +0000 (Sat, 25 Feb 2012) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2012-02-25 14:03:50 UTC (rev 4969) +++ trunk/doc/Change.log 2012-02-25 14:07:04 UTC (rev 4970) @@ -1,5 +1,5 @@ webERP Change Log - +25/2/12 James Dupin: Remove extra ) after Create GL entries for stock transactions in CompanyPreferences.php 23/2/12 Ricard: Moved Utility scripts from Z_index.php to their own module named Utilities 22/2/12 Phil: Make daily sales inquiry work correctly with assembly items where costs are recalculated in the case of negatives stock when supplier invoices entered 22/2/12 James Dupin: Update to French translation This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <Ex...@us...> - 2012-02-26 16:09:13
|
Revision: 4979 http://web-erp.svn.sourceforge.net/web-erp/?rev=4979&view=rev Author: ExsonQu Date: 2012-02-26 16:09:07 +0000 (Sun, 26 Feb 2012) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2012-02-26 16:07:26 UTC (rev 4978) +++ trunk/doc/Change.log 2012-02-26 16:09:07 UTC (rev 4979) @@ -1,4 +1,7 @@ webERP Change Log +26/02/2012 Fixed bug that when set frequently sold items, there are sql errors which claimed that no group set for sum() function. Fixed by Exson +26/02/2012 PO_Items.php Add $_SESSION and $_POST variables to fixed extra lines added while page refreshing or push F5. Reported by CQZ and Ke from webERP Chinese forum QQ group. Fixed by Exson + 25/2/12 Vitaly: sql in PDFSuppTransListing.php would not fetch any data and debug message was not showing. Missing FROM in upgrade4.07-4.08.sql. 25/2/12 James Dupin: Remove extra ) after Create GL entries for stock transactions in CompanyPreferences.php 23/2/12 Ricard: Moved Utility scripts from Z_index.php to their own module named Utilities This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <Ex...@us...> - 2012-02-26 16:09:13
|
Revision: 4979 http://web-erp.svn.sourceforge.net/web-erp/?rev=4979&view=rev Author: ExsonQu Date: 2012-02-26 16:09:07 +0000 (Sun, 26 Feb 2012) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2012-02-26 16:07:26 UTC (rev 4978) +++ trunk/doc/Change.log 2012-02-26 16:09:07 UTC (rev 4979) @@ -1,4 +1,7 @@ webERP Change Log +26/02/2012 Fixed bug that when set frequently sold items, there are sql errors which claimed that no group set for sum() function. Fixed by Exson +26/02/2012 PO_Items.php Add $_SESSION and $_POST variables to fixed extra lines added while page refreshing or push F5. Reported by CQZ and Ke from webERP Chinese forum QQ group. Fixed by Exson + 25/2/12 Vitaly: sql in PDFSuppTransListing.php would not fetch any data and debug message was not showing. Missing FROM in upgrade4.07-4.08.sql. 25/2/12 James Dupin: Remove extra ) after Create GL entries for stock transactions in CompanyPreferences.php 23/2/12 Ricard: Moved Utility scripts from Z_index.php to their own module named Utilities This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dai...@us...> - 2012-02-29 09:20:09
|
Revision: 4996 http://web-erp.svn.sourceforge.net/web-erp/?rev=4996&view=rev Author: daintree Date: 2012-02-29 09:19:58 +0000 (Wed, 29 Feb 2012) Log Message: ----------- htmlentities to htmlspecialchars Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2012-02-29 09:17:37 UTC (rev 4995) +++ trunk/doc/Change.log 2012-02-29 09:19:58 UTC (rev 4996) @@ -1,5 +1,6 @@ webERP Change Log +29/2/12 Phil: Changed all htmlentities calls to htmlspecialchars calls 28/2/12 Tim: Added functionality that allows for the set up of internal departments, and for the request of stock to be issued - a new issue account is defined in stockcategories. Issue requests must be authorised by a department manager and then issues fulfilled creates a stock adjustment with posting in the gl to the item category issue account. 28/02/2012 Vitaly: Added DB_escape_string() to narrative in SQL INSERT statements. Fixes a problem posting to database when the string contains quotes. 26/02/2012 Fixed bug that when set frequently sold items, there are sql errors which claimed that no group set for sum() function. Fixed by Exson This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dai...@us...> - 2012-02-29 09:20:09
|
Revision: 4996 http://web-erp.svn.sourceforge.net/web-erp/?rev=4996&view=rev Author: daintree Date: 2012-02-29 09:19:58 +0000 (Wed, 29 Feb 2012) Log Message: ----------- htmlentities to htmlspecialchars Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2012-02-29 09:17:37 UTC (rev 4995) +++ trunk/doc/Change.log 2012-02-29 09:19:58 UTC (rev 4996) @@ -1,5 +1,6 @@ webERP Change Log +29/2/12 Phil: Changed all htmlentities calls to htmlspecialchars calls 28/2/12 Tim: Added functionality that allows for the set up of internal departments, and for the request of stock to be issued - a new issue account is defined in stockcategories. Issue requests must be authorised by a department manager and then issues fulfilled creates a stock adjustment with posting in the gl to the item category issue account. 28/02/2012 Vitaly: Added DB_escape_string() to narrative in SQL INSERT statements. Fixes a problem posting to database when the string contains quotes. 26/02/2012 Fixed bug that when set frequently sold items, there are sql errors which claimed that no group set for sum() function. Fixed by Exson This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <Ex...@us...> - 2012-03-06 01:29:19
|
Revision: 5031 http://web-erp.svn.sourceforge.net/web-erp/?rev=5031&view=rev Author: ExsonQu Date: 2012-03-06 01:29:13 +0000 (Tue, 06 Mar 2012) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2012-03-06 01:20:37 UTC (rev 5030) +++ trunk/doc/Change.log 2012-03-06 01:29:13 UTC (rev 5031) @@ -1,5 +1,6 @@ webERP Change Log - +6/3/12 BankMatching.php sql error due to extra single quotation. Reported by PakRichard and fixed by Exson +5/3/12 PrintCustTransPortrait.php html elements failed to display. Reported by rfthomas, fixed by Tim, Exson 3/3/12 Phil: SelectProduct.php checked for existence of part pic before displaying a link that could potnetially fail 29/2/12 Phil: Changed all htmlentities calls to htmlspecialchars calls 28/2/12 Tim: Added functionality that allows for the set up of internal departments, and for the request of stock to be issued - a new issue account is defined in stockcategories. Issue requests must be authorised by a department manager and then issues fulfilled creates a stock adjustment with posting in the gl to the item category issue account. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <Ex...@us...> - 2012-03-06 01:29:19
|
Revision: 5031 http://web-erp.svn.sourceforge.net/web-erp/?rev=5031&view=rev Author: ExsonQu Date: 2012-03-06 01:29:13 +0000 (Tue, 06 Mar 2012) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2012-03-06 01:20:37 UTC (rev 5030) +++ trunk/doc/Change.log 2012-03-06 01:29:13 UTC (rev 5031) @@ -1,5 +1,6 @@ webERP Change Log - +6/3/12 BankMatching.php sql error due to extra single quotation. Reported by PakRichard and fixed by Exson +5/3/12 PrintCustTransPortrait.php html elements failed to display. Reported by rfthomas, fixed by Tim, Exson 3/3/12 Phil: SelectProduct.php checked for existence of part pic before displaying a link that could potnetially fail 29/2/12 Phil: Changed all htmlentities calls to htmlspecialchars calls 28/2/12 Tim: Added functionality that allows for the set up of internal departments, and for the request of stock to be issued - a new issue account is defined in stockcategories. Issue requests must be authorised by a department manager and then issues fulfilled creates a stock adjustment with posting in the gl to the item category issue account. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <Ex...@us...> - 2012-03-06 04:33:01
|
Revision: 5033 http://web-erp.svn.sourceforge.net/web-erp/?rev=5033&view=rev Author: ExsonQu Date: 2012-03-06 04:32:55 +0000 (Tue, 06 Mar 2012) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2012-03-06 04:31:46 UTC (rev 5032) +++ trunk/doc/Change.log 2012-03-06 04:32:55 UTC (rev 5033) @@ -1,4 +1,5 @@ webERP Change Log +03/06/2012 add condition to prevent blank stock category description in StockCategories.php Fixed by Exson 6/3/12 BankMatching.php sql error due to extra single quotation. Reported by PakRichard and fixed by Exson 5/3/12 PrintCustTransPortrait.php html elements failed to display. Reported by rfthomas, fixed by Tim, Exson 3/3/12 Phil: SelectProduct.php checked for existence of part pic before displaying a link that could potnetially fail This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |