memberentryC.tmpl:add test to modify link name
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / help / admin / itemtypes.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Online Help: System Preferences -- Item types management<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
2
3 <h1>Item types management</h1>
4 <p>You can define as many itemtypes as you want.</p>
5
6 <p>The item types are the "categories" into which your library items fall. For instance, you probably want to have videocassettes in a different category from non-fiction books, and mysteries in a different category from children's picture books. If you already are using a commercial ILS, you almost certainly already have all of your materials divided up into such categories. Now you need to tell Koha what your categories are.</p>
7
8 <p>The itemtype code is limited to four characters. This code is rarely displayed by Koha; instead the description of the type will be what users see.</p>
9
10 <p>"Rental charge" is any amount you might charge to users for borrowing items of a certain type (like videos).</p>
11
12 <p>"Renewals allowed" says how many times an items of this type may be renewed.</p>
13
14 <p>Item types are useful for many things, and <b>very</b> important in controlling how Koha works :</p>
15 <ul>
16     <li>Borrowers can search on itemtypes</li>
17     <li>Issuing rules are set for item types (and for borrower types / branches)</li>
18 </ul>
19 <p>Setting up item types is one of the first things you should do after installing the Koha software.</p>
20 <!-- TMPL_INCLUDE name="intranet-bottom.inc" -->