Bug 24593: Rewrite marc21_default_matching_rules to YAML
[koha.git] / installer / data / mysql / en / mandatory / auth_values.yml
blob8822b00674f8414a8f7de53b47e4e784ff7501c8
1 ---
3 #  Copyright 2020 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   - "Default Koha system authorised values"
24 tables:
25   - authorised_values:
26       translatable: [ lib, lib_opac ]
27       multiline: []
28       rows:
29         - category: "YES_NO"
30           authorised_value: "0"
31           lib: "No"
32           lib_opac: "No"
34         - category: "YES_NO"
35           authorised_value: "1"
36           lib: "Yes"
37           lib_opac: "Yes"
39         - category: "PAYMENT_TYPE"
40           authorised_value: "SIP00"
41           lib: "Cash via SIP2"
42           lib_opac: "Cash"
44         - category: "PAYMENT_TYPE"
45           authorised_value: "SIP01"
46           lib: "Visa via SIP2"
47           lib_opac: "Visa"
49         - category: "PAYMENT_TYPE"
50           authorised_value: "SIP02"
51           lib: "Creditcard via SIP2"
52           lib_opac: "Creditcard"
54   - authorised_values:
55       translatable: [ lib ]
56       multiline: []
57       rows:
58         - category: "HSBND_FREQ"
59           authorised_value: "EW"
60           lib: "Every week"