Bug 16454: Use 'inventory' instead of 'inventory/stocktaking'
authorAleisha <aleishaamohia@hotmail.com>
Thu, 12 May 2016 04:46:54 +0000 (04:46 +0000)
committerKyle M Hall <kyle@bywatersolutions.com>
Mon, 16 May 2016 17:42:39 +0000 (17:42 +0000)
To test:
1) Go to the tools home page. Confirm it says 'Inventory' instead of
   'Inventory/stocktaking' in heading and in description
2) Click Inventory. Confirm heading now says 'Inventory' instead of
   'Inventory/stocktaking'
3) Confirm that it now says 'Inventory' instead of
   'Inventory/stocktaking' in the tools menu along the left of the page
4) Click Help in top right corner. Confirm help heading now says
   'Inventory' instead of 'Inventory/stocktaking'
5) Go to user account page, go to Set Permissions
6) Expand Tools option and confirm it says 'inventory' instead of
   'inventory (stocktaking)'

Sponsored-by: Catalyst IT
Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc
koha-tmpl/intranet-tmpl/prog/en/includes/tools-menu.inc
koha-tmpl/intranet-tmpl/prog/en/modules/help/members/member-flags.tt
koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/inventory.tt
koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt
koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt

index 68c6001..6a80ba1 100644 (file)
@@ -63,7 +63,7 @@
     [%- CASE 'edit_quotes' -%]<span>Edit quotes for quote-of-the-day feature</span>
     [%- CASE 'export_catalog' -%]<span>Export bibliographic and holdings data</span>
     [%- CASE 'import_patrons' -%]<span>Import patron data</span>
-    [%- CASE 'inventory' -%]<span>Perform inventory (stocktaking) of your catalog</span>
+    [%- CASE 'inventory' -%]<span>Perform inventory of your catalog</span>
     [%- CASE 'items_batchdel' -%]<span>Perform batch deletion of items</span>
     [%- CASE 'items_batchmod' -%]<span>Perform batch modification of items</span>
     [%- CASE 'items_batchmod_restricted' -%]<span>Limit batch item modification to subfields defined in the SubfieldsToAllowForRestrictedBatchmod preference (please note that items_batchmod is still required)</span>
index 9a2b1bf..a918e2a 100644 (file)
@@ -75,7 +75,7 @@
     <li><a href="/cgi-bin/koha/tools/export.pl">Export data</a></li>
     [% END %]
     [% IF ( CAN_user_tools_inventory ) %]
-       <li><a href="/cgi-bin/koha/tools/inventory.pl">Inventory/stocktaking</a></li>
+       <li><a href="/cgi-bin/koha/tools/inventory.pl">Inventory</a></li>
     [% END %]
     [% IF ( CAN_user_tools_label_creator ) %]
        <li><a href="/cgi-bin/koha/labels/label-home.pl">Label creator</a></li>
index 72823de..974a215 100644 (file)
 </li>
        <li>inventory
 <ul>
-       <li>Perform inventory (stocktaking) of your catalog</li>
+       <li>Perform inventory of your catalog</li>
        <li>Access to the Inventory Tool</li>
 </ul>
 </li>
index b767743..e885a33 100644 (file)
@@ -1,6 +1,6 @@
 [% INCLUDE 'help-top.inc' %]
 
-<h1>Inventory/Stocktaking</h1>
+<h1>Inventory</h1>
 
 <p>Koha's Inventory Tool can be used in one of two ways, the first is by printing out a shelf list that you can then mark items off on, or by uploading a text files of barcodes gathered by a portable scanner.</p>
 
@@ -18,4 +18,4 @@
 
 <p><strong>See the full documentation for Inventory in the <a href="http://manual.koha-community.org/[% helpVersion %]/en/inventory.html">manual</a> (online).</strong></p>
 
-[% INCLUDE 'help-bottom.inc' %]
\ No newline at end of file
+[% INCLUDE 'help-bottom.inc' %]
index 8b5c4d9..ef92067 100644 (file)
@@ -101,7 +101,7 @@ $(document).ready(function(){
    <div id="bd">
     <div id="yui-main">
     <div class="yui-b">
-    <h1>Inventory/Stocktaking</h1>
+    <h1>Inventory</h1>
     [% IF (moddatecount) %]<div class="dialog message">[% moddatecount %] items modified : datelastseen set to [% date | $KohaDates %]</div>
     <div class="dialog alert">Number of potential barcodes read: [% LinesRead %]</div>[% END %]
     [% IF (errorfile) %]<div class="dialog alert">[% errorfile %] can't be opened</div>[% END %]
index a8f8ff4..09bc4b6 100644 (file)
     [% END %]
 
     [% IF ( CAN_user_tools_inventory ) %]
-    <dt><a href="/cgi-bin/koha/tools/inventory.pl">Inventory/stocktaking</a></dt>
-    <dd>Perform inventory (stocktaking) of your catalog</dd>
+    <dt><a href="/cgi-bin/koha/tools/inventory.pl">Inventory</a></dt>
+    <dd>Perform inventory of your catalog</dd>
     [% END %]
 
     [% IF ( CAN_user_tools_label_creator ) %]