Järjestelmäasetukset - KohaSuomi/Koha-25x GitHub Wiki
Uudet järjestelmäasetukset
AllowItemsOnLoanCheckoutSIP
Do allow / Don't allow checkouts of items already checked out to someone else via SIP checkout messages. If allowed do not generate ISSUED_TO_ANOTHER warning. This allows self checkouts for those items.
AlwaysLoadCheckoutsTable
Don't / Do always load the checkouts table immediately on opening the patron account in the staff interface.
AuthorityXSLTDetailsDisplay
Display authority details in the staff interface using XSLT stylesheet at:
Options:
Put a path to define a XSLT file
Put an URL for an external specific stylesheet.
{langcode} will be replaced with current interface language and {authtypecode} will be replaced by the authority type code.
ForcePasswordResetWhenSetByStaff
Don't force / Do force a staff created patron account to reset its password after its first OPAC login.
HoldsQueueParallelLoopsCount
When building the holds queue, calculate hold matches using x parallel loop(s). The more loops used, the faster it will calculate and the more computing resources it will use.
IncludeSeeAlsoFromInSearches
Don't include / Do include see also from headings in bibliographic searches. Please note: you will need to reindex your bibliographic database when changing this preference.
JobsNotificationMethod
Use STOMP / polling as the preferred job worker notification method. STOMP (default) requires RabbitMQ running. Polling will be used as a fallback if RabbitMQ is not accessible.
MarcOrderingAutomation
Disable / Enable automatic order line creation from MARC records.
NoRefundOnLostFinesPaidAge
Don't refund lost fees if the fee was paid in full or if the balance of the fee was paid more than x days ago.
OAI-PMH:HarvestEmailReport
After an OAI-PMH harvest, send a report email to the email address osoite
OPACItemLocation
Show library and callnumber / library, collection code and callnumber / only library / library, location and callnumber for items on the OPAC search results.
OPACLoginLabelTextContent
Use cardnumber / cardnumber or username / username as the label of the userid input field on the OPAC login form.
OPACOverDrive
Don't enable / Enable OverDrive integration in the OPAC.
OPACShowLibraries
Show / Don't show a link to a page in the OPAC showing information about each library.
OPACVirtualCard ja OPACVirtualCardBarcode
Don't allow / Allow patrons to access the 'My virtual card' tab on their account page on the OPAC. If set to allow, show a CODE39 / CODE128 / ... barcode in the patron's virtual card.
OpacMetaRobots
Control how search engines index the OPAC by adding a robots meta tag with nofollow / noindex options.
nofollow: This option tells search engines not to follow any links on the OPAC. If you don't specify this rule, search engines may use links on the page to discover those linked pages.
noindex: This option instructs search engines not to index the OPAC at all. This means the OPAC won't appear in search results. This might be useful for internal library catalogs that are not intended for public search.
both: Search engines won't follow any links on the OPAC and won't index the OPAC itself.
ReportsExportFormatODS
Allow / Don't allow Open Document Spreadsheet (ODS) as download format in reports.
ReportsExportLimit
Download a maximum of x records when downloading from the reports module.
NOTE: Only a positive value will enforce a limit. A specific limit in the report overrides this setting.
RestrictPatronsWithFailedNotices
Don't apply / Apply a restriction to a patron when their email and SMS messages fail to send at the Koha level.
NOTE: This system preference requires the misc/cronjobs/restrict_patrons_with_failed_notices.pl cronjob. Ask your system administrator to schedule it.
SMSSendMaxChar
Limit messages to x characters (no limitation if empty).
SearchCancelledAndInvalidISBNandISSN
Don't / Do search for cancelled or invalid forms of ISBN/ISSN when performing ISBN/ISSN search (when using Elasticsearch).
StaffInterfaceLanguages
Enable the following languages on the staff interface:
SuggestionsLog
Don't log / Log any changes to purchase suggestions (create, modify, delete).
z3950Status
Define custom rules to show specific items as not available in Z3950. Rules are defined with item database fields as keys and an array of values.
AlwaysShowHoldingsTableFilters
Don't / Do always show filters by default on the holdings table in the record details page in the staff interface.
AutoILLBackendPriority
Select which backends will be queried for availability and in what order of priority. The first available backend will be suggested to place the request with. If no backend is selected, automatic backend selection will not take place.
AutomaticEmailReceipts
Don't send / Send email receipts to patrons for payments and writeoffs.
CardnumberLog
Log / Don't log changes to patron cardnumbers.
ConsiderHeadingUse
Don't / Do consider the intended use of MARC21 authority records (008/14-16) during cataloging and linking. NOTE: If you enable this preference, 'No attempt to code' in 008/14-16 is excluded from search results too.
ElasticsearchBoostFieldMatch
Disable / Enable adding a second 'match' field search to the ES query to boost relevancy. Keyword and title fields will be boosted with title-cover, other fields will boost directly. This will not boost CCL style searches, only standard or advanced searches.
HoldCancellationRequestSIP
Don't / Do set holds cancelled via SIP as cancellation requests.
ILLHistoryCheck
Don't Check / Check if an ILL request has previously been placed by the same patron. Verification is done using one of the following identifier fields: DOI, Pubmed ID or ISBN.
ILLOpacUnauthenticatedRequest
Don't allow / Allow OPAC users to place ILL requests without having to be logged in.
ILLRequestsTabs
Add customizable tabs to interlibrary loan requests list:
LanguageToUseOnMerge
If set, the authority field having the given language code in its $7 subfield will be used in the bibliographic record if it exists, rather than the first field. The code can be in a short, 2 characters long form (example: ba for latin) or in a long, 8 characters long form, with the short form in position 5 and 6 starting from 1 (example: ba0yba0y for latin). A list of available codes can be found here: https://documentation.abes.fr/sudoc/formats/unmb/DonneesCodees/CodesZone104.htm#$d. Please note that this feature is available only for UNIMARC.
LinkerConsiderDiacritics
Don't / Do consider diacritics when linking, i.e. distinguish between 'A', 'Å', 'Ä', etc. Enabling this preference may generate new authority records if AutoCreateAuthorities is enabled.
OPACDisableSendList
Allow / Don't allow OPAC users to email lists via a 'Send list' button.
PatronSelfRegistrationAgeRestriction
Patron's maximum age when registering: x Note: If empty, do not restrict patron's age during self registration