From: <dai...@us...> - 2012-07-08 19:44:37
|
Revision: 5485 http://web-erp.svn.sourceforge.net/web-erp/?rev=5485&view=rev Author: daintree Date: 2012-07-08 19:44:30 +0000 (Sun, 08 Jul 2012) Log Message: ----------- reinstated Z_ChangeSupplierCode.php Modified Paths: -------------- trunk/doc/Change.log trunk/doc/Manual/ManualCreatingNewSystem.html trunk/includes/MainMenuLinksArray.php trunk/sql/mysql/upgrade4.08-4.09.sql Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2012-07-08 12:57:46 UTC (rev 5484) +++ trunk/doc/Change.log 2012-07-08 19:44:30 UTC (rev 5485) @@ -1,5 +1,6 @@ webERP Change Log +9/7/12 Tim/Ricard: Add Z_ChangeSupplierCode.php - 6/7/12 Phil: Add stable versions to UpgradeDatabase.php script 6/7/12 Phil: Added new Z_DeleteOldPrices.php script to purge prices which are past their end date 30/6/12 Phil: Attempt at quicker price retrieval Modified: trunk/doc/Manual/ManualCreatingNewSystem.html =================================================================== --- trunk/doc/Manual/ManualCreatingNewSystem.html 2012-07-08 12:57:46 UTC (rev 5484) +++ trunk/doc/Manual/ManualCreatingNewSystem.html 2012-07-08 19:44:30 UTC (rev 5485) @@ -355,7 +355,7 @@ <p>Wikis are a valuable business advantage for a dispersed company. However, they make no sense for a 5 man operation all in the same office - that's why wacko wiki is not bundled with webERP - it is simply not appropriate accross all the businesses that might be using webERP.</p> - <p><a href="http://wackowiki.com/files/wacko.r4.2.zip">Get Wacko Wiki</a></p> + <p><a href="http://wackowiki.org/">Get Wacko Wiki</a></p> <p></p> </td> Modified: trunk/includes/MainMenuLinksArray.php =================================================================== --- trunk/includes/MainMenuLinksArray.php 2012-07-08 12:57:46 UTC (rev 5484) +++ trunk/includes/MainMenuLinksArray.php 2012-07-08 19:44:30 UTC (rev 5485) @@ -532,6 +532,7 @@ $MenuItems['Utilities']['Transactions']['Caption'] = array (_('Change A Customer Code'), _('Change A Customer Branch Code'), + _('Change A Supplier Code'), _('Change An Inventory Item Code'), _('Change A Location Code'), _('Update costs for all BOM items, from the bottom up'), @@ -541,6 +542,7 @@ $MenuItems['Utilities']['Transactions']['URL'] = array ('/Z_ChangeCustomerCode.php', '/Z_ChangeBranchCode.php', + '/Z_ChangeSupplierCode.php', '/Z_ChangeStockCode.php', '/Z_ChangeLocationCode.php', '/Z_BottomUpCosts.php', Modified: trunk/sql/mysql/upgrade4.08-4.09.sql =================================================================== --- trunk/sql/mysql/upgrade4.08-4.09.sql 2012-07-08 12:57:46 UTC (rev 5484) +++ trunk/sql/mysql/upgrade4.08-4.09.sql 2012-07-08 19:44:30 UTC (rev 5485) @@ -1,5 +1,4 @@ INSERT INTO scripts VALUES ('Z_DeleteOldPrices.php','15','Deletes all old prices'); INSERT INTO scripts VALUES ('Z_ChangeLocationCode.php','15','Change a locations code and in all tables where the old code was used to the new code'); -DELETE FROM scripts WHERE script='Z_ChangeSupplierCode.php'; UPDATE config SET confvalue='4.08.2' WHERE confname='VersionNumber'; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |