From: <ex...@us...> - 2014-11-15 09:19:53
|
Revision: 6987 http://sourceforge.net/p/web-erp/reponame/6987 Author: exsonqu Date: 2014-11-15 09:19:50 +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 09:19:14 UTC (rev 6986) +++ trunk/doc/Change.log 2014-11-15 09:19:50 UTC (rev 6987) @@ -1,5 +1,6 @@ webERP Change Log +15/11/14: Exson: Remove qtyrecd in work orders requirements calculation from group by in MRP.php. 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. |
From: <ex...@us...> - 2014-11-17 04:09:13
|
Revision: 6989 http://sourceforge.net/p/web-erp/reponame/6989 Author: exsonqu Date: 2014-11-17 04:09:00 +0000 (Mon, 17 Nov 2014) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2014-11-17 04:08:15 UTC (rev 6988) +++ trunk/doc/Change.log 2014-11-17 04:09:00 UTC (rev 6989) @@ -1,5 +1,6 @@ webERP Change Log +17/11/14 Exson: Fixed InvoiceQuantityDefault parameters failed to save in SystemParameters.php. Reported by Richard. 15/11/14: Exson: Remove qtyrecd in work orders requirements calculation from group by in MRP.php. 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. |
From: <ex...@us...> - 2014-11-17 06:45:55
|
Revision: 6991 http://sourceforge.net/p/web-erp/reponame/6991 Author: exsonqu Date: 2014-11-17 06:45:51 +0000 (Mon, 17 Nov 2014) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2014-11-17 06:44:46 UTC (rev 6990) +++ trunk/doc/Change.log 2014-11-17 06:45:51 UTC (rev 6991) @@ -1,5 +1,6 @@ webERP Change Log +17/11/14 Thumb: Move EnsureGLBalance() to the right place in ConfirmDispatch_Invoice.php to ensure that the whole transaction are checked instead of only one type of it checked. 17/11/14 Exson: Fixed InvoiceQuantityDefault parameters failed to save in SystemParameters.php. Reported by Richard. 15/11/14: Exson: Remove qtyrecd in work orders requirements calculation from group by in MRP.php. 15/11/14 Exson: Fixed the NULL bug for no issued materials for WO and make multiple times material issues correctly in MRP.php. |
From: <ex...@us...> - 2014-11-20 11:39:59
|
Revision: 6995 http://sourceforge.net/p/web-erp/reponame/6995 Author: exsonqu Date: 2014-11-20 11:39:56 +0000 (Thu, 20 Nov 2014) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2014-11-20 11:38:52 UTC (rev 6994) +++ trunk/doc/Change.log 2014-11-20 11:39:56 UTC (rev 6995) @@ -1,5 +1,6 @@ webERP Change Log +20/11/14 Exson: Fixed the pop up error when input account no in Payments.php by align the js function with applying it. The fixes are mismatched before. Hope it's the last time. 17/11/14 Thumb: Move EnsureGLBalance() to the right place in ConfirmDispatch_Invoice.php to ensure that the whole transaction are checked instead of only one type of it checked. 17/11/14 Exson: Fixed InvoiceQuantityDefault parameters failed to save in SystemParameters.php. Reported by Richard. 15/11/14: Exson: Remove qtyrecd in work orders requirements calculation from group by in MRP.php. |
From: <ex...@us...> - 2014-11-20 12:37:31
|
Revision: 6997 http://sourceforge.net/p/web-erp/reponame/6997 Author: exsonqu Date: 2014-11-20 12:37:23 +0000 (Thu, 20 Nov 2014) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2014-11-20 12:36:52 UTC (rev 6996) +++ trunk/doc/Change.log 2014-11-20 12:37:23 UTC (rev 6997) @@ -1,5 +1,5 @@ webERP Change Log - +20/11/14 Exson: Add GRN numbers to select grns screen in SuppInvGRNs.php. 20/11/14 Exson: Fixed the pop up error when input account no in Payments.php by align the js function with applying it. The fixes are mismatched before. Hope it's the last time. 17/11/14 Thumb: Move EnsureGLBalance() to the right place in ConfirmDispatch_Invoice.php to ensure that the whole transaction are checked instead of only one type of it checked. 17/11/14 Exson: Fixed InvoiceQuantityDefault parameters failed to save in SystemParameters.php. Reported by Richard. |
From: <ex...@us...> - 2014-11-22 05:32:45
|
Revision: 7002 http://sourceforge.net/p/web-erp/reponame/7002 Author: exsonqu Date: 2014-11-22 05:32:37 +0000 (Sat, 22 Nov 2014) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2014-11-22 05:29:23 UTC (rev 7001) +++ trunk/doc/Change.log 2014-11-22 05:32:37 UTC (rev 7002) @@ -1,5 +1,6 @@ webERP Change Log +22/11/14 Exson: Fix the qualitytext does not have default value for strict sql mode in Credit_Invoice.php. 22/11/14 Phil: Z_DeleteOldPrices.php now removes all old prices where there is a later start for a price with no end date 22/11/14 Phil: Added new script CustomerBalancesMovement.php to show customer activity debits and credits and the movement of their balances over a specified date range 22/11/14 Phil: Added new script Z_UpdateItemCosts.php that allows a csv import of items and costs and updates the standard cost based on imported data |
From: <ex...@us...> - 2014-12-05 04:04:51
|
Revision: 7014 http://sourceforge.net/p/web-erp/reponame/7014 Author: exsonqu Date: 2014-12-05 04:04:44 +0000 (Fri, 05 Dec 2014) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2014-12-05 04:02:57 UTC (rev 7013) +++ trunk/doc/Change.log 2014-12-05 04:04:44 UTC (rev 7014) @@ -1,5 +1,6 @@ webERP Change Log +5/12/14 Exson: Fixed the branch field bug in CustomerReceipt.php. Reported by wertthey. 29/11/14 RChacon: Add Pan Size explanation (thanks to Exson Qu) and other item maintenance explanations. 29/11/14 RChacon: Add Pan Size explanation (thanks to Tim Schofield and Pak Ricard). 24/11/14 RChacon: In PrintCustStatements.php, make translatable the currency name and the transaction type. |
From: <rc...@us...> - 2014-12-16 15:01:07
|
Revision: 7025 http://sourceforge.net/p/web-erp/reponame/7025 Author: rchacon Date: 2014-12-16 15:01:00 +0000 (Tue, 16 Dec 2014) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2014-12-16 14:57:11 UTC (rev 7024) +++ trunk/doc/Change.log 2014-12-16 15:01:00 UTC (rev 7025) @@ -1,5 +1,6 @@ webERP Change Log +16/12/14 RChacon: Expand and uniform the accuracy of the exchange rate. 5/12/14 Exson: Fixed the branch field bug in CustomerReceipt.php. Reported by wertthey. 29/11/14 RChacon: Add Pan Size explanation (thanks to Exson Qu) and other item maintenance explanations. 29/11/14 RChacon: Add Pan Size explanation (thanks to Tim Schofield and Pak Ricard). |
From: <rc...@us...> - 2014-12-18 17:55:05
|
Revision: 7032 http://sourceforge.net/p/web-erp/reponame/7032 Author: rchacon Date: 2014-12-18 17:54:58 +0000 (Thu, 18 Dec 2014) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2014-12-18 17:52:45 UTC (rev 7031) +++ trunk/doc/Change.log 2014-12-18 17:54:58 UTC (rev 7032) @@ -1,5 +1,6 @@ webERP Change Log +18/12/14 RChacon: Modifications of stockdescriptiontranslations table for longdescription translation and translated versions control. 18/12/14 Phil: Fix to only add a description translation record where there is a non-empty translation string 18/12/14 Ricard: Google translate script to add descriptions in a selected language 16/12/14 Agaluski: Add new Quality Module to WebERP. |
From: <ex...@us...> - 2014-12-20 06:30:27
|
Revision: 7034 http://sourceforge.net/p/web-erp/reponame/7034 Author: exsonqu Date: 2014-12-20 06:30:24 +0000 (Sat, 20 Dec 2014) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2014-12-20 06:29:35 UTC (rev 7033) +++ trunk/doc/Change.log 2014-12-20 06:30:24 UTC (rev 7034) @@ -1,5 +1,6 @@ webERP Change Log +20/12/14 Exson: Remove item from weberpchina.sql 18/12/14 RChacon: Modifications of stockdescriptiontranslations table for longdescription translation and translated versions control. 18/12/14 Phil: Fix to only add a description translation record where there is a non-empty translation string 18/12/14 Ricard: Google translate script to add descriptions in a selected language |
From: <ex...@us...> - 2014-12-20 06:56:27
|
Revision: 7036 http://sourceforge.net/p/web-erp/reponame/7036 Author: exsonqu Date: 2014-12-20 06:56:15 +0000 (Sat, 20 Dec 2014) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2014-12-20 06:55:12 UTC (rev 7035) +++ trunk/doc/Change.log 2014-12-20 06:56:15 UTC (rev 7036) @@ -1,5 +1,5 @@ webERP Change Log - +20/12/14 Exson: Make COGSGLPostings.php, SalesGLPostings.php SQL strict mode compatible. 20/12/14 Exson: Remove item from weberpchina.sql 18/12/14 RChacon: Modifications of stockdescriptiontranslations table for longdescription translation and translated versions control. 18/12/14 Phil: Fix to only add a description translation record where there is a non-empty translation string |
From: <rc...@us...> - 2014-12-27 16:12:42
|
Revision: 7042 http://sourceforge.net/p/web-erp/reponame/7042 Author: rchacon Date: 2014-12-27 16:12:40 +0000 (Sat, 27 Dec 2014) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2014-12-27 15:30:52 UTC (rev 7041) +++ trunk/doc/Change.log 2014-12-27 16:12:40 UTC (rev 7042) @@ -1,7 +1,9 @@ webERP Change Log + +27/12/14 RChacon: Set boolean field needrevision to tiny integer with a maximum display width of 1, signed and not null. Add comments to sql file. 20/12/14 Exson: Make COGSGLPostings.php, SalesGLPostings.php SQL strict mode compatible. 20/12/14 Exson: Remove item from weberpchina.sql -18/12/14 RChacon: Modifications of stockdescriptiontranslations table for longdescription translation and translated versions control. +18/12/14 RChacon: Modifications of stockdescriptiontranslations table for longdescription translation and translated versions control. 18/12/14 Phil: Fix to only add a description translation record where there is a non-empty translation string 18/12/14 Ricard: Google translate script to add descriptions in a selected language 16/12/14 Agaluski: Add new Quality Module to WebERP. |
From: <ex...@us...> - 2015-01-01 11:37:36
|
Revision: 7055 http://sourceforge.net/p/web-erp/reponame/7055 Author: exsonqu Date: 2015-01-01 11:37:29 +0000 (Thu, 01 Jan 2015) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2015-01-01 11:36:36 UTC (rev 7054) +++ trunk/doc/Change.log 2015-01-01 11:37:29 UTC (rev 7055) @@ -1,5 +1,6 @@ webERP Change Log +01/01/15 Exson: Make StockCategories.php strict sql mode compatible. 28/12/14 RChacon: Standardise labels and texts in Prices_Customer.php SpecialOrder.php and WWW_Access.php. Add $ViewTopic and $BookMark to WWW_Access.php 28/12/14 RChacon: Add comments, variables to link to the manual and titles in Z_CurrencyDebtorsBalances.php and Z_CurrencySuppliersBalances.php. 28/12/14 RChacon: Add comments, variables to link to the manual and titles in Z_Change*.php. |
From: <ex...@us...> - 2015-01-12 10:46:35
|
Revision: 7076 http://sourceforge.net/p/web-erp/reponame/7076 Author: exsonqu Date: 2015-01-12 10:46:22 +0000 (Mon, 12 Jan 2015) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2015-01-12 10:45:28 UTC (rev 7075) +++ trunk/doc/Change.log 2015-01-12 10:46:22 UTC (rev 7076) @@ -1,4 +1,6 @@ webERP Change Log + +12/1/15 Exson: Fixed bug in Z_AutoCustomerAllocations.php to make it workable. 9/1/15 Bob Thomas: Removed reference to AliasNbPages() now no longer part of TCPDF 7/1/15 Phil: Added missing SQL for suppliercontacts and supplierdiscounts and adding the script SalesTopCustomersInquiry to the scripts table 05/01/15 RChacon: Allow turn on/off the dashboard display after login for an specific user. Add comments to code. |
From: <ex...@us...> - 2015-01-12 10:49:15
|
Revision: 7078 http://sourceforge.net/p/web-erp/reponame/7078 Author: exsonqu Date: 2015-01-12 10:49:04 +0000 (Mon, 12 Jan 2015) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2015-01-12 10:48:34 UTC (rev 7077) +++ trunk/doc/Change.log 2015-01-12 10:49:04 UTC (rev 7078) @@ -1,5 +1,5 @@ webERP Change Log - +12/1/15 Exson: Remove redundant code from Prices.php. 12/1/15 Exson: Fixed bug in Z_AutoCustomerAllocations.php to make it workable. 9/1/15 Bob Thomas: Removed reference to AliasNbPages() now no longer part of TCPDF 7/1/15 Phil: Added missing SQL for suppliercontacts and supplierdiscounts and adding the script SalesTopCustomersInquiry to the scripts table |
From: <ex...@us...> - 2015-01-20 08:04:10
|
Revision: 7089 http://sourceforge.net/p/web-erp/reponame/7089 Author: exsonqu Date: 2015-01-20 08:04:05 +0000 (Tue, 20 Jan 2015) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2015-01-20 08:02:37 UTC (rev 7088) +++ trunk/doc/Change.log 2015-01-20 08:04:05 UTC (rev 7089) @@ -1,5 +1,6 @@ webERP Change Log +20/1/15 Exson: Remove die() function from Suppliers.php which will make adding or updating suppliers' data failed when google map is activated. Reported by Terry. 17/01/15 RChacon: Fix Czech language code, add info for Croatian language, add the script name and revision number and sort by language code. 16/01/15 RChacon: Standardise RevisionTranslations.php's titles to Stocks.php's titles. 16/01/15 RChacon: Inserts HTML line breaks before all newlines in the default language's long description. |
From: <dai...@us...> - 2015-01-25 07:24:22
|
Revision: 7100 http://sourceforge.net/p/web-erp/reponame/7100 Author: daintree Date: 2015-01-25 07:24:15 +0000 (Sun, 25 Jan 2015) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2015-01-25 04:58:03 UTC (rev 7099) +++ trunk/doc/Change.log 2015-01-25 07:24:15 UTC (rev 7100) @@ -1,5 +1,6 @@ webERP Change Log + 25/01/15 RChacon: Add $ViewTopic and $BookMark, comments and page_title_text to ImportBankTrans.php. Add info to Manual. 24/01/15 RChacon: Add info to Manual about Indian Numbering System. Add comments to code. Improvements to Cascading Style Sheet (CSS) for Manual. 23/01/15 RChacon: Generalise indian number format for country=India (languages: English, Hindi, Marathi, etc.). @@ -12,11 +13,11 @@ 12/1/15 Exson: Fixed bug in Z_AutoCustomerAllocations.php to make it workable. 9/1/15 Bob Thomas: Removed reference to AliasNbPages() now no longer part of TCPDF 7/1/15 Phil: Added missing SQL for suppliercontacts and supplierdiscounts and adding the script SalesTopCustomersInquiry to the scripts table -05/01/15 RChacon: Allow turn on/off the dashboard display after login for an specific user. Add comments to code. -04/01/15 RChacon: In RevisionTranslations.php, add $Id, $ViewTopic, $BookMark and page_title_text. Add info to manual. Add comments to code. -04/01/15 RChacon: In SystemParameters.php, remove root path to config.php and add comments. -01/01/15 RChacon: Move default theme from session.inc to config.php. Add the ability to change the default theme in SystemParameters.php. -01/01/15 Exson: Make StockCategories.php strict sql mode compatible. +5/01/15 RChacon: Allow turn on/off the dashboard display after login for an specific user. Add comments to code. +4/01/15 RChacon: In RevisionTranslations.php, add $Id, $ViewTopic, $BookMark and page_title_text. Add info to manual. Add comments to code. +4/01/15 RChacon: In SystemParameters.php, remove root path to config.php and add comments. +1/01/15 RChacon: Move default theme from session.inc to config.php. Add the ability to change the default theme in SystemParameters.php. +1/01/15 Exson: Make StockCategories.php strict sql mode compatible. 28/12/14 RChacon: Standardise labels and texts in Prices_Customer.php SpecialOrder.php and WWW_Access.php. Add $ViewTopic and $BookMark to WWW_Access.php 28/12/14 RChacon: Add comments, variables to link to the manual and titles in Z_CurrencyDebtorsBalances.php and Z_CurrencySuppliersBalances.php. 28/12/14 RChacon: Add comments, variables to link to the manual and titles in Z_Change*.php. @@ -34,8 +35,7 @@ 16/12/14 Agaluski: Add new Quality Module to WebERP. 16/12/14 RChacon: Expand and uniform the accuracy of the exchange rate. 5/12/14 Exson: Fixed the branch field bug in CustomerReceipt.php. Reported by wertthey. -29/11/14 RChacon: Add Pan Size explanation (thanks to Exson Qu) and other item maintenance explanations. -29/11/14 RChacon: Add Pan Size explanation (thanks to Tim Schofield and Pak Ricard). +29/11/14 RChacon: Add Pan Size explanation (thanks to Exson Qu Tim Schofield and Pak Ricard) and other item maintenance explanations. 24/11/14 RChacon: In PrintCustStatements.php, make translatable the currency name and the transaction type. 24/11/14 RChacon: Spanish translation improvements. Merging "View GL Entries" and "View the GL Entries". 22/11/14 Exson: Fix the qualitytext does not have default value for strict sql mode in Credit_Invoice.php. |
From: <ex...@us...> - 2015-02-02 16:05:35
|
Revision: 7115 http://sourceforge.net/p/web-erp/reponame/7115 Author: exsonqu Date: 2015-02-02 16:05:28 +0000 (Mon, 02 Feb 2015) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2015-02-02 15:48:39 UTC (rev 7114) +++ trunk/doc/Change.log 2015-02-02 16:05:28 UTC (rev 7115) @@ -1,5 +1,5 @@ webERP Change Log - +2/2/15 Exson: Remove unecessary suppliercontact sql statement which makes installation failed. 31/01/15 RChacon: Add and modify help text. Spanish translation improvements. Standardise "Account:" to "Account". 30/1/15 Jiro: Updated Traditional Chinese translation under zh_TW.utf8 27/01/15 RChacon: Spanish translation improvements. Note: The "Delete" key (keyboard) is translated to "Suprimir"; for usability, we standardise "borrar", "eliminar", etc. to "suprimir". |
From: <ex...@us...> - 2015-02-03 11:34:00
|
Revision: 7120 http://sourceforge.net/p/web-erp/reponame/7120 Author: exsonqu Date: 2015-02-03 11:33:49 +0000 (Tue, 03 Feb 2015) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2015-02-03 11:31:59 UTC (rev 7119) +++ trunk/doc/Change.log 2015-02-03 11:33:49 UTC (rev 7120) @@ -1,5 +1,5 @@ webERP Change Log - +03/02/15 Exson: Fixed date compatible problem for strict sql mode in CopyBOM.php. 3/2/15 Phil: Added more of Andrew Galuski's QA pdf manual to the webERP html manual. 3/2/15 Andrew Galuski: Fix bug in Credit_Invoice.php that prevented the credit note where the origianal invoice was over delivered compared to the underlying order. 2/2/15 Exson: Remove unecessary suppliercontact sql statement which makes installation failed. |
From: <rc...@us...> - 2015-02-12 02:22:58
|
Revision: 7150 http://sourceforge.net/p/web-erp/reponame/7150 Author: rchacon Date: 2015-02-12 02:22:56 +0000 (Thu, 12 Feb 2015) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2015-02-12 02:19:30 UTC (rev 7149) +++ trunk/doc/Change.log 2015-02-12 02:22:56 UTC (rev 7150) @@ -1,5 +1,6 @@ webERP Change Log +12/2/15 RChacon: Fix on PrintCustTransPortrait.php: Do not need to escape special characters in a string for use in an SQL statement. 11/2/15 Vitaly: BOMIndented.php fix bug that duplicated components - error with SQL to restrict to only those users with permission to view a locations 10/2/15 Phil: New script StockCategorySalesInquiry.php - shows category sales by item for a selected custom date range 10/2/15 Phil: Reinstate Andrew Galuski's lost functionality that shows only the items that are defined for a customer (in the custitems table) when searching for items for a sales order/quote. |
From: <ex...@us...> - 2015-02-15 02:53:04
|
Revision: 7152 http://sourceforge.net/p/web-erp/reponame/7152 Author: exsonqu Date: 2015-02-15 02:52:57 +0000 (Sun, 15 Feb 2015) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2015-02-15 02:50:35 UTC (rev 7151) +++ trunk/doc/Change.log 2015-02-15 02:52:57 UTC (rev 7152) @@ -1,5 +1,6 @@ webERP Change Log +15/2/2015: Exson: Fixed date format error for request date and start date in WorkOrderEntry.php. 12/2/15 RChacon: Fix on PrintCustTransPortrait.php: Do not need to escape special characters in a string for use in an SQL statement. 11/2/15 Vitaly: BOMIndented.php fix bug that duplicated components - error with SQL to restrict to only those users with permission to view a locations 10/2/15 Phil: New script StockCategorySalesInquiry.php - shows category sales by item for a selected custom date range |
From: <tu...@us...> - 2015-02-23 03:08:19
|
Revision: 7175 http://sourceforge.net/p/web-erp/reponame/7175 Author: turbopt Date: 2015-02-23 03:08:11 +0000 (Mon, 23 Feb 2015) Log Message: ----------- Fix supplier delivery address bug reported in form by: Giusba Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2015-02-23 02:59:13 UTC (rev 7174) +++ trunk/doc/Change.log 2015-02-23 03:08:11 UTC (rev 7175) @@ -1,5 +1,6 @@ webERP Change Log +22/2/15 TurboPT: Fix supplier delivery address bug reported in form by: Giusba 22/2/15 RChacon: Adjust page_title and add "Print This" and "Return" buttons with icon to Statement of Comprehensive Income and Trial Balance scripts. Add code documentation and removes redundant $ViewTopic and $BookMark in GLTrialBalance.php. 22/2/15 RChacon: Add missing preview.png and new previous.png icons. Add "Print This" and "Return" buttons with icon in GLBalanceSheet.php. 22/2/15 Simon Rhodes: added global $db; statements to functions in ConnectDB_mysql.inc that had been missed for the transaction functions |
From: <ex...@us...> - 2015-03-07 02:16:23
|
Revision: 7191 http://sourceforge.net/p/web-erp/reponame/7191 Author: exsonqu Date: 2015-03-07 02:16:15 +0000 (Sat, 07 Mar 2015) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2015-03-07 02:14:54 UTC (rev 7190) +++ trunk/doc/Change.log 2015-03-07 02:16:15 UTC (rev 7191) @@ -1,5 +1,6 @@ webERP Change Log +07/03/15 Exson: Fixed order value error that should be value undelivered instead of uncompleted line value and some notice noise in SelectSalesOrder.php. 3/4/15 Vitaly: Display Phantom assembly type correctly in SelectProduct.php 3/4/15 Vitaly: Added missing comma to SQL statement in Credit_Invoice.php 3/3/15 RChacon: Adds cross.png to all css images for use in Reset or Cancel buttons as needed. |
From: <ex...@us...> - 2015-03-07 02:22:43
|
Revision: 7193 http://sourceforge.net/p/web-erp/reponame/7193 Author: exsonqu Date: 2015-03-07 02:22:36 +0000 (Sat, 07 Mar 2015) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2015-03-07 02:22:03 UTC (rev 7192) +++ trunk/doc/Change.log 2015-03-07 02:22:36 UTC (rev 7193) @@ -1,5 +1,6 @@ webERP Change Log +07/03/15: Exson: Change login date of users without login record to 'No login record' instead of today. It's very confusion. 07/03/15 Exson: Fixed order value error that should be value undelivered instead of uncompleted line value and some notice noise in SelectSalesOrder.php. 3/4/15 Vitaly: Display Phantom assembly type correctly in SelectProduct.php 3/4/15 Vitaly: Added missing comma to SQL statement in Credit_Invoice.php |
From: <ex...@us...> - 2015-03-07 10:13:54
|
Revision: 7195 http://sourceforge.net/p/web-erp/reponame/7195 Author: exsonqu Date: 2015-03-07 10:13:47 +0000 (Sat, 07 Mar 2015) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2015-03-07 10:13:21 UTC (rev 7194) +++ trunk/doc/Change.log 2015-03-07 10:13:47 UTC (rev 7195) @@ -1,5 +1,6 @@ webERP Change Log +07/03/15 Exson: Remove properties $_SESSION['Shipment']->GLLink which never been defined in Shipments.php. 07/03/15: Exson: Change login date of users without login record to 'No login record' instead of today. It's very confusion. 07/03/15 Exson: Fixed order value error that should be value undelivered instead of uncompleted line value and some notice noise in SelectSalesOrder.php. 3/4/15 Vitaly: Display Phantom assembly type correctly in SelectProduct.php |