Koha/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/interlibrary_loans.pref
Katrin Fischer 412c026101
Bug 32799: Rename ILLSTATUS authorised value category to ILL_STATUS_ALIAS
To test:
1) Activate the IllModule system preference
2) Install a backend (BLDSS or FreeForm) following the wiki instructions:
3) Configure some authorised values for ILLSTATUS
4) Apply patch
5) Run database update
6) Verify your configured values have been updated to ILL_STATUS_ALIAS
7) Add another ILL_STATUS_ALIAS: there should now be an explanation in the
   categories list
8) Go to the ILL module and add a new request
9) Edit the request, verify that your status alias show in the status list
10) Set one of your status and save
11) Verify that the ILL requests list search filters show your status alias
12) Manage the request again and verify that the ILL request log shows the
    status descriptions correctly
13) Verify the description of the ILLHiddenRequestStatuses has
    been updated with the new authorised value category

Signed-off-by: Pedro Amorim <pedro.amorim@ptfs-europe.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
2023-02-27 13:08:10 -03:00

56 lines
2.4 KiB
Text

Interlibrary loans:
Features:
-
- pref: ILLModule
default: 0
choices:
1: Enable
0: Disable
- the interlibrary loans module (master switch).
-
- "Adding text will enable the copyright clearance stage in request creation. The text you enter will be the text displayed."
- pref: ILLModuleCopyrightClearance
type: textarea
class: long
-
- pref: ILLModuleUnmediated
default: 0
choices:
1: Enable
0: Disable
- unmediated interlibrary loan requests. If enabled and the ILL backend supports it, the newly created requests are immediately requested by backend.
-
- pref: CirculateILL
default: 0
choices:
1: Enable
0: Disable
- the circulation of ILL requested items.
-
- pref: ILLCheckAvailability
default: 0
choices:
1: Check
0: "Don't check"
- external sources for availability during the request process.
-
- "ILL statuses that are considered finished and should not be displayed in the ILL module: "
- pref: ILLHiddenRequestStatuses
class: multi
- (separated with |). If left empty, all ILL requests will be displayed. The request codes are defined in the backends and additional aliases can be configured via the <a href="/cgi-bin/koha/admin/authorised_values.pl?searchfield=ILL_STATUS_ALIAS">ILL_STATUS_ALIAS</a> authorized value category.
Notifications:
-
- "Send these ILL notices to staff when appropriate:"
- pref: ILLSendStaffNotices
class: multi
- "(separated with |). e.g. ILL_REQUEST_CANCEL|ILL_REQUEST_MODIFIED If left empty, no staff ILL notices will be sent."
-
- "Fallback email address for staff ILL notices to be sent to in the absence of a library address:"
- pref: ILLDefaultStaffEmail
class: email
OPAC:
-
- "Enabled ILL backends for OPAC initiated requests:"
- pref: ILLOpacbackends
class: multi
- (separated with |). If left empty, all installed backends will be enabled.