Bug 26922: Regression tests
[koha.git] / installer / data / mysql / en / mandatory / auth_values.yml
blob19f73d4f39e9447d1066a08768bf121635df1051
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
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.
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.
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>.
20 description:
21   - "Default Koha system authorised values"
23 tables:
24   - authorised_values:
25       translatable: [ lib, lib_opac ]
26       multiline: []
27       rows:
28         - category: "YES_NO"
29           authorised_value: "0"
30           lib: "No"
31           lib_opac: "No"
33         - category: "YES_NO"
34           authorised_value: "1"
35           lib: "Yes"
36           lib_opac: "Yes"
38         - category: "PAYMENT_TYPE"
39           authorised_value: "SIP00"
40           lib: "Cash via SIP2"
41           lib_opac: "Cash"
43         - category: "PAYMENT_TYPE"
44           authorised_value: "SIP01"
45           lib: "Visa via SIP2"
46           lib_opac: "Visa"
48         - category: "PAYMENT_TYPE"
49           authorised_value: "SIP02"
50           lib: "Creditcard via SIP2"
51           lib_opac: "Creditcard"
53   - authorised_values:
54       translatable: [ lib ]
55       multiline: []
56       rows:
57         - category: "HSBND_FREQ"
58           authorised_value: "EW"
59           lib: "Every week"