Bug 20706: Fixes the links to the manual to reflect chanced chapter file names
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / help / catalogue / moredetail.tt
1 [% INCLUDE 'help-top.inc' %]
2
3 <h1>Item Details</h1>
4
5 <p>This page provides information regarding all of the items attached to a record.</p>
6
7 <h2>Quick Item Status Updates</h2>
8
9 <p>Often circulation staff need to change the status of an item to Lost or Damaged. This doesn't require you to edit the entire item record. Instead clicking on the item barcode on the checkout summary or checkin history will bring you to an item summary. You can also get to the item summary by clicking on the Items tab to the left of the bib detail page.</p>
10
11 <p>From this view you can mark an item lost by choosing a lost status from the pull down and clicking the 'Set Status' button.</p>
12
13 <p>You can also mark an item as damaged by choosing a damaged status from the pull down and clicking the 'Set Status' button.</p>
14
15 <h2>Item Specific Circulation History</h2>
16
17 <p>Each bibliographic record keeps a circulation history (with or without the patron information depending on your settings), but each item also has its own circulation history page. To see this, click on the 'Items' tab to the left of the record you are viewing.</p>
18
19 <p>Below the 'History' heading is a link to 'View item's checkout history,' clicking that will open up the item's history which will look slightly different from the bibliographic record's history page.</p>
20
21 <p><strong>See the full documentation for Item Records in the <a href="http://koha-community.org/manual/[% helpVersion %]/html/cataloging.html#item-records">manual</a> (online).</strong></p>
22
23 [% INCLUDE 'help-bottom.inc' %]