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

(-)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/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 (-2 / +1 lines)
Lines 145-151 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 (stocktaking) of your catalog</dd>
150
    [% END %]
150
    [% END %]
151
151
152
- 

Return to bug 16454