From: senator Date: Tue, 15 Jun 2010 19:31:19 +0000 (+0000) Subject: Acq: minor menu reorganization. Move admin-oriented interfaces to admin menu. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=879a1fff2843d6a1b69e39603ff0b2e034800f79;p=evergreen%2Fbjwebb.git Acq: minor menu reorganization. Move admin-oriented interfaces to admin menu. Also remove "Purchase Order Events" from the acq menu: it's outmoded. git-svn-id: svn://svn.open-ils.org/ILS/trunk@16722 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/web/opac/locale/en-US/lang.dtd b/Open-ILS/web/opac/locale/en-US/lang.dtd index c57373b8d..f144ebd1b 100644 --- a/Open-ILS/web/opac/locale/en-US/lang.dtd +++ b/Open-ILS/web/opac/locale/en-US/lang.dtd @@ -709,6 +709,20 @@ + + + + + + + + + + + + + + @@ -820,20 +834,6 @@ - - - - - - - - - - - - - - diff --git a/Open-ILS/xul/staff_client/chrome/content/main/menu.js b/Open-ILS/xul/staff_client/chrome/content/main/menu.js index 79410b73a..dae0a7405 100644 --- a/Open-ILS/xul/staff_client/chrome/content/main/menu.js +++ b/Open-ILS/xul/staff_client/chrome/content/main/menu.js @@ -700,6 +700,34 @@ main.menu.prototype = { ['oncommand'], function() { open_eg_web_page('conify/global/acq/claim_policy_action'); } ], + 'cmd_server_admin_acq_fund' : [ + ['oncommand'], + function() { open_eg_web_page('acq/fund/list'); } + ], + 'cmd_server_admin_acq_funding_source' : [ + ['oncommand'], + function() { open_eg_web_page('acq/funding_source/list'); } + ], + 'cmd_server_admin_acq_provider' : [ + ['oncommand'], + function() { open_eg_web_page('conify/global/acq/provider'); } + ], + 'cmd_server_admin_acq_edi_account' : [ + ['oncommand'], + function() { open_eg_web_page('conify/global/acq/edi_account'); } + ], + 'cmd_server_admin_acq_currency_type' : [ + ['oncommand'], + function() { open_eg_web_page('acq/currency_type/list'); } + ], + 'cmd_server_admin_acq_exchange_rate' : [ + ['oncommand'], + function() { open_eg_web_page('conify/global/acq/exchange_rate'); } + ], + 'cmd_server_admin_acq_distrib_formula' : [ + ['oncommand'], + function() { open_eg_web_page('conify/global/acq/distribution_formula'); } + ], 'cmd_server_admin_z39_source' : [ ['oncommand'], function() { open_eg_web_page('conify/global/config/z3950_source'); } @@ -780,34 +808,6 @@ main.menu.prototype = { ['oncommand'], function() { open_eg_web_page('acq/picklist/brief_record', 'menu.cmd_acq_new_brief_record.tab'); } ], - 'cmd_acq_view_fund' : [ - ['oncommand'], - function() { open_eg_web_page('acq/fund/list', 'menu.cmd_acq_view_fund.tab'); } - ], - 'cmd_acq_view_funding_source' : [ - ['oncommand'], - function() { open_eg_web_page('acq/funding_source/list', 'menu.cmd_acq_view_funding_source.tab'); } - ], - 'cmd_acq_view_provider' : [ - ['oncommand'], - function() { open_eg_web_page('conify/global/acq/provider', 'menu.cmd_acq_view_provider.tab'); } - ], - 'cmd_acq_view_edi_account' : [ - ['oncommand'], - function() { open_eg_web_page('conify/global/acq/edi_account', 'menu.cmd_acq_view_edi_account.tab'); } - ], - 'cmd_acq_view_currency_type' : [ - ['oncommand'], - function() { open_eg_web_page('acq/currency_type/list', 'menu.cmd_acq_view_currency_type.tab'); } - ], - 'cmd_acq_view_exchange_rate' : [ - ['oncommand'], - function() { open_eg_web_page('conify/global/acq/exchange_rate', 'menu.cmd_acq_view_exchange_rate.tab'); } - ], - 'cmd_acq_view_distrib_formula' : [ - ['oncommand'], - function() { open_eg_web_page('conify/global/acq/distribution_formula', 'menu.cmd_acq_view_distrib_formula.tab'); } - ], 'cmd_acq_claim_eligible' : [ ['oncommand'], function() { open_eg_web_page('acq/financial/claim_eligible', 'menu.cmd_acq_claim_eligible.tab'); } diff --git a/Open-ILS/xul/staff_client/chrome/content/main/menu_frame_menus.xul b/Open-ILS/xul/staff_client/chrome/content/main/menu_frame_menus.xul index 15819d62f..bb83c59d1 100644 --- a/Open-ILS/xul/staff_client/chrome/content/main/menu_frame_menus.xul +++ b/Open-ILS/xul/staff_client/chrome/content/main/menu_frame_menus.xul @@ -81,19 +81,12 @@ - + - - - - - - - @@ -143,6 +136,13 @@ + + + + + + + @@ -275,16 +275,9 @@ - + - - - - - - - @@ -383,6 +376,14 @@ + + + + + + + + diff --git a/Open-ILS/xul/staff_client/chrome/locale/en-US/offline.properties b/Open-ILS/xul/staff_client/chrome/locale/en-US/offline.properties index dd0401b5c..2f9998753 100644 --- a/Open-ILS/xul/staff_client/chrome/locale/en-US/offline.properties +++ b/Open-ILS/xul/staff_client/chrome/locale/en-US/offline.properties @@ -234,13 +234,6 @@ menu.cmd_acq_new_brief_record.tab=New Brief Record menu.cmd_acq_view_po.tab=Purchase Orders menu.cmd_acq_view_po_events.tab=Purchase Order Events menu.cmd_acq_user_requests.tab=User Requests -menu.cmd_acq_view_fund.tab=Funds -menu.cmd_acq_view_funding_source.tab=Funding Sources -menu.cmd_acq_view_provider.tab=Providers -menu.cmd_acq_view_edi_account.tab=EDI Accounts -menu.cmd_acq_view_currency_type.tab=Currency Types -menu.cmd_acq_view_exchange_rate.tab=Exchange Rates -menu.cmd_acq_view_distrib_formula.tab=Distribution Formulas menu.cmd_acq_claim_eligible.tab=Claim-Eligible Items menu.cmd_booking_resource.tab=Resources menu.cmd_booking_reservation.tab=Reservations