Bug 24584: Rewrite optional/marc21_relatorterms to YAML
[koha.git] / installer / data / mysql / en / optional / auth_val.yml
blob2c662a343d3fd8d50a4d5d79c757a9409119d700
1 ---
3 #  Copyright 2019 Koha Development Team
5 #  This file is part of Koha.
7 #  Koha is free software; you can redistribute it and/or modify it under the
8 #  terms of the GNU General Public License as published by the Free Software
9 #  Foundation; either version 2 of the License, or (at your option) any later
10 #  version.
12 #  Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13 #  WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14 #  A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
16 #  You should have received a copy of the GNU General Public License along
17 #  with Koha; if not, write to the Free Software Foundation, Inc.,
18 #  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21 description:
22   - "Some basic default authorised values for library locations, item lost status, etc."
23   - "You can change these at any time after installation."
25 tables:
26   - authorised_values:
27       translatable: [ lib ]
28       multiline: []
29       rows:
30         # Reasons for acceptance or rejection of suggestions in acquisitions
31         - category: "SUGGEST"
32           authorised_value: "BSELL"
33           lib: "Bestseller"
35         - category: "SUGGEST"
36           authorised_value: "SCD"
37           lib: "Shelf Copy Damaged"
39         - category: "SUGGEST"
40           authorised_value: "LCL"
41           lib: "Library Copy Lost"
43         - category: "SUGGEST"
44           authorised_value: "AVILL"
45           lib: "Available via ILL"
47   - authorised_values:
48       translatable: [ lib, lib_opac ]
49       multiline: []
50       rows:
51         # Desired formats for requesting new materials
52         - category: "SUGGEST_FORMAT"
53           authorised_value: "BOOK"
54           lib: "Book"
55           lib_opac: "Book"
57         - category: "SUGGEST_FORMAT"
58           authorised_value: "LP"
59           lib: "Large print"
60           lib_opac: "Large print"
62         - category: "SUGGEST_FORMAT"
63           authorised_value: "EBOOK"
64           lib: "EBook"
65           lib_opac: "Ebook"
67         - category: "SUGGEST_FORMAT"
68           authorised_value: "AUDIOBOOK"
69           lib: "Audiobook"
70           lib_opac: "Audiobook"
72         - category: "SUGGEST_FORMAT"
73           authorised_value: "DVD"
74           lib: "DVD"
75           lib_opac: "DVD"
77   - authorised_values :
78       translatable: [ lib ]
79       multiline: []
80       rows:
81         # availability statuses
82         - category: "LOST"
83           authorised_value: "2"
84           lib: "Long Overdue (Lost)"
86         - category: "LOST"
87           authorised_value: "1"
88           lib: "Lost"
90         - category: "LOST"
91           authorised_value: "3"
92           lib : "Lost and Paid For"
94         - category: "LOST"
95           authorised_value: "4"
96           lib : "Missing"
98         # damaged status of an item
99         - category: "DAMAGED"
100           authorised_value: "1"
101           lib: "Damaged"
103         # location qualification for an item,departments are linked by default to items.location
104         - category: "LOC"
105           authorised_value: "FIC"
106           lib: "Fiction"
108         - category: "LOC"
109           authorised_value: "CHILD"
110           lib: "Children's Area"
112         - category: "LOC"
113           authorised_value: "DISPLAY"
114           lib: "On Display"
116         - category: "LOC"
117           authorised_value: "NEW"
118           lib: "New Materials Shelf"
120         - category: "LOC"
121           authorised_value: "STAFF"
122           lib: "Staff Office"
124         - category: "LOC"
125           authorised_value: "GEN"
126           lib: "General Stacks"
128         - category: "LOC"
129           authorised_value: "AV"
130           lib: "Audio Visual"
132         - category: "LOC"
133           authorised_value: "REF"
134           lib: "Reference"
136         - category: "LOC"
137           authorised_value: "CART"
138           lib: "Book Cart"
140         - category: "LOC"
141           authorised_value: "PROC"
142           lib: "Processing Center"
144         # collection codes for an item
145         - category: "CCODE"
146           authorised_value: "FIC"
147           lib: "Fiction"
149         - category: "CCODE"
150           authorised_value: "REF"
151           lib: "Reference"
153         - category: "CCODE"
154           authorised_value: "NFIC"
155           lib: "Non-fiction"
157         # withdrawn status of an item,linked to items.withdrawn
158         - category: "WITHDRAWN"
159           authorised_value: "1"
160           lib: "Withdrawn"
162         # loanability status of an item,linked to items.notforloan
163         - category: "NOT_LOAN"
164           authorised_value: "-1"
165           lib: "Ordered"
167         - category: "NOT_LOAN"
168           authorised_value: "1"
169           lib: "Not For Loan"
171         - category: "NOT_LOAN"
172           authorised_value: "2"
173           lib: "Staff Collection"
175         # restricted status of an item,linked to items.restricted
176         - category: "RESTRICTED"
177           authorised_value: "1"
178           lib: "Restricted Access"
180         # custom borrower notes
181         - category: "BOR_NOTES"
182           authorised_value: "ADDR"
183           lib: "Address Notes"
185   - authorised_values:
186       translatable: [ lib, lib_opac ]
187       multiline: []
188       rows:
189         # OPAC Suggestions reasons
190         - category: "OPAC_SUG"
191           authorised_value: "damaged"
192           lib: "The copy on the shelf is damaged"
193           lib_opac: "The copy on the shelf is damaged"
195         - category: "OPAC_SUG"
196           authorised_value: "bestseller"
197           lib: "Upcoming title by popular author"
198           lib_opac: "Upcoming title by popular author"
200   - authorised_values:
201       translatable: [ lib ]
202       multiline: []
203       rows:
204         # Report groups
205         - category: "REPORT_GROUP"
206           authorised_value: "CIRC"
207           lib: "Circulation"
209         - category: "REPORT_GROUP"
210           authorised_value: "CAT"
211           lib: "Catalog"
213         - category: "REPORT_GROUP"
214           authorised_value: "PAT"
215           lib: "Patrons"
217         - category: "REPORT_GROUP"
218           authorised_value: "ACQ"
219           lib: "Acquisitions"
221         - category: "REPORT_GROUP"
222           authorised_value: "ACC"
223           lib: "Accounts"
225         - category: "REPORT_GROUP"
226           authorised_value: "SER"
227           lib: "Serials"
229         # SIP2 media types
230         - category: "SIP_MEDIA_TYPE"
231           authorised_value: "000"
232           lib: "Other"
234         - category: "SIP_MEDIA_TYPE"
235           authorised_value: "001"
236           lib: "Book"
238         - category: "SIP_MEDIA_TYPE"
239           authorised_value: "002"
240           lib: "Magazine"
242         - category: "SIP_MEDIA_TYPE"
243           authorised_value: "003"
244           lib: "Bound journal"
246         - category: "SIP_MEDIA_TYPE"
247           authorised_value: "004"
248           lib: "Audio tape"
250         - category: "SIP_MEDIA_TYPE"
251           authorised_value: "005"
252           lib: "Video tape"
254         - category: "SIP_MEDIA_TYPE"
255           authorised_value: "006"
256           lib: "CD/CDROM"
258         - category: "SIP_MEDIA_TYPE"
259           authorised_value: "007"
260           lib: "Diskette"
262         - category: "SIP_MEDIA_TYPE"
263           authorised_value: "008"
264           lib: "Book with diskette"
266         - category: "SIP_MEDIA_TYPE"
267           authorised_value: "009"
268           lib: "Book with CD"
270         - category: "SIP_MEDIA_TYPE"
271           authorised_value: "010"
272           lib: "Book with audio tape"
274         # order cancellation reasons
275         - category: "ORDER_CANCELLATION_REASON"
276           authorised_value: 0
277           lib: "No reason provided"
279         - category: "ORDER_CANCELLATION_REASON"
280           authorised_value: 1
281           lib: "Out of stock"
283         - category: "ORDER_CANCELLATION_REASON"
284           authorised_value: 2
285           lib: "Restocking"
287         # return claims
288         - category: "RETURN_CLAIM_RESOLUTION"
289           authorised_value: "RET_BY_PATRON"
290           lib: "Returned by patron"
292         - category: "RETURN_CLAIM_RESOLUTION"
293           authorised_value: "FOUND_IN_LIB"
294           lib: "Found in library"