From: <rc...@us...> - 2014-05-30 22:26:26
|
Revision: 6736 http://sourceforge.net/p/web-erp/reponame/6736 Author: rchacon Date: 2014-05-30 22:26:18 +0000 (Fri, 30 May 2014) Log Message: ----------- Regroups the import scripts in the utility menu. Modified Paths: -------------- trunk/includes/MainMenuLinksArray.php Modified: trunk/includes/MainMenuLinksArray.php =================================================================== --- trunk/includes/MainMenuLinksArray.php 2014-05-27 03:26:57 UTC (rev 6735) +++ trunk/includes/MainMenuLinksArray.php 2014-05-30 22:26:18 UTC (rev 6736) @@ -520,8 +520,7 @@ '/InternalStockCategoriesByRole.php', '/Labels.php'); -$MenuItems['Utilities']['Transactions']['Caption'] = array( _('Import GL Payments Receipts Or Journals From CSV'), - _('Change A Customer Code'), +$MenuItems['Utilities']['Transactions']['Caption'] = array( _('Change A Customer Code'), _('Change A Customer Branch Code'), _('Change A Supplier Code'), _('Change A Stock Category Code'), @@ -534,8 +533,7 @@ _('Reverse all supplier payments on a specified date'), _('Update sales analysis with latest customer data')); -$MenuItems['Utilities']['Transactions']['URL'] = array( '/Z_ImportGLTransactions.php', - '/Z_ChangeCustomerCode.php', +$MenuItems['Utilities']['Transactions']['URL'] = array( '/Z_ChangeCustomerCode.php', '/Z_ChangeBranchCode.php', '/Z_ChangeSupplierCode.php', '/Z_ChangeStockCategory.php', @@ -562,21 +560,23 @@ _('Make New Company'), _('Data Export Options'), _('Import Stock Items from .csv'), + _('Import Price List from CSV file'), _('Import Fixed Assets from .csv file'), + _('Import GL Payments Receipts Or Journals From CSV'), _('Create new company template SQL file and submit to webERP'), _('Re-calculate brought forward amounts in GL'), _('Re-Post all GL transactions from a specified period'), - _('Purge all old prices'), - _('Import Price List from CSV file')); + _('Purge all old prices')); $MenuItems['Utilities']['Maintenance']['URL'] = array( '/Z_poAdmin.php', '/Z_MakeNewCompany.php', - '/Z_DataExport.php', + '/Z_DataExport.php', '/Z_ImportStocks.php', + '/Z_ImportPriceList.php', '/Z_ImportFixedAssets.php', + '/Z_ImportGLTransactions.php', '/Z_CreateCompanyTemplateFile.php', '/Z_UpdateChartDetailsBFwd.php', '/Z_RePostGLFromPeriod.php', - '/Z_DeleteOldPrices.php', - '/Z_ImportPriceList.php'); + '/Z_DeleteOldPrices.php'); ?> \ No newline at end of file |