68ec6467ad86254f3ce47a495443f6c741d36e13
[koha.git] / installer / data / mysql / en / optional / sample_itemtypes.yml
1 ---
2 #
3 #  Copyright 2020 Koha Development Team
4 #
5 #  This file is part of Koha.
6 #
7 # Koha is free software; you can redistribute it and/or modify it
8 # under the terms of the GNU General Public License as published by
9 # the Free Software Foundation; either version 3 of the License, or
10 # (at your option) any later version.
11 #
12 # Koha is distributed in the hope that it will be useful, but
13 # WITHOUT ANY WARRANTY; without even the implied warranty of
14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 # GNU General Public License for more details.
16 #
17 # You should have received a copy of the GNU General Public License
18 # along with Koha; if not, see <http://www.gnu.org/licenses>.
19
20 description:
21   - "A set of default item types."
22
23 tables:
24   - itemtypes:
25       translatable: [ description ]
26       multiline: []
27       rows:
28         - itemtype: BK
29           description: "Books"
30           rentalcharge: 0
31           notforloan: 0
32           imageurl: "bridge/book.gif"
33           summary: ""
34
35         - itemtype: MX
36           description: "Mixed Materials"
37           rentalcharge: 5
38           notforloan: 0
39           imageurl: "bridge/kit.gif"
40           summary: ""
41
42         - itemtype: CF
43           description: "Computer Files"
44           rentalcharge: 5
45           notforloan: 0
46           imageurl: "bridge/computer_file.gif"
47           summary: ""
48
49         - itemtype: MP
50           description: "Maps"
51           rentalcharge: 5
52           notforloan: 0
53           imageurl: "bridge/map.gif"
54           summary: ""
55
56         - itemtype: VM
57           description: "Visual Materials"
58           rentalcharge: 5
59           notforloan: 1
60           imageurl: "bridge/dvd.gif"
61           summary: ""
62
63         - itemtype: MU
64           description: "Music"
65           rentalcharge: 5
66           notforloan: 0
67           imageurl: "bridge/sound.gif"
68           summary: ""
69
70         - itemtype: CR
71           description: "Continuing Resources"
72           rentalcharge: 5
73           notforloan: 0
74           imageurl: "bridge/periodical.gif"
75           summary: ""
76
77         - itemtype: REF
78           description: "Reference"
79           rentalcharge: 0
80           notforloan: 1
81           imageurl: "bridge/reference.gif"
82           summary: ""