Bug 16454: Use 'inventory' instead of 'inventory/stocktaking'
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>
This commit is contained in:
parent
b1c97f0ff6
commit
5d3ea96e57
6 changed files with 8 additions and 8 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -410,7 +410,7 @@
|
|||
</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>
|
||||
|
|
|
@ -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' %]
|
||||
[% INCLUDE 'help-bottom.inc' %]
|
||||
|
|
|
@ -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 %]
|
||||
|
|
|
@ -145,8 +145,8 @@
|
|||
[% 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 ) %]
|
||||
|
|
Loading…
Reference in a new issue