From: <rc...@us...> - 2013-06-01 16:49:17
|
Revision: 6001 http://sourceforge.net/p/web-erp/reponame/6001 Author: rchacon Date: 2013-06-01 16:49:14 +0000 (Sat, 01 Jun 2013) Log Message: ----------- Includes Script to change the GL account code in all webERP. Modified Paths: -------------- trunk/includes/MainMenuLinksArray.php Modified: trunk/includes/MainMenuLinksArray.php =================================================================== --- trunk/includes/MainMenuLinksArray.php 2013-06-01 04:36:40 UTC (rev 6000) +++ trunk/includes/MainMenuLinksArray.php 2013-06-01 16:49:14 UTC (rev 6001) @@ -353,11 +353,11 @@ '/GLTagProfit_Loss.php', '/Tax.php' ); -$MenuItems['GL']['Maintenance']['Caption'] = array (_('GL Account'), - _('GL Budgets'), - _('Account Groups'), - _('Account Sections'), - _('GL Tags') ); +$MenuItems['GL']['Maintenance']['Caption'] = array ( _('GL Accounts'), + _('GL Budgets'), + _('Account Groups'), + _('Account Sections'), + _('GL Tags') ); $MenuItems['GL']['Maintenance']['URL'] = array ('/GLAccounts.php', '/GLBudgets.php', @@ -498,24 +498,26 @@ '/InternalStockCategoriesByRole.php' ); $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'), - _('Re-apply costs to Sales Analysis'), - _('Delete sales transactions'), - _('Reverse all supplier payments on a specified date')); + _('Change A Customer Branch Code'), + _('Change A Supplier Code'), + _('Change An Inventory Item Code'), + _('Change A GL Account Code'), + _('Change A Location Code'), + _('Update costs for all BOM items, from the bottom up'), + _('Re-apply costs to Sales Analysis'), + _('Delete sales transactions'), + _('Reverse all supplier payments on a specified date')); -$MenuItems['Utilities']['Transactions']['URL'] = array ('/Z_ChangeCustomerCode.php', - '/Z_ChangeBranchCode.php', - '/Z_ChangeSupplierCode.php', - '/Z_ChangeStockCode.php', - '/Z_ChangeLocationCode.php', - '/Z_BottomUpCosts.php', - '/Z_ReApplyCostToSA.php', - '/Z_DeleteSalesTransActions.php', - '/Z_ReverseSuppPaymentRun.php'); +$MenuItems['Utilities']['Transactions']['URL'] = array ( '/Z_ChangeCustomerCode.php', + '/Z_ChangeBranchCode.php', + '/Z_ChangeSupplierCode.php', + '/Z_ChangeStockCode.php', + '/Z_ChangeGLAccountCode.php', + '/Z_ChangeLocationCode.php', + '/Z_BottomUpCosts.php', + '/Z_ReApplyCostToSA.php', + '/Z_DeleteSalesTransActions.php', + '/Z_ReverseSuppPaymentRun.php'); $MenuItems['Utilities']['Reports']['Caption'] = array (_('Show Local Currency Total Debtor Balances'), _('Show Local Currency Total Suppliers Balances'), |