Koha/koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/itemslost.tt
Jonathan Druart 674c32a094 Bug 18817: Update links with anchor automatically
I generate a mapping files (old anchor > new anchor) from the doc files.
Here are the links that have been updated automatically

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2017-08-25 10:22:14 -03:00

21 lines
1.2 KiB
Text

[% INCLUDE 'help-top.inc' %]
<h1>Lost items</h1>
<p> This one-step report will show you how many items of each item type are currently in your library or libraries.</p>
<ul>
<li>Go to the 'Reports' module (usually under 'More' in your Global Nav)</li>
<li>Choose 'Lost Items' under 'Other'</li>
<li>Choose category to 'Order by' (the 'order by' field affects what ordering method is used when displaying the lost items)</li>
<li>Enter a 'Barcode' if searching for a single item; if not leave this field blank</li>
<li>Choose a 'Library' to perform the report on (or choose 'All' field at the top of the dropdown menu to choose all libraries)</li>
<li>Choose an 'Item Type' to perform the report on (or, leave at the default 'All' to perform the report on all item types)</li>
<li>Choose a 'Lost Status' to search only for items that are assumed lost (long overdue), missing, or lost (or, leave this set to 'All' to see all lost items)</li>
<li>Click 'Submit'</li>
</ul>
</div>
<p><strong>See the full documentation for the Lost Items report in the <a href="http://koha-community.org/manual/[% helpVersion %]/html/11_reports.html#lost-items">manual</a> (online).</strong></p>
[% INCLUDE 'help-bottom.inc' %]