From: <Ex...@us...> - 2012-07-30 02:25:57
|
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. |
From: <Ex...@us...> - 2012-08-30 03:08:59
|
Revision: 5614 http://web-erp.svn.sourceforge.net/web-erp/?rev=5614&view=rev Author: ExsonQu Date: 2012-08-30 03:08:53 +0000 (Thu, 30 Aug 2012) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2012-08-30 03:06:50 UTC (rev 5613) +++ trunk/doc/Change.log 2012-08-30 03:08:53 UTC (rev 5614) @@ -1,5 +1,5 @@ webERP Change Log - +30/8/2012 Exson: fixed sql problem reported bymodpr0be 24/8/12 Serge Gélinas: Added new fr_CA.utf8 French Quebec translation 21/8/12 Phil: Stock.php could not change an item to an assembly if there were any old completed or deleted/rejected purchase orders for the item. 20/8/2012 Phil: StockCounts.php now allows entry Bar Codes or stock codes This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <Ex...@us...> - 2012-08-30 03:08:59
|
Revision: 5614 http://web-erp.svn.sourceforge.net/web-erp/?rev=5614&view=rev Author: ExsonQu Date: 2012-08-30 03:08:53 +0000 (Thu, 30 Aug 2012) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2012-08-30 03:06:50 UTC (rev 5613) +++ trunk/doc/Change.log 2012-08-30 03:08:53 UTC (rev 5614) @@ -1,5 +1,5 @@ webERP Change Log - +30/8/2012 Exson: fixed sql problem reported bymodpr0be 24/8/12 Serge Gélinas: Added new fr_CA.utf8 French Quebec translation 21/8/12 Phil: Stock.php could not change an item to an assembly if there were any old completed or deleted/rejected purchase orders for the item. 20/8/2012 Phil: StockCounts.php now allows entry Bar Codes or stock codes This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ice...@us...> - 2012-09-12 07:35:02
|
Revision: 5662 http://web-erp.svn.sourceforge.net/web-erp/?rev=5662&view=rev Author: icedlava Date: 2012-09-12 07:34:56 +0000 (Wed, 12 Sep 2012) Log Message: ----------- Changelog Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2012-09-12 07:30:47 UTC (rev 5661) +++ trunk/doc/Change.log 2012-09-12 07:34:56 UTC (rev 5662) @@ -1,13 +1,14 @@ webERP Change Log +12/9/12 Icedlava: some small corrections in the Manual, and update of bookmark links for some setup, petty cash and order functions. 8/9/12 Phil: removed all use of $_REQUEST across all scripts replace with GET/POST to cirumvent SQL injection attacks as reported by Daniel Compton 6/9/12 Thomas Timothy Lie and baliboss.com Team: updated Indonesian translation 1/9/12 Carlos Rubio: AccountGroups.php now has option to move to alternative accountgroups 30/8/2012 Exson: fixed sql problem reported bymodpr0be 24/8/12 Serge Gélinas: Added new fr_CA.utf8 French Quebec translation 21/8/12 Phil: Stock.php could not change an item to an assembly if there were any old completed or deleted/rejected purchase orders for the item. -20/8/2012 Phil: StockCounts.php now allows entry Bar Codes or stock codes +20/8/2012 Phil: StockCounts.php now allows entry Bar Codes or stock codes 20/8/2012 Phil: Now allow labour type category items to be selected searched for in CounterSales.php and SelectOrderItems.php -30/7/2012 Exson: fixed that the shipper will change sometime when modify the PO by modify file PO_ReadInOrder.inc. Reported by Craig. +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. |
From: <ice...@us...> - 2012-09-12 07:35:07
|
Revision: 5662 http://web-erp.svn.sourceforge.net/web-erp/?rev=5662&view=rev Author: icedlava Date: 2012-09-12 07:34:56 +0000 (Wed, 12 Sep 2012) Log Message: ----------- Changelog Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2012-09-12 07:30:47 UTC (rev 5661) +++ trunk/doc/Change.log 2012-09-12 07:34:56 UTC (rev 5662) @@ -1,13 +1,14 @@ webERP Change Log +12/9/12 Icedlava: some small corrections in the Manual, and update of bookmark links for some setup, petty cash and order functions. 8/9/12 Phil: removed all use of $_REQUEST across all scripts replace with GET/POST to cirumvent SQL injection attacks as reported by Daniel Compton 6/9/12 Thomas Timothy Lie and baliboss.com Team: updated Indonesian translation 1/9/12 Carlos Rubio: AccountGroups.php now has option to move to alternative accountgroups 30/8/2012 Exson: fixed sql problem reported bymodpr0be 24/8/12 Serge Gélinas: Added new fr_CA.utf8 French Quebec translation 21/8/12 Phil: Stock.php could not change an item to an assembly if there were any old completed or deleted/rejected purchase orders for the item. -20/8/2012 Phil: StockCounts.php now allows entry Bar Codes or stock codes +20/8/2012 Phil: StockCounts.php now allows entry Bar Codes or stock codes 20/8/2012 Phil: Now allow labour type category items to be selected searched for in CounterSales.php and SelectOrderItems.php -30/7/2012 Exson: fixed that the shipper will change sometime when modify the PO by modify file PO_ReadInOrder.inc. Reported by Craig. +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. |
From: <dai...@us...> - 2012-10-17 09:27:40
|
Revision: 5716 http://sourceforge.net/p/web-erp/reponame/5716 Author: daintree Date: 2012-10-17 09:27:37 +0000 (Wed, 17 Oct 2012) Log Message: ----------- REmove Change log update for Icedlavas code changes Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2012-10-17 09:25:59 UTC (rev 5715) +++ trunk/doc/Change.log 2012-10-17 09:27:37 UTC (rev 5716) @@ -1,6 +1,6 @@ webERP Change Log -16/10/12 Icedlava: CustomerReceipt.php and Payments.php stripslashes + 16/10/12 Phil: SelectOrderItems.php and CounterSales.php $_POST['Prev'] modified to $_POST['Previous'] 13/10/12 Release 4.09.1 |
From: <dai...@us...> - 2012-10-17 09:29:12
|
Revision: 5717 http://sourceforge.net/p/web-erp/reponame/5717 Author: daintree Date: 2012-10-17 09:29:09 +0000 (Wed, 17 Oct 2012) Log Message: ----------- Added change log update for Icedlavas code changes Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2012-10-17 09:27:37 UTC (rev 5716) +++ trunk/doc/Change.log 2012-10-17 09:29:09 UTC (rev 5717) @@ -1,6 +1,6 @@ webERP Change Log - +16/10/12 Icedlava: CustomerReceipt.php and Payments.php stripslashes 16/10/12 Phil: SelectOrderItems.php and CounterSales.php $_POST['Prev'] modified to $_POST['Previous'] 13/10/12 Release 4.09.1 |
From: <sam...@us...> - 2012-10-20 07:29:12
|
Revision: 5723 http://sourceforge.net/p/web-erp/reponame/5723 Author: samudaya Date: 2012-10-20 07:29:09 +0000 (Sat, 20 Oct 2012) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2012-10-20 07:28:36 UTC (rev 5722) +++ trunk/doc/Change.log 2012-10-20 07:29:09 UTC (rev 5723) @@ -1,5 +1,5 @@ webERP Change Log - +20/10/12 Samudaya Nanayakkara: Fixed the problem of Authoriser drop down selection when try to edit a Internal Departments. 19/10/12 Phil: Fixed exchange rate trend using google based https://encrypted.google.com/finance/chart? 18/10/12 Phil: Added google exchange rates option - many more rates than ECB published daily 16/10/12 Icedlava: CustomerReceipt.php and Payments.php stripslashes |
From: <tim...@us...> - 2013-01-27 22:05:47
|
Revision: 5798 http://sourceforge.net/p/web-erp/reponame/5798 Author: tim_schofield Date: 2013-01-27 22:05:44 +0000 (Sun, 27 Jan 2013) Log Message: ----------- Correction to change log Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2013-01-26 22:31:34 UTC (rev 5797) +++ trunk/doc/Change.log 2013-01-27 22:05:44 UTC (rev 5798) @@ -3,6 +3,7 @@ 27/1/13 Phil: Sell Through Support scripts - allows setting up rebate for a customer/supplier/item combinations for a date range with a discount to apply. A claim report allows a listing of invoices/credits where these items have been sold accumulating the claim from the supplier. Claim report needs work. 27/1/13 Phil: Supplier discounts/promotions can now be configured against supplier purchasing data with an effective date range. Purchase orders automatically accumulate and apply the discounts on placing orders. 27/1/13 Tim/Fahad Hatib: Various minor improvements from their fork Kwamoja +27/1/13 Tim: Provide facility for editing account group name in AccountGroups.php 10/1/13 Martha Madjack: Use scandir to get an array of files/directories for neater code 6/1/13 Phil: Prevent selection of assembly items to create purchase orders for... these are just selling devices like kits 4/1/13 Bob Thomas: Fix wiki link for media wiki had extra / |
From: <tim...@us...> - 2013-01-27 22:17:12
|
Revision: 5799 http://sourceforge.net/p/web-erp/reponame/5799 Author: tim_schofield Date: 2013-01-27 22:17:09 +0000 (Sun, 27 Jan 2013) Log Message: ----------- Another correction to change log Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2013-01-27 22:05:44 UTC (rev 5798) +++ trunk/doc/Change.log 2013-01-27 22:17:09 UTC (rev 5799) @@ -4,6 +4,7 @@ 27/1/13 Phil: Supplier discounts/promotions can now be configured against supplier purchasing data with an effective date range. Purchase orders automatically accumulate and apply the discounts on placing orders. 27/1/13 Tim/Fahad Hatib: Various minor improvements from their fork Kwamoja 27/1/13 Tim: Provide facility for editing account group name in AccountGroups.php +27/1/13 Tim: Automatically adjust config.php for variable name changes 10/1/13 Martha Madjack: Use scandir to get an array of files/directories for neater code 6/1/13 Phil: Prevent selection of assembly items to create purchase orders for... these are just selling devices like kits 4/1/13 Bob Thomas: Fix wiki link for media wiki had extra / |
From: <tim...@us...> - 2013-01-27 23:10:59
|
Revision: 5801 http://sourceforge.net/p/web-erp/reponame/5801 Author: tim_schofield Date: 2013-01-27 23:10:57 +0000 (Sun, 27 Jan 2013) Log Message: ----------- Another correction to change log Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2013-01-27 22:43:04 UTC (rev 5800) +++ trunk/doc/Change.log 2013-01-27 23:10:57 UTC (rev 5801) @@ -5,6 +5,7 @@ 27/1/13 Tim/Fahad Hatib: Various minor improvements from their fork Kwamoja 27/1/13 Tim: Provide facility for editing account group name in AccountGroups.php 27/1/13 Tim: Automatically adjust config.php for variable name changes +27/1/13 Fahad Hatib: Manual updates for internal inventory transfer system 10/1/13 Martha Madjack: Use scandir to get an array of files/directories for neater code 6/1/13 Phil: Prevent selection of assembly items to create purchase orders for... these are just selling devices like kits 4/1/13 Bob Thomas: Fix wiki link for media wiki had extra / |
From: <tim...@us...> - 2013-01-27 23:15:50
|
Revision: 5802 http://sourceforge.net/p/web-erp/reponame/5802 Author: tim_schofield Date: 2013-01-27 23:15:48 +0000 (Sun, 27 Jan 2013) Log Message: ----------- Another correction to change log Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2013-01-27 23:10:57 UTC (rev 5801) +++ trunk/doc/Change.log 2013-01-27 23:15:48 UTC (rev 5802) @@ -3,6 +3,7 @@ 27/1/13 Phil: Sell Through Support scripts - allows setting up rebate for a customer/supplier/item combinations for a date range with a discount to apply. A claim report allows a listing of invoices/credits where these items have been sold accumulating the claim from the supplier. Claim report needs work. 27/1/13 Phil: Supplier discounts/promotions can now be configured against supplier purchasing data with an effective date range. Purchase orders automatically accumulate and apply the discounts on placing orders. 27/1/13 Tim/Fahad Hatib: Various minor improvements from their fork Kwamoja +27/1/13 Tim: Changes to date functions to allow for Y-m-d date formats 27/1/13 Tim: Provide facility for editing account group name in AccountGroups.php 27/1/13 Tim: Automatically adjust config.php for variable name changes 27/1/13 Fahad Hatib: Manual updates for internal inventory transfer system |
From: <tim...@us...> - 2013-01-29 10:28:31
|
Revision: 5806 http://sourceforge.net/p/web-erp/reponame/5806 Author: tim_schofield Date: 2013-01-29 10:28:28 +0000 (Tue, 29 Jan 2013) Log Message: ----------- Update change log Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2013-01-29 10:26:27 UTC (rev 5805) +++ trunk/doc/Change.log 2013-01-29 10:28:28 UTC (rev 5806) @@ -1,5 +1,7 @@ webERP Change Log +29/1/13 Tim: Fix sql injection security hole in session.inc. + 27/1/13 Version 4.10.0 Released 27/1/13 Phil: Sell Through Support scripts - allows setting up rebate for a customer/supplier/item combinations for a date range with a discount to apply. A claim report allows a listing of invoices/credits where these items have been sold accumulating the claim from the supplier. Claim report needs work. |
From: <tim...@us...> - 2013-02-01 09:35:09
|
Revision: 5808 http://sourceforge.net/p/web-erp/reponame/5808 Author: tim_schofield Date: 2013-02-01 09:35:06 +0000 (Fri, 01 Feb 2013) Log Message: ----------- Fix incorrect entry Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2013-02-01 07:51:23 UTC (rev 5807) +++ trunk/doc/Change.log 2013-02-01 09:35:06 UTC (rev 5808) @@ -1,6 +1,6 @@ webERP Change Log -31/1/13 Phil: includes/MiscFunctions.php fix wiki links +31/1/13 Tim: includes/MiscFunctions.php fix wiki links 29/1/13 Tim: Fix sql injection security hole in session.inc. 27/1/13 Version 4.10.0 Released |
From: <tim...@us...> - 2013-02-02 01:06:29
|
Revision: 5811 http://sourceforge.net/p/web-erp/reponame/5811 Author: tim_schofield Date: 2013-02-02 01:06:27 +0000 (Sat, 02 Feb 2013) Log Message: ----------- Add in entry for Supplier Tendering manual from KwaMoja Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2013-02-02 00:07:10 UTC (rev 5810) +++ trunk/doc/Change.log 2013-02-02 01:06:27 UTC (rev 5811) @@ -1,5 +1,6 @@ webERP Change Log +1/2/13 Fahad Hatib: NewManual page for Supplier Tendering brought in from KwaMoja 2/1/13 Phil: Fix PDFTransPageHeader.inc landscape invoice printing 31/1/13 Tim: includes/MiscFunctions.php fix wiki links 29/1/13 Tim: Fix sql injection security hole in session.inc. |
From: <tim...@us...> - 2013-02-02 09:08:37
|
Revision: 5813 http://sourceforge.net/p/web-erp/reponame/5813 Author: tim_schofield Date: 2013-02-02 09:08:34 +0000 (Sat, 02 Feb 2013) Log Message: ----------- Update Change log Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2013-02-02 09:04:59 UTC (rev 5812) +++ trunk/doc/Change.log 2013-02-02 09:08:34 UTC (rev 5813) @@ -1,5 +1,6 @@ webERP Change Log +2/2/13 Tim: Fixed up syntax error in InternalStockCategoriesByRole.php 1/2/13 Fahad Hatib: NewManual page for Supplier Tendering brought in from KwaMoja 2/1/13 Phil: Fix PDFTransPageHeader.inc landscape invoice printing 31/1/13 Tim: includes/MiscFunctions.php fix wiki links |
From: <tim...@us...> - 2013-02-16 11:06:23
|
Revision: 5818 http://sourceforge.net/p/web-erp/reponame/5818 Author: tim_schofield Date: 2013-02-16 11:06:19 +0000 (Sat, 16 Feb 2013) Log Message: ----------- Updates Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2013-02-15 13:10:58 UTC (rev 5817) +++ trunk/doc/Change.log 2013-02-16 11:06:19 UTC (rev 5818) @@ -1,5 +1,7 @@ webERP Change Log +15/2/13 Tim Schofield: New script for uploading a sales price list frrom a csv file. + 2/2/13 Version 4.10.1 Released 2/2/13 Phil: Refix wiki links @@ -19,7 +21,7 @@ 27/1/13 Tim: Provide facility for editing account group name in AccountGroups.php 27/1/13 Tim: Automatically adjust config.php for variable name changes 27/1/13 Fahad Hatib: Manual updates for internal inventory transfer system -10/1/13 Martha Madjack: Use scandir to get an array of files/directories for neater code +10/1/13 Martha Njeri: Use scandir to get an array of files/directories for neater code 6/1/13 Phil: Prevent selection of assembly items to create purchase orders for... these are just selling devices like kits 4/1/13 Bob Thomas: Fix wiki link for media wiki had extra / 2/1/13 Thomas Lie: corrections to various strings where English was suspect!! |
From: <tim...@us...> - 2013-02-24 22:27:06
|
Revision: 5823 http://sourceforge.net/p/web-erp/reponame/5823 Author: tim_schofield Date: 2013-02-24 22:27:03 +0000 (Sun, 24 Feb 2013) Log Message: ----------- Updates to change log Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2013-02-24 22:26:00 UTC (rev 5822) +++ trunk/doc/Change.log 2013-02-24 22:27:03 UTC (rev 5823) @@ -1,5 +1,8 @@ webERP Change Log +24/2/13 Tim Schofield: SalesGraph.php Fix syntax error, missing ; at end of line +24/2/13 Tim Schofield: CustWhereAlloc.php Fix syntax error, bad indenting, and an extra } entered because of it + 23/2/13 Version 4.10.1 Released 23/2/13 Phil: Tidy up PDFSellThroughSupportClaim.php report @@ -12,10 +15,10 @@ 11/2/13 Fahad Hatib: Committed by Phil - added Manual links for AR, Fixed Assets and AP manual sections 10/3/13 Phil: Added bin to locstock so the standard bin location for stock can be specified, can update from LocReorderlevel.php script of StockStatus.php - this prints on packing slips so dispatch people can see where the stock should be to pick it. Could also add to picking report and GRN receipt report. 2/2/13 Phil: Refix wiki links -2/2/13 Phil: Fix PDFTransPageHeader.inc landscape invoice printing +2/2/13 Phil: Fix PDFTransPageHeader.inc landscape invoice printing 2/2/13 Tim: Fixed up syntax error in InternalStockCategoriesByRole.php 1/2/13 Fahad Hatib: New Manual page for Supplier Tendering brought in from KwaMoja -2/1/13 Phil: Fix PDFTransPageHeader.inc landscape invoice printing +2/1/13 Phil: Fix PDFTransPageHeader.inc landscape invoice printing 31/1/13 Tim: includes/MiscFunctions.php fix wiki links 29/1/13 Tim: Fix sql injection security hole in session.inc. @@ -26,7 +29,7 @@ 27/1/13 Tim/Fahad Hatib: Various minor improvements from their fork Kwamoja 27/1/13 Tim: Phil brought in changes to date functions to allow for Y-m-d date formats and finished 27/1/13 Tim: Provide facility for editing account group name in AccountGroups.php -27/1/13 Tim: Automatically adjust config.php for variable name changes +27/1/13 Tim: Automatically adjust config.php for variable name changes 27/1/13 Fahad Hatib: Manual updates for internal inventory transfer system 10/1/13 Martha Njeri: Use scandir to get an array of files/directories for neater code 6/1/13 Phil: Prevent selection of assembly items to create purchase orders for... these are just selling devices like kits @@ -45,7 +48,7 @@ 7/12/12 Phil: SupplierInvoice.php add link to pay invoice after invoice input 5/12/12 Phil: Allow auto receiving of purchase orders and populating of purchase invoice when purchase order is authorised. 5/12/12 Tim: PO_PDFPurchOrder.php fix printing of initiator to show the full name also style changes -4/12/12 Tim: PO_Header.php style mods also initiator reinstated as the userid not the user's realname - realname displayed but not stored in db. +4/12/12 Tim: PO_Header.php style mods also initiator reinstated as the userid not the user's realname - realname displayed but not stored in db. 1/12/12 Phil: Remove input fields in Customers.php email, phone fax which are not used - these fields do not exist in debtorsmaster to update these fields are only held by branch. 1/12/12 Phil: SupplierInvoice.php and link from PO_Items.php to auto receive all items on an authorised purchase order and auto populate the invoice with the received items 29/11/12 Jeff Trickett: Start of a conversion to remove dependencies between company name, database table name, and the company file system. Particularly on shared virtual server environments, these can be unpredictable and out of the user's control. This should reduce the difficulties often reported by users with installation. @@ -53,11 +56,11 @@ 17/11/12 Phil: SelectCreditItems.php allow selection of sales person and record credit against this salesperson in sales analysis 17/11/12 Phil: Allow user to specify sales person to credit so that sales analysis reflects sales by sales person without recourse back to the default sales person for the customer branch 11/11/12 Phil: Fixed Credit_Invoice.php to now use identifier to uniquely identify a credit note session -11/11/12 Phil: Fixed links to send session identifier and whether from CreditInvoice or SelectCreditItems.php InputSerialItemsKeyed.php and CreditItemsControlled. Creating credit notes manually for serial numbered items was failing as reported by Bob Thomas +11/11/12 Phil: Fixed links to send session identifier and whether from CreditInvoice or SelectCreditItems.php InputSerialItemsKeyed.php and CreditItemsControlled. Creating credit notes manually for serial numbered items was failing as reported by Bob Thomas 8/11/12 Craig Craven: Updated Japanese translation 3/11/12 Phil: Fixed BAD bug wtth CounterSales.php it was possible to make sales where the invoice didn't agree with the sum of the lines sold!! 3/11/12 Phil: Added CounterReturns.php script to handle cash returns -3/11/12 Jesus Aguirre: Added tag selection to purchase invoice gl analysis +3/11/12 Jesus Aguirre: Added tag selection to purchase invoice gl analysis 3/11/12 David Short: improve GLPostings.inc just update all gltrans posted once the postings are done rather than a whole load of updates for each gltrans posted 25/10/12 Phil: Added telephone and email to supplier search - SelectSupplier.php 25/10/12 Phil: Rounding error prevented CounterSales.php from posting a sale where currency was rounding to 0 decimal places - reported by Arwan @@ -73,9 +76,9 @@ 12/10/12 Phil: Fix pagination/selection of order items in SelectOrderItems.php and CounterSales.php 12/10/12 Phil: SelectAsset.php now goes to FixedAssetItems.php when an item is selected to display the asset for editing 12/10/12 Rafael Chacón: Updated CRC - Costa Rica flag image -10/10/12 Harald Ringehahn: Updated German translation +10/10/12 Harald Ringehahn: Updated German translation 9/10/2012 Exson: fixed typo in CounterSales.php reported by thumb. -9/10/12 Exson: installation would not allow demo to be installed - install/index.php +9/10/12 Exson: installation would not allow demo to be installed - install/index.php 7/10/12 Phil: Fix WorkOrderIssue.php required by date 6/10/2012 Release 4.09 |
From: <tim...@us...> - 2013-03-27 22:13:04
|
Revision: 5830 http://sourceforge.net/p/web-erp/reponame/5830 Author: tim_schofield Date: 2013-03-27 22:13:02 +0000 (Wed, 27 Mar 2013) Log Message: ----------- Updates and corrections Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2013-03-27 22:09:27 UTC (rev 5829) +++ trunk/doc/Change.log 2013-03-27 22:13:02 UTC (rev 5830) @@ -1,12 +1,15 @@ webERP Change Log +27/3/13 Fahad Hatib: Updates to editing tenders and button to close a tender 22/3/13 Kalmer Piiskop: Updated Estonian translation 21/3/13 Arwan: CustomerReceipt.php Added GL tag name for GL analysis of receipts +6/3/13 Tim Schofield: Only display those offers that have not gone past their expiry dates + +25/2/13 Re-released 4.10.1 without the duplicate records in reportlinks table + 24/2/13 Tim Schofield: SalesGraph.php Fix syntax error, missing ; at end of line 24/2/13 Tim Schofield: CustWhereAlloc.php Fix syntax error, bad indenting, and an extra } entered because of it -25/2/13 Re-released 4.10.1 without the duplicate records in reportlinks table - 23/2/13 Version 4.10.1 Released 23/2/13 Phil: Tidy up PDFSellThroughSupportClaim.php report |
From: <tim...@us...> - 2013-04-06 00:51:38
|
Revision: 5835 http://sourceforge.net/p/web-erp/reponame/5835 Author: tim_schofield Date: 2013-04-06 00:51:34 +0000 (Sat, 06 Apr 2013) Log Message: ----------- Update change log Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2013-04-05 21:57:44 UTC (rev 5834) +++ trunk/doc/Change.log 2013-04-06 00:51:34 UTC (rev 5835) @@ -1,5 +1,6 @@ webERP Change Log +6/4/13 Tim Schofield: Fix up issues preventing ampersands and apostrophes in supplier codes 6/4/13 Rafael: PDFPriceList.php split long description to maximum of 132 characters long 1/4/13 Kalmer Piiskop: Correct includes/LanguagesArray.php to use correct decimal point and thousands separator 27/3/13 Fahad Hatib: Updates to editing tenders and button to close a tender @@ -7,7 +8,7 @@ 21/3/13 Arwan: CustomerReceipt.php Added GL tag name for GL analysis of receipts 6/3/13 Tim Schofield: Only display those offers that have not gone past their expiry dates -25/2/13 Re-released 4.10.1 without the duplicate records in reportlinks table +25/2/13 Re-released 4.10.1 without the duplicate records in reportlinks table and other errors caused by svn not being updated till after release 24/2/13 Tim Schofield: SalesGraph.php Fix syntax error, missing ; at end of line 24/2/13 Tim Schofield: CustWhereAlloc.php Fix syntax error, bad indenting, and an extra } entered because of it |
From: <ex...@us...> - 2013-04-16 03:44:55
|
Revision: 5843 http://sourceforge.net/p/web-erp/reponame/5843 Author: exsonqu Date: 2013-04-16 03:44:52 +0000 (Tue, 16 Apr 2013) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2013-04-16 03:43:53 UTC (rev 5842) +++ trunk/doc/Change.log 2013-04-16 03:44:52 UTC (rev 5843) @@ -1,5 +1,5 @@ webERP Change Log - +16/04/13 Thumb: Fixed the bug of Y-m-d date format error in MiscFunctions.js (this date type is missing) which will display wrong date in Work Order. 6/4/13 Rafael: PDFPriceList.php split long description to maximum of 132 characters long 1/4/13 Kalmer Piiskop: Correct includes/LanguagesArray.php to use correct decimal point and thousands separator 27/3/13 Fahad Hatib: Updates to editing tenders and button to close a tender |
From: <dai...@us...> - 2013-04-25 10:44:16
|
Revision: 5851 http://sourceforge.net/p/web-erp/reponame/5851 Author: daintree Date: 2013-04-25 10:44:13 +0000 (Thu, 25 Apr 2013) Log Message: ----------- Bug fixes BOMs allowed serialised/controlled items to be serialised - now fixed. Contracts.php selection of customer fixed. WorkOrderIssue now only shows controlled items with a quantity in stock Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2013-04-25 10:43:48 UTC (rev 5850) +++ trunk/doc/Change.log 2013-04-25 10:44:13 UTC (rev 5851) @@ -1,4 +1,4 @@ -webERP Change Log +OwebERP Change Log 25/4/13 Tim: Selecting customer in Contracts form was not working - fixed 25/4/13 Bob Thomas: WorkOrderIssue.php was not showing the serialised items with a quantity that could be issued was showing them all in error |
From: <ex...@us...> - 2013-04-26 06:54:09
|
Revision: 5853 http://sourceforge.net/p/web-erp/reponame/5853 Author: exsonqu Date: 2013-04-26 06:54:04 +0000 (Fri, 26 Apr 2013) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2013-04-26 06:52:56 UTC (rev 5852) +++ trunk/doc/Change.log 2013-04-26 06:54:04 UTC (rev 5853) @@ -1,5 +1,5 @@ OwebERP Change Log - +26/04/2013: Exson Fix the image broken problem for Manual/ManualGettingStarted.html Chinese version 25/4/13 Tim: Selecting customer in Contracts form was not working - fixed 25/4/13 Bob Thomas: WorkOrderIssue.php was not showing the serialised items with a quantity that could be issued was showing them all in error 25/4/13 Phil: BOMs.php fixed error that allowed auto issue to be flagged on serialised items |
From: <ex...@us...> - 2013-04-29 09:56:43
|
Revision: 5859 http://sourceforge.net/p/web-erp/reponame/5859 Author: exsonqu Date: 2013-04-29 09:56:40 +0000 (Mon, 29 Apr 2013) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2013-04-29 09:55:47 UTC (rev 5858) +++ trunk/doc/Change.log 2013-04-29 09:56:40 UTC (rev 5859) @@ -1,5 +1,5 @@ OwebERP Change Log - +29/04/2013 Exson Fixed the db_free_result() error messages due to the query returned a boolean value in SMTPServer.php 27/4/13 Samudaya: Fixed a bug in PO_Items.php when a line of a purchase order is deleted (other than the last line) and then subsequently a new line is added - the last line of the order is over-written. 27/4/13 Samudaya: PO_Items.php When purchasing a non-stock item (asset), AssetID goes to wrong column in purchorderdetails table (Column name - suppliers_partno). Fixed the bug and now save the AssetID in the correct assetid column. 27/4/13 Samudaya: Fixed the Page Navigation (Go, Previous, Next) problem. This problem occurs there are many assets and display as several pages. |
From: <ex...@us...> - 2013-04-29 10:06:31
|
Revision: 5862 http://sourceforge.net/p/web-erp/reponame/5862 Author: exsonqu Date: 2013-04-29 10:06:28 +0000 (Mon, 29 Apr 2013) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2013-04-29 10:03:21 UTC (rev 5861) +++ trunk/doc/Change.log 2013-04-29 10:06:28 UTC (rev 5862) @@ -1,4 +1,5 @@ OwebERP Change Log +29/04/2013 Exson Fixed the smtp does not work for langaguage is change in utf8 code in file of smtp.php and HTMLMimeMail.php. 29/04/2013 Exson Fixed the db_free_result() error messages due to the query returned a boolean value in SMTPServer.php 27/4/13 Samudaya: Fixed a bug in PO_Items.php when a line of a purchase order is deleted (other than the last line) and then subsequently a new line is added - the last line of the order is over-written. 27/4/13 Samudaya: PO_Items.php When purchasing a non-stock item (asset), AssetID goes to wrong column in purchorderdetails table (Column name - suppliers_partno). Fixed the bug and now save the AssetID in the correct assetid column. |