Bug 29234: Further clean Z3950 Tests
[koha-ffzg.git] / installer / data / mysql / en / optional / auth_val.yml
1 ---
2 #
3 #  Copyright 2019 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   - "Some basic default authorised values for library locations, item lost status, etc."
22   - "You can change these at any time after installation."
23
24 tables:
25   - authorised_values:
26       translatable: [ lib ]
27       multiline: []
28       rows:
29         # Reasons for acceptance or rejection of suggestions in acquisitions
30         - category: "SUGGEST"
31           authorised_value: "BSELL"
32           lib: "Bestseller"
33
34         - category: "SUGGEST"
35           authorised_value: "SCD"
36           lib: "Shelf copy damaged"
37
38         - category: "SUGGEST"
39           authorised_value: "LCL"
40           lib: "Library copy lost"
41
42         - category: "SUGGEST"
43           authorised_value: "AVILL"
44           lib: "Available via ILL"
45
46         - category: "SUGGEST"
47           authorised_value: "Budget"
48           lib: "Insufficient budget"
49
50         - category: "SUGGEST"
51           authorised_value: "Expensive"
52           lib: "Document too expensive"
53
54         - category: "SUGGEST"
55           authorised_value: "Poldoc"
56           lib: "Document not corresponding to our acquisition policy"
57
58   - authorised_values:
59       translatable: [ lib, lib_opac ]
60       multiline: []
61       rows:
62         # Desired formats for requesting new materials
63         - category: "SUGGEST_FORMAT"
64           authorised_value: "BOOK"
65           lib: "Book"
66           lib_opac: "Book"
67
68         - category: "SUGGEST_FORMAT"
69           authorised_value: "LP"
70           lib: "Large print"
71           lib_opac: "Large print"
72
73         - category: "SUGGEST_FORMAT"
74           authorised_value: "EBOOK"
75           lib: "E-book"
76           lib_opac: "E-book"
77
78         - category: "SUGGEST_FORMAT"
79           authorised_value: "AUDIOBOOK"
80           lib: "Audiobook"
81           lib_opac: "Audiobook"
82
83         - category: "SUGGEST_FORMAT"
84           authorised_value: "DVD"
85           lib: "DVD"
86           lib_opac: "DVD"
87
88   - authorised_values :
89       translatable: [ lib ]
90       multiline: []
91       rows:
92         # availability statuses
93         - category: "LOST"
94           authorised_value: "2"
95           lib: "Long overdue (lost)"
96
97         - category: "LOST"
98           authorised_value: "1"
99           lib: "Lost"
100
101         - category: "LOST"
102           authorised_value: "3"
103           lib : "Lost and paid for"
104
105         - category: "LOST"
106           authorised_value: "4"
107           lib : "Missing"
108
109         - category: "LOST"
110           authorised_value: "5"
111           lib : "Missing from bundle"
112
113         # damaged status of an item
114         - category: "DAMAGED"
115           authorised_value: "1"
116           lib: "Damaged"
117
118         # location qualification for an item,departments are linked by default to items.location
119         - category: "LOC"
120           authorised_value: "FIC"
121           lib: "Fiction"
122
123         - category: "LOC"
124           authorised_value: "CHILD"
125           lib: "Children's area"
126
127         - category: "LOC"
128           authorised_value: "DISPLAY"
129           lib: "On display"
130
131         - category: "LOC"
132           authorised_value: "NEW"
133           lib: "New materials shelf"
134
135         - category: "LOC"
136           authorised_value: "STAFF"
137           lib: "Staff office"
138
139         - category: "LOC"
140           authorised_value: "GEN"
141           lib: "General stacks"
142
143         - category: "LOC"
144           authorised_value: "AV"
145           lib: "Audio visual"
146
147         - category: "LOC"
148           authorised_value: "REF"
149           lib: "Reference"
150
151         - category: "LOC"
152           authorised_value: "CART"
153           lib: "Book cart"
154
155         - category: "LOC"
156           authorised_value: "PROC"
157           lib: "Processing center"
158
159         # collection codes for an item
160         - category: "CCODE"
161           authorised_value: "FIC"
162           lib: "Fiction"
163
164         - category: "CCODE"
165           authorised_value: "REF"
166           lib: "Reference"
167
168         - category: "CCODE"
169           authorised_value: "NFIC"
170           lib: "Non-fiction"
171
172         # withdrawn status of an item,linked to items.withdrawn
173         - category: "WITHDRAWN"
174           authorised_value: "1"
175           lib: "Withdrawn"
176
177         # loanability status of an item,linked to items.notforloan
178         - category: "NOT_LOAN"
179           authorised_value: "-1"
180           lib: "Ordered"
181
182         - category: "NOT_LOAN"
183           authorised_value: "1"
184           lib: "Not for loan"
185
186         - category: "NOT_LOAN"
187           authorised_value: "2"
188           lib: "Staff collection"
189
190         - category: "NOT_LOAN"
191           authorised_value: "3"
192           lib: "Added to bundle"
193
194         # restricted status of an item,linked to items.restricted
195         - category: "RESTRICTED"
196           authorised_value: "1"
197           lib: "Restricted access"
198
199         # custom borrower notes
200         - category: "BOR_NOTES"
201           authorised_value: "ADDR"
202           lib: "Address notes"
203
204   - authorised_values:
205       translatable: [ lib, lib_opac ]
206       multiline: []
207       rows:
208         # OPAC Suggestions reasons
209         - category: "OPAC_SUG"
210           authorised_value: "damaged"
211           lib: "The copy on the shelf is damaged"
212           lib_opac: "The copy on the shelf is damaged"
213
214         - category: "OPAC_SUG"
215           authorised_value: "bestseller"
216           lib: "Upcoming title by popular author"
217           lib_opac: "Upcoming title by popular author"
218
219   - authorised_values:
220       translatable: [ lib ]
221       multiline: []
222       rows:
223         # Report groups
224         - category: "REPORT_GROUP"
225           authorised_value: "CIRC"
226           lib: "Circulation"
227
228         - category: "REPORT_GROUP"
229           authorised_value: "CAT"
230           lib: "Catalog"
231
232         - category: "REPORT_GROUP"
233           authorised_value: "PAT"
234           lib: "Patrons"
235
236         - category: "REPORT_GROUP"
237           authorised_value: "ACQ"
238           lib: "Acquisitions"
239
240         - category: "REPORT_GROUP"
241           authorised_value: "ACC"
242           lib: "Accounts"
243
244         - category: "REPORT_GROUP"
245           authorised_value: "SER"
246           lib: "Serials"
247
248         # SIP2 media types
249         - category: "SIP_MEDIA_TYPE"
250           authorised_value: "000"
251           lib: "Other"
252
253         - category: "SIP_MEDIA_TYPE"
254           authorised_value: "001"
255           lib: "Book"
256
257         - category: "SIP_MEDIA_TYPE"
258           authorised_value: "002"
259           lib: "Magazine"
260
261         - category: "SIP_MEDIA_TYPE"
262           authorised_value: "003"
263           lib: "Bound journal"
264
265         - category: "SIP_MEDIA_TYPE"
266           authorised_value: "004"
267           lib: "Audio tape"
268
269         - category: "SIP_MEDIA_TYPE"
270           authorised_value: "005"
271           lib: "Video tape"
272
273         - category: "SIP_MEDIA_TYPE"
274           authorised_value: "006"
275           lib: "CD/CDROM"
276
277         - category: "SIP_MEDIA_TYPE"
278           authorised_value: "007"
279           lib: "Diskette"
280
281         - category: "SIP_MEDIA_TYPE"
282           authorised_value: "008"
283           lib: "Book with diskette"
284
285         - category: "SIP_MEDIA_TYPE"
286           authorised_value: "009"
287           lib: "Book with CD"
288
289         - category: "SIP_MEDIA_TYPE"
290           authorised_value: "010"
291           lib: "Book with audio tape"
292
293         # order cancellation reasons
294         - category: "ORDER_CANCELLATION_REASON"
295           authorised_value: 0
296           lib: "No reason provided"
297
298         - category: "ORDER_CANCELLATION_REASON"
299           authorised_value: 1
300           lib: "Out of stock"
301
302         - category: "ORDER_CANCELLATION_REASON"
303           authorised_value: 2
304           lib: "Restocking"
305
306         # return claims
307         - category: "RETURN_CLAIM_RESOLUTION"
308           authorised_value: "RET_BY_PATRON"
309           lib: "Returned by patron"
310
311         - category: "RETURN_CLAIM_RESOLUTION"
312           authorised_value: "FOUND_IN_LIB"
313           lib: "Found in library"
314
315         # hold cancellations
316         - category: "HOLD_CANCELLATION"
317           authorised_value: "NOT_FOUND"
318           lib: "Item could not be located on shelves"
319
320         - category: "HOLD_CANCELLATION"
321           authorised_value: "DAMAGED"
322           lib: "Item was found to be too damaged to fill hold"
323
324         # article request cancellations
325         - category: "AR_CANCELLATION"
326           authorised_value: "NOT_FOUND"
327           lib: "Item could not be located on shelves"
328
329         - category: "AR_CANCELLATION"
330           authorised_value: "DAMAGED"
331           lib: "Item was found to be too damaged to fill article request"
332
333         - category: "AR_CANCELLATION"
334           authorised_value: "OPAC"
335           lib: "Cancelled from the OPAC user page"