Bug 24584: Rewrite optional/parameters to YAML
[koha.git] / installer / data / mysql / en / optional / parameters.yml
blob3df32146d9ed9fb7d715e44d5401b2676bb20eb1
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   - "Some basic currencies with USA dollar as default for ACQ module"
24 tables:
25   - currency:
26       translatable: [ ]
27       multiline: []
28       rows:
29         - currency: "USD"
30           rate: 1.0
31           symbol: "$"
32           active: 1
34         - currency: "GBP"
35           rate: 1.9929
36           symbol: "£"
37           active: 0
39         - currency: "CAD"
40           rate: 1.02207
41           symbol: "$"
42           active: 0
44         - currency: "EUR"
45           rate: .874003
46           symbol: "€"
47           active: 0