View | Details | Raw Unified | Return to bug 16454
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc (-1 / +1 lines)
Lines 63-69 Link Here
63
    [%- CASE 'edit_quotes' -%]<span>Edit quotes for quote-of-the-day feature</span>
63
    [%- CASE 'edit_quotes' -%]<span>Edit quotes for quote-of-the-day feature</span>
64
    [%- CASE 'export_catalog' -%]<span>Export bibliographic and holdings data</span>
64
    [%- CASE 'export_catalog' -%]<span>Export bibliographic and holdings data</span>
65
    [%- CASE 'import_patrons' -%]<span>Import patron data</span>
65
    [%- CASE 'import_patrons' -%]<span>Import patron data</span>
66
    [%- CASE 'inventory' -%]<span>Perform inventory (stocktaking) of your catalog</span>
66
    [%- CASE 'inventory' -%]<span>Perform inventory of your catalog</span>
67
    [%- CASE 'items_batchdel' -%]<span>Perform batch deletion of items</span>
67
    [%- CASE 'items_batchdel' -%]<span>Perform batch deletion of items</span>
68
    [%- CASE 'items_batchmod' -%]<span>Perform batch modification of items</span>
68
    [%- CASE 'items_batchmod' -%]<span>Perform batch modification of items</span>
69
    [%- 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>
69
    [%- 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>
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/tools-menu.inc (-1 / +1 lines)
Lines 75-81 Link Here
75
    <li><a href="/cgi-bin/koha/tools/export.pl">Export data</a></li>
75
    <li><a href="/cgi-bin/koha/tools/export.pl">Export data</a></li>
76
    [% END %]
76
    [% END %]
77
    [% IF ( CAN_user_tools_inventory ) %]
77
    [% IF ( CAN_user_tools_inventory ) %]
78
	<li><a href="/cgi-bin/koha/tools/inventory.pl">Inventory/stocktaking</a></li>
78
	<li><a href="/cgi-bin/koha/tools/inventory.pl">Inventory</a></li>
79
    [% END %]
79
    [% END %]
80
    [% IF ( CAN_user_tools_label_creator ) %]
80
    [% IF ( CAN_user_tools_label_creator ) %]
81
	<li><a href="/cgi-bin/koha/labels/label-home.pl">Label creator</a></li>
81
	<li><a href="/cgi-bin/koha/labels/label-home.pl">Label creator</a></li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/member-flags.tt (-1 / +1 lines)
Lines 410-416 Link Here
410
</li>
410
</li>
411
	<li>inventory
411
	<li>inventory
412
<ul>
412
<ul>
413
	<li>Perform inventory (stocktaking) of your catalog</li>
413
	<li>Perform inventory of your catalog</li>
414
	<li>Access to the Inventory Tool</li>
414
	<li>Access to the Inventory Tool</li>
415
</ul>
415
</ul>
416
</li>
416
</li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/inventory.tt (-2 / +2 lines)
Lines 1-6 Link Here
1
[% INCLUDE 'help-top.inc' %]
1
[% INCLUDE 'help-top.inc' %]
2
2
3
<h1>Inventory/Stocktaking</h1>
3
<h1>Inventory</h1>
4
4
5
<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>
5
<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>
6
6
Lines 18-21 Link Here
18
18
19
<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>
19
<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>
20
20
21
[% INCLUDE 'help-bottom.inc' %]
21
[% INCLUDE 'help-bottom.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt (-1 / +1 lines)
Lines 101-107 $(document).ready(function(){ Link Here
101
   <div id="bd">
101
   <div id="bd">
102
    <div id="yui-main">
102
    <div id="yui-main">
103
    <div class="yui-b">
103
    <div class="yui-b">
104
    <h1>Inventory/Stocktaking</h1>
104
    <h1>Inventory</h1>
105
    [% IF (moddatecount) %]<div class="dialog message">[% moddatecount %] items modified : datelastseen set to [% date | $KohaDates %]</div>
105
    [% IF (moddatecount) %]<div class="dialog message">[% moddatecount %] items modified : datelastseen set to [% date | $KohaDates %]</div>
106
    <div class="dialog alert">Number of potential barcodes read: [% LinesRead %]</div>[% END %]
106
    <div class="dialog alert">Number of potential barcodes read: [% LinesRead %]</div>[% END %]
107
    [% IF (errorfile) %]<div class="dialog alert">[% errorfile %] can't be opened</div>[% END %]
107
    [% IF (errorfile) %]<div class="dialog alert">[% errorfile %] can't be opened</div>[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt (-3 / +2 lines)
Lines 145-152 Link Here
145
    [% END %]
145
    [% END %]
146
146
147
    [% IF ( CAN_user_tools_inventory ) %]
147
    [% IF ( CAN_user_tools_inventory ) %]
148
    <dt><a href="/cgi-bin/koha/tools/inventory.pl">Inventory/stocktaking</a></dt>
148
    <dt><a href="/cgi-bin/koha/tools/inventory.pl">Inventory</a></dt>
149
    <dd>Perform inventory (stocktaking) of your catalog</dd>
149
    <dd>Perform inventory of your catalog</dd>
150
    [% END %]
150
    [% END %]
151
151
152
    [% IF ( CAN_user_tools_label_creator ) %]
152
    [% IF ( CAN_user_tools_label_creator ) %]
153
- 

Return to bug 16454