new feature : image for itemtypes.
[koha-ffzg.git] / koha-tmpl / intranet-tmpl / default / en / help / admin / itemtypes.tmpl
1 <!-- TMPL_INCLUDE name="help-top.inc" -->
2 <h1>Item types management</h1>
3 <p>You can define as many itemtypes as you want.</p>
4
5 <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>
6
7 <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>
8
9 <p>"Rental charge" is any amount you might charge to users for borrowing items of a certain type (like videos).</p>
10
11 <p>"Renewals allowed" says how many times an items of this type may be renewed.</p>
12
13 <p>"imageurl" : you will see around 20 nice images to choose between (depending on your opacthemes system preference). Click on one of them to choose it as image for itemtype. If you prefer your own image, you also can type a complete url (http://www.myserver.lib/path/to/my/image.gif)
14 Once you've choosen an image, in the result list of OPAC, you now have the picture instead of the text itemtype</p>
15
16 <p>Item types are useful for many things, and <b>very</b> important in controlling how Koha works :</p>
17 <ul>
18     <li>Borrowers can search on itemtypes</li>
19     <li>Issuing rules are set for item types (and for borrower types / branches)</li>
20 </ul>
21 <p>Setting up item types is one of the first things you should do after installing the Koha software.</p>
22 <!-- TMPL_INCLUDE name="help-bottom.inc" -->