[% USE KohaDates %] [% USE ColumnsSettings %] [% INCLUDE 'doc-head-open.inc' %] Koha › Administration › Currencies & Exchange rates › [% IF op == 'add_form' %][% IF currency %]Modify currency '[% currency.currency %]'[% ELSE %]New currency[% END %][% END %] [% IF op == 'delete_' %]Confirm deletion of currency '[% searchfield %]'[% END %] [% IF op == 'list' %]Currencies[% END %] [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'datatables.inc' %] [% INCLUDE 'columns_settings.inc' %] [% INCLUDE 'header.inc' %] [% INCLUDE 'currencies-admin-search.inc' %]
[% IF op == 'list' %] [% END %] [% IF op == 'add_form' %]
[% IF currency %] Modify currency [% ELSE %] New currency [% END %]
  1. [% IF currency %] Currency: [% currency.currency %] [% ELSE %] Required [% END %]
  2. Required
  3. Required
  4. Last updated: [% currency.timestamp | $KohaDates %]
  5. [% IF currency.active %] [% ELSE %] [% END %]
Cancel
[% END %] [% IF op =='delete_confirm' %] [% IF nb_of_orders %]

Cannot delete currency '[% currency.currency %]'

This currency is used by [% nb_of_orders %] orders. Deletion not possible

[% ELSE %]

Confirm deletion of currency '[% currency.currency %]'

Currency [% currency.currency %]
Rate [% currency.rate %]
[% END %] [% END %] [% IF op == 'list' %]

Currencies and exchange rates

[% IF currencies and no_active_currency %]

No active currency is defined

Please edit one currency and mark it as active.

[% END %] [% IF searchfield %] You searched for [% searchfield %] [% END %] [% FOREACH currency IN currencies %] [% END %]
Currency Rate Symbol ISO code Last updated Active Archived Actions
[% currency.currency %] [% currency.rate %] [% currency.symbol |html %] [% currency.isocode |html %] [% currency.timestamp | $KohaDates %] [% IF currency.active %]✓[% END %] [% IF currency.archived %]Yes[% END %] Edit Delete

When importing MARC files via the staging tools, the tool will attempt to find and use the price of the currently active currency.

Some examples of compatible price fields include "$9.99", "9.99 USD", "$9.99 USD", "9.99 USD (10.00 CAN)", "$9.99 USD (paperback)". These examples assume USD is the active currency.

[% END %]
[% INCLUDE 'admin-menu.inc' %]
[% INCLUDE 'intranet-bottom.inc' %]