46 lines
1.2 KiB
YAML
46 lines
1.2 KiB
YAML
---
|
|
#
|
|
# Copyright 2020 Koha Development Team
|
|
#
|
|
# This file is part of Koha.
|
|
#
|
|
# Koha is free software; you can redistribute it and/or modify it
|
|
# under the terms of the GNU General Public License as published by
|
|
# the Free Software Foundation; either version 3 of the License, or
|
|
# (at your option) any later version.
|
|
#
|
|
# Koha is distributed in the hope that it will be useful, but
|
|
# WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
# GNU General Public License for more details.
|
|
#
|
|
# You should have received a copy of the GNU General Public License
|
|
# along with Koha; if not, see <http://www.gnu.org/licenses>.
|
|
|
|
description:
|
|
- "Some basic currencies with USA dollar as default for ACQ module"
|
|
|
|
tables:
|
|
- currency:
|
|
translatable: [ ]
|
|
multiline: []
|
|
rows:
|
|
- currency: "USD"
|
|
rate: 1.0
|
|
symbol: "$"
|
|
active: 1
|
|
|
|
- currency: "GBP"
|
|
rate: 1.9929
|
|
symbol: "£"
|
|
active: 0
|
|
|
|
- currency: "CAD"
|
|
rate: 1.02207
|
|
symbol: "$"
|
|
active: 0
|
|
|
|
- currency: "EUR"
|
|
rate: .874003
|
|
symbol: "€"
|
|
active: 0
|