@@ -, +, @@ preferences --- help.pl | 4 + .../modules/help/admin/preferences_acquisitions.tt | 103 +++ .../en/modules/help/admin/preferences_admin.tt | 233 ++++++ .../modules/help/admin/preferences_authorities.tt | 107 +++ .../modules/help/admin/preferences_cataloguing.tt | 296 +++++++ .../modules/help/admin/preferences_circulation.tt | 824 ++++++++++++++++++++ .../help/admin/preferences_enhanced_content.tt | 458 +++++++++++ .../en/modules/help/admin/preferences_i18n_l10n.tt | 64 ++ .../prog/en/modules/help/admin/preferences_labs.tt | 17 + .../prog/en/modules/help/admin/preferences_logs.tt | 87 +++ .../prog/en/modules/help/admin/preferences_opac.tt | 865 +++++++++++++++++++++ .../en/modules/help/admin/preferences_patrons.tt | 253 ++++++ .../en/modules/help/admin/preferences_searching.tt | 221 ++++++ .../en/modules/help/admin/preferences_serials.tt | 66 ++ .../modules/help/admin/preferences_staff_client.tt | 173 +++++ .../en/modules/help/admin/preferences_tools.tt | 33 + .../modules/help/admin/preferences_web_services.tt | 79 ++ 17 files changed, 3883 insertions(+) create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/preferences_acquisitions.tt create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/preferences_admin.tt create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/preferences_authorities.tt create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/preferences_cataloguing.tt create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/preferences_circulation.tt create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/preferences_enhanced_content.tt create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/preferences_i18n_l10n.tt create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/preferences_labs.tt create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/preferences_logs.tt create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/preferences_opac.tt create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/preferences_patrons.tt create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/preferences_searching.tt create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/preferences_serials.tt create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/preferences_staff_client.tt create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/preferences_tools.tt create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/preferences_web_services.tt --- a/help.pl +++ a/help.pl @@ -30,6 +30,10 @@ sub _help_template_file_of_url { my $file; if ($url =~ /koha\/(.*)\.pl/) { $file = $1; + if (index($url, "tab") >= 0 && index($url, "preferences") >= 0) { + $url=~s/.*=//; + return "help/$file\_$url.tt"; + } } else { $file = 'mainpage'; } --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/preferences_acquisitions.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/preferences_acquisitions.tt @@ -0,0 +1,103 @@ +[% INCLUDE 'help-top.inc' %] + +

Acquisitions System Preferences

+ +

Policy

+ +

AcqCreateItem +

+ +

AcqEnableFiles +

+ +

AcqItemSetSubfieldsWhenReceiptIsCancelled +

+ +

AcqItemSetSubfieldsWhenReceived +

+ +

AcqViewBaskets +

+ +

AcqWarnOnDuplicateInvoice +

+ +

BasketConfirmations +

+ +

ClaimsBccCopy +

+ +

CurrencyFormat +

+ +

gist +

+ +

MarcFieldsToOrder +

+ +

UniqueItemFields +

+ +

Printing

+ +

OrderPdfFormat +

+ +

See the full documentation for Acquisitions System Preferences in the manual (online).

+ +[% INCLUDE 'help-bottom.inc' %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/preferences_admin.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/preferences_admin.tt @@ -0,0 +1,233 @@ +[% INCLUDE 'help-top.inc' %] + +

Administration System Preferences

+ +

CAS Authentication

+

The Central Authentication Service (CAS) is a single sign-on protocol for the web. If you don't know what this is, leave these preferences set to their defaults.

+ +

AllowPKIAuth +

+ +

casAuthentication +

+ +

casLogout

+

+ +

casServerUrl +

+ +

Google OpenID Connect +Visit the Google Developers Console to obtain OAuth 2.0 credentials such as a client ID and client secret that are known to both Google and your application. +

+ +

GoogleOAuth2ClientID +

+ +

GoogleOAuth2ClientSecret +

+ +

GoogleOpenIDConnect +

+ +

GoogleOpenIDConnectDomain +

+ +

Interface options

+

These preferences are related to your Koha interface.

+ +

DebugLevel +

+ +

DefaultToLoggedInLibraryCircRules +

+ +

DefaultToLoggedInLibraryNoticesSlips +

+ +

DefaultToLoggedInLibraryOverdueTriggers +

+ +

delimiter +

+ +

KohaAdminEmailAddress +

+ +

noItemTypeImages +

+ +

ReplytoDefault +

+ +

ReturnpathDefault +

+ +

virtualshelves +

+ +

Login options

+

These preferences are related to logging into your Koha system

+ +

AutoLocation +

+ +

IndependentBranches +

+ +

SessionRestrictionByIP +

+ +

SessionStorage +

+ +

timeout +

+ +

Mozilla Persona

+ +

Persona +

+ +

Share anonymous usage statistics

+

As an open source project Koha is used all over the world. These preference will help us keep more accurate statistics on where Koha is being used. If you choose to share your information, it will be published on the Hea Koha community website. You will need to enable the matching cron job to send this information at regular intervals to the community.

+ +

UsageStats +

+ +

UsageStatsCountry +

+ +

UsageStatsLibraryName +

+ +

UsageStatsLibraryType +

+ +

UsageStatsLibraryUrl +

+ +

See the full documentation for Administration System Preferences in the manual (online).

+ +[% INCLUDE 'help-bottom.inc' %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/preferences_authorities.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/preferences_authorities.tt @@ -0,0 +1,107 @@ +[% INCLUDE 'help-top.inc' %] + +

Authorities System Preferences

+ +

General

+ +

AuthDisplayHierarchy +

+ +

AutoCreateAuthorities +

+ +

BiblioAddsAuthorities +

+ +

dontmerge +

+ +

MARCAuthorityControlField008 +

+ +

UNIMARCAuthorityField100 +

+ +

UseAuthoritiesForTracings +

+ +

Linker

+

These preferences will control how Koha links bibliographic records to authority records. All bibliographic records added to Koha after these preferences are set will link automatically to authority records, for records added before these preferences are set there is a script (misc/link_bibs_to_authorities.pl) that your system administrator can run to link records together.

+ +

CatalogModuleRelink +

+
  • Description: Longtime users of Koha don't expect the authority and bib records to link consistently. This preference makes it possible to disable authority relinking in the cataloging module only (i.e. relinking is still possible if link_bibs_to_authorities.pl is run). Note that though the default behavior matches the previous behavior of Koha (retaining links to outdated authority records), it does not match the intended behavior (updating biblio/authority link after bibliographic record is edited). Libraries that want the intended behavior of authority control rather than the way Koha used to handle linking should set CatalogModuleRelink to 'Do'. Once setting this to 'Do' the following preferences can also be set.
  • +

    + +

    LinkerKeepStale +

    + +

    LinkerModule +

    + +

    LinkerOptions +

    + +

    LinkerRelink +

    + +

    See the full documentation for Authorities System Preferences in the manual (online).

    + +[% INCLUDE 'help-bottom.inc' %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/preferences_cataloguing.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/preferences_cataloguing.tt @@ -0,0 +1,296 @@ +[% INCLUDE 'help-top.inc' %] + +

    Cataloging System Preferences

    + +

    Display

    + +

    AcquisitionDetails +

    + +

    AuthoritySeparator +

    + +

    hide_marc +

    + +

    IntranetBiblioDefaultView +

    + +

    ISBD +

    + +

    LabelMARCView +

    + +

    MergeReportFields +

    + +

    NotesBlacklist +

    + +

    OpacSuppression, OpacSuppressionByIPRange, OpacSuppressionRedirect, and OpacSuppressionMessage +

    + +

    SeparateHoldings & SeparateHoldingsBranch +

    + +

    URLLinkText +

    + +

    UseControlNumber +

    + +

    Exporting

    + +

    BibtexExportAdditionalFields +

    + +

    RisExportAdditionalFields +

    + +

    Importing

    + +

    AggressiveMatchOnISBN +

    + +

    Interface

    + +

    advancedMARCeditor +

    + +

    DefaultClassificationSource +

    EasyAnalyticalRecords +

    + +

    Record Structure

    + +

    AlternateHoldingsField & AlternateHoldingsSeparator +

    + +

    autoBarcode +

    + +

    DefaultLanguageField008 +

    + +

    item-level_itypes +

    + +

    itemcallnumber +

    + +

    marcflavour +

    + +

    MARCOrgCode +

    + +

    NewItemsDefaultLocation +

    + +

    PrefillItem +

    + +

    SubfieldsToAllowForRestrictedBatchmod +

    + +

    SubfieldsToAllowForRestrictedEditing +

    + +

    SubfieldsToUseWhenPrefill +

    + +

    z3950NormalizeAuthor & z3950AuthorAuthFields +

    + +

    Spine Labels

    + +

    SpineLabelAutoPrint +

    + +

    SpineLabelFormat +

    + +

    SpineLabelShowPrintOnBibDetails +

    + +

    See the full documentation for Cataloging System Preferences in the manual (online).

    + +[% INCLUDE 'help-bottom.inc' %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/preferences_circulation.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/preferences_circulation.tt @@ -0,0 +1,824 @@ +[% INCLUDE 'help-top.inc' %] + +

    Circulation System Preferences

    + +

    Batch Checkout

    + +

    BatchCheckouts +

    + +

    BatchCheckoutsValidCategories +

    + +

    Checkin Policy

    + +

    AllowMultipleIssuesOnABiblio +

    + +

    BlockReturnOfWithdrawnItems +

    + +

    CalculateFinesOnReturn +

    + +

    RentalFeesCheckoutConfirmation +

    + +

    UpdateNotForLoanStatusOnCheckin +

    + +

    Checkout Policy

    + +

    AgeRestrictionMarker +

    + +

    AgeRestrictionOverride +

    + +

    AllFinesNeedOverride +

    + +

    AllowFineOverride +

    + +

    AllowItemsOnHoldCheckout +

    + +

    AllowNotForLoanOverride +

    + +

    AllowRenewalLimitOverride +

    + +

    AllowReturnToBranch +

    + +

    AllowTooManyOverride +

    + +

    AutomaticItemReturn +

    + +

    AutoRemoveOverduesRestrictions +

    + +

    CircControl +

    + +

    ConsiderOnSiteCheckoutsAsNormalCheckouts +

    + +

    DefaultLongOverdueChargeValue +

    + +

    DefaultLongOverdueLostValue & DefaultLongOverdueDays +

    + +

    HoldsInNoissuesCharge +

    + +

    HomeOrHoldingBranch +

    + +

    InProcessingToShelvingCart +

    + +

    IssuingInProcess +

    + +

    IssueLostItem +

    + +

    ManInvInNoissuesCharge +

    + +

    maxoutstanding +

    + +

    noissuescharge +

    + +

    NoIssuesChargeGuarantees +

    + +

    NoRenewalBeforePrecision +

    + +

    OnSiteCheckouts +

    + +

    OnSiteCheckoutsForce +

    + +

    OverduesBlockCirc +

    + +

    OverduesBlockRenewing +

    + +

    OverdueNoticeBcc +

    + +

    OverdueNoticeCalendar +

    + +

    PrintNoticesMaxLines +

    + +

    RenewalPeriodBase +

    + +

    RenewalSendNotice +

    + +

    RentalsInNoissuesCharge +

    + +

    RestrictionBlockRenewing +

    + +

    ReturnBeforeExpiryi +

    + +

    ReturnToShelvingCart +

    + +

    StaffSearchResultsDisplayBranch +

    + +

    TransfersMaxDaysWarning +

    + +

    UseBranchTransferLimits & BranchTransferLimitsType +

    + +

    useDaysMode +

    + +

    UseTransportCostMatrix +

    + +

    Course Reserves

    + +

    UseCourseReserves +

    + +

    Fines Policy

    + +

    finesCalendar +

    + +

    FinesIncludeGracePeriod +

    + +

    finesMode +

    + +

    RefundLostItemFeeOnReturn +

    + +

    WhenLostChargeReplacementFee +

    + +

    WhenLostForgiveFine +

    + +

    Holds Policy

    + +

    AllowHoldDateInFuture +

    + +

    AllowHoldItemTypeSelection +

    + +

    AllowHoldsOnDamagedItems +

    + +

    AllowHoldsOnPatronsPossessions +

    + +

    AllowHoldPolicyOverride +

    + +

    AllowRenewalIfOtherItemsAvailable +

    + +

    AutoResumeSuspendedHolds +

    + +

    canreservefromotherbranches +

    + +

    ConfirmFutureHolds +

    + +

    decreaseLoanHighHolds, decreaseLoanHighHoldsDuration, decreaseLoanHighHoldsValue, decreaseLoanHighHoldsControl, and decreaseLoanHighHoldsIgnoreStatuses +

    + +

    DisplayMultiPlaceHold +

    + +

    emailLibrarianWhenHoldIsPlaced +

    + +

    ExpireReservesMaxPickUpDelay +

    + +

    ExpireReservesMaxPickUpDelayCharge +

    + +

    ExpireReservesOnHolidays +

    + +

    LocalHoldsPriority, LocalHoldsPriorityPatronControl, LocalHoldsPriorityItemControl +

    + +

    maxreserves +

    + +

    OPACAllowHoldDateInFuture +

    + +

    OPACAllowUserToChooseBranch +

    + +

    ReservesControlBranch +

    + +

    ReservesMaxPickUpDelay +

    + +

    ReservesNeedReturns +

    + +

    StaticHoldsQueueWeight, HoldsQueueSkipClosed & RandomizeHoldsQueueWeight +

    + +

    SuspendHoldsIntranet +

    + +

    SuspendHoldsOpac +

    + +

    TransferWhenCancelAllWaitingHolds +

    + +

    Interface

    + +

    AllowAllMessageDeletion +

    + +

    AllowOfflineCirculation +

    + +

    AudioAlerts +

    + +

    CircAutocompl +

    CircAutoPrintQuickSlip +

    + +

    FilterBeforeOverdueReport +

    + +

    FineNotifyAtCheckin +

    + +

    DisplayClearScreenButton +

    + +

    ExportRemoveFields +

    + +

    ExportWithCsvProfile +

    + +

    HoldsToPullStartDate +

    + +

    itemBarcodeFallbackSearch +

    + +

    itemBarcodeInputFilter +

    + +

    NoticeCSS +

    + +

    numReturnedItemsToShow +

    + +

    previousIssuesDefaultSortOrder +

    + +

    RecordLocalUseOnReturn +

    + +

    ShowAllCheckins +

    + +

    SpecifyDueDate +

    + +

    SpecifyReturnDate +

    + +

    todaysIssuesDefaultSortOrder +

    + +

    UpdateTotalIssuesOnCirc +

    + +

    WaitingNotifyAtCheckin +

    + +

    Self Checkout

    + +

    AllowSelfCheckReturns +

    + +

    AutoSelfCheckAllowed, AutoSelfCheckID & AutoSelfCheckPass +

    + +

    SCOUserCSS +

    + +

    SCOUserJS +

    + +

    SelfCheckHelpMessage +

    + +

    SelfCheckoutByLogin +

    + +

    SelfCheckReceiptPrompt +

    + +

    SelfCheckTimeout +

    + +

    ShowPatronImageInWebBasedSelfCheck +

    + +

    WebBasedSelfCheck +

    + +

    See the full documentation for Circulation System Preferences in the manual (online).

    + +[% INCLUDE 'help-bottom.inc' %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/preferences_enhanced_content.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/preferences_enhanced_content.tt @@ -0,0 +1,458 @@ +[% INCLUDE 'help-top.inc' %] + +

    Enhanced Content System Preferences

    + +

    Important: Always read the terms of service associated with external data sources to be sure that you are using the products within the allowed limits.

    +

    Note: You cannot have more than one service for cover images (including local cover images) set up. If you set up more than one you will get multiple cover images. Instead choose only one source for cover images.

    + +

    All

    + +

    FRBRizeEditions +

    + +

    OPACFRBRizeEditions +

    + +

    Amazon

    + +

    AmazonAssocTag +

    + +

    AmazonCoverImages +

    + +

    AmazonLocale +

    + +

    OPACAmazonCoverImages +

    + +

    Babelthèque

    + +

    Babeltheque +

    + +

    Babeltheque_url_js +

    + +

    Babeltheque_url_update +

    + +

    Baker & Taylor

    +

    Important: This is a pay service, you must contact Baker & Taylor to subscribe to this service before setting these options.

    + +

    BakerTaylorEnabled +

    + +

    BakerTaylorBookstoreURL +

    + +

    BakerTaylorUsername & BakerTaylorPassword +

    + +

    Coce Cover images cache

    +

    Coce is a remote image URL cache. With this option, cover images are not fetched directly from Amazon, Google, and so on. Their URLs are requested via a web service to Coce which manages a cache of URLs.

    + +

    Coce +

    + +

    CoceHost +

    + +

    CoceProviders +

    + +

    Google

    + +

    GoogleJackets +

    + +

    HTML5 Media

    + +

    HTML5MediaEnabled +

    + +

    HTML5MediaExtensions +

    + +

    HTML5MediaYouTube

    +

    + +

    IDreamLibraries

    +

    IDreamBooks.com aggregates book reviews by critics to help you discover the very best of what's coming out each week. These preferences let you integrated content from IDreamBooks.com in to your Koha OPAC.

    +

    Note: This is a new website and has limited content, so you may only see these features on new popular titles until the database grows some more.

    + +

    IDreamBooksReadometer +

    + +

    IDreamBooksResults +

    + +

    IDreamBooksReviews +

    + +

    LibraryThing

    +

    LibraryThing for Libraries is a pay service. You must first contact LibraryThing directly for pricing and subscription information. Learn more at http://www.librarything.com/forlibraries. Also, for further configuration instructions please see the LibraryThing Wiki: http://www.librarything.com/wiki/index.php/Koha

    + +

    LibraryThingForLibrariesEnabled +

    + +

    LibraryThingForLibrariesID +

    + +

    LibraryThingForLibrariesTabbedView +

    + +

    ThingISBN +

    + +

    Local Cover Images

    + +

    AllowMultipleCovers +

    + +

    LocalCoverImages +

    + +

    OPACLocalCoverImages +

    + +

    Novelist Select

    +

    Novelist Select is not a free service. Contact your Ebsco representitive to get your log in information to embed this content in the OPAC.

    +

    Important: Novelist Select does not include cover images for the search results and bibliographic detail pages. You can choose any other cover image service for this content or you can contract with Ebsco to get access to the Baker & Taylor Content Cafe for an added fee.

    + +

    NovelistSelectEnabled +

    + +

    NovelistSelectProfile & NovelistSelectPassword +

    + +

    NovelistSelectView +

    + +

    OCLC

    + +

    XISBN +

    + +

    OCLCAffiliateID +

    + +

    XISBNDailyLimit +

    + +

    Open Library

    + +

    OpenLibraryCovers +

    + +

    OpenLibrarySearch +

    + +

    Overdrive

    +

    OverDrive is an pay service. You must first contact OverDrive directly for pricing and subscription information. Enabling this service will integrate Overdrive results in to your OPAC searches. You will have to apply for these 3 pieces of information through an application as an API developer. Overdrive API applications are evaluated once a week so you may not be able to use this feature immediately after signing up. To learn more please contact your OverDrive representative.

    + +

    OverDriveClientKey and OverDriveClientSecret +

    + +

    OverDriveLibraryID +

    + +

    Plugins

    + +

    UseKohaPlugins +

    + +

    Syndetics

    +

    Syndetics is a pay service. You must first contact Syndetics directly for pricing and subscription information.

    + +

    SyndeticsEnabled +

    + +

    SyndeticsClientCode +

    + +

    SyndeticsCoverImages & SyndeticsCoverImageSize +

    + +

    SyndeticsAuthorNotes +

    + +

    SyndeticsAwards +

    + +

    SyndeticsEditions +

    + +

    SyndeticsExcerpt +

    + +

    SyndeticsReviews +

    + +

    SyndeticsSeries +

    + +

    SyndeticsSummary +

    + +

    SyndeticsTOC +

    + +

    Tagging

    + +

    TagsEnabled +

    + +

    TagsModeration +

    + +

    TagsShowOnList +

    + +

    TagsInputOnList +

    + +

    TagsShowOnDetail +

    + +

    TagsInputOnDetail +

    + +

    TagsExternalDictionary +

    + +

    See the full documentation for Enhanced Content System Preferences in the manual (online).

    + +[% INCLUDE 'help-bottom.inc' %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/preferences_i18n_l10n.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/preferences_i18n_l10n.tt @@ -0,0 +1,64 @@ +[% INCLUDE 'help-top.inc' %] + +

    I18L/L10N System Preferences

    + +

    These preferences control your Internationalization and Localization settings. + +

    AddressFormat +

    + +

    alphabet +

    + +

    CalendarFirstDayOfWeek +

    + +

    dateformat +

    + +

    language +

    + +

    opaclanguages +

    + +

    opaclanguagesdisplay +

    + +

    TimeFormat +

    + +

    See the full documentation for I18N/L10N System Preferences in the manual (online).

    + +[% INCLUDE 'help-bottom.inc' %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/preferences_labs.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/preferences_labs.tt @@ -0,0 +1,17 @@ +[% INCLUDE 'help-top.inc' %] + +

    Labs System Preferences

    + +

    The preferences in this section are for experimental features that need additional testing and debugging.

    + +

    EnableAdvancedCatalogingEditor +

    + +

    See the full documentation for Labs System Preferences in the manual (online).

    + +[% INCLUDE 'help-bottom.inc' %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/preferences_logs.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/preferences_logs.tt @@ -0,0 +1,87 @@ +[% INCLUDE 'help-top.inc' %] + +

    Logs System Preferences

    + +

    Logs keep track of transaction on the system. You can decide which actions you want to log and which you don't using these preferences. Logs can then be viewed in the Log Viewer under Tools.

    + +

    Debugging

    + +

    DumpTemplateVarsIntranet +

    + +

    DumpTemplateVarsOpac +

    + +

    Logging

    + +

    AuthoritiesLog +

    + +

    BorrowersLog +

    + +

    CataloguingLog +

    + +

    CronjobLog +

    + +

    FinesLog +

    + +

    IssueLog +

    + +

    LetterLog +

    + +

    ReportsLog +

    + +

    ReturnLog +

    + +

    SubscriptionLog +

    + +

    See the full documentation for Logs System Preferences in the manual (online).

    + +[% INCLUDE 'help-bottom.inc' %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/preferences_opac.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/preferences_opac.tt @@ -0,0 +1,865 @@ +[% INCLUDE 'help-top.inc' %] + +

    OPAC System Preferences

    + +

    Advanced Search Options

    + +

    OpacAdvSearchMoreOptions +

    + +

    OpacAdvSearchOptions +

    + +

    Appearance

    + +

    These preferences control how things appear in the OPAC. + +

    AuthorisedValueImages +

    + +

    BiblioDefaultView +

    + +

    COinSinOPACResults +

    + +

    DisplayOPACiconsXSLT +

    + +

    hidelostitems +

    + +

    HighlightOwnItemsOnOPAC & HighlightOwnItemsOnOPACWhich +

    + +

    GoogleIndicTransliteration +

    + +

    LibraryName +

    + +

    NoLoginInstructions +

    + +

    OpacAddMastheadLibraryPulldown +

    + +

    OPACBaseURL +

    + +

    OpacAdditionalStylesheet +

    + +

    opaccredits +

    + +

    OpacCustomSearch +

    + +

    OPACDisplay856uAsImage +

    + +

    OpacExportOptions +

    + +

    OPACFallback +

    + +

    OpacFavicon +

    + +

    opacheader +

    + +

    OpacHighlightedWords & NotHighlightedWords +

    + +

    OpacKohaUrl +

    + +

    OpacLangSelectorMode +

    + +

    opaclayoutstylesheet +

    + +

    OpacLocationBranchToDisplay +

    + +

    OpacLocationBranchToDisplayShelving +

    + +

    OpacMaintenance +

    + +

    OpacMaintenanceNotice +

    + +

    OpacMainUserBlock +

    + +

    OpacMaxItemsToDisplay +

    + +

    OPACMySummaryHTML +

    + +

    OPACMySummaryNote +

    + +

    OpacNav +

    + +

    OpacNavBottom +

    + +

    OpacNavRight +

    + +

    OPACNoResultsFound +

    + +

    OpacPublic +

    + +

    OPACResultsSidebar +

    + +

    OPACSearchForTitleIn +

    + +

    OpacSeparateHoldings & OpacSeparateHoldingsBranch +

    + +

    OPACShowBarcode +

    + +

    OPACShowCheckoutName +

    + +

    OPACShowHoldQueueDetails +

    + +

    OpacShowRecentComments +

    + +

    OPACShowUnusedAuthorities +

    + +

    OpacStarRatings +

    + +

    OpacSuggestionManagedBy +

    + +

    opacthemes +

    + +

    OPACURLOpenInNewWindow +

    + +

    OPACUserCSS +

    + +

    OPACUserJS +

    + +

    OPACXSLTDetailsDisplay +

    + +

    OPACXSLTResultsDisplay +

    + +

    Features

    + +

    numSearchRSSResults +

    + +

    OPACAcquisitionDetails +

    + +

    OpacAuthorities +

    + +

    opacbookbag +

    + +

    OpacBrowser +

    + +

    OpacBrowseResults +

    + +

    OpacCloud +

    + +

    OPACFinesTab +

    + +

    OpacHoldNotes +

    + +

    OPACISBD +

    + +

    OpacItemLocation +

    + +

    OpacPasswordChange +

    + +

    OPACPatronDetails +

    + +

    OPACpatronimage +

    + +

    OPACPopupAuthorsSearch +

    + +

    OpacResetPassword +

    + +

    OpacTopissue +

    + +

    opacuserlogin +

    + +

    QuoteOfTheDay +

    + +

    RequestOnOpac +

    + +

    reviewson +

    + +

    ShowReviewer +

    + +

    ShowReviewerPhoto +

    + +

    SocialNetworks +

    + +

    suggestion +

    + +

    Payments

    +

    These preferences will allow you control the tools you use to accept online payments from your patrons via the OPAC.

    + +

    EnablePayPalOpacPayments & PayPalSandboxMode +

    + +

    PayPalChargeDescription +

    + +

    PayPalPwd +

    + +

    PayPalSignature +

    + +

    PayPalUser +

    + +

    Policy

    + +

    AllowPurchaseSuggestionBranchChoice +

    + +

    BlockExpiredPatronOpacActions +

    + +

    OpacAllowPublicListCreation +

    + +

    OpacAllowSharingPrivateLists +

    + +

    OPACFineNoRenewals +

    + +

    OpacHiddenItems +

    + +

    OpacRenewalAllowed +

    + +

    OpacRenewalBranch +

    + +

    OPACViewOthersSuggestions +

    + +

    SearchMyLibraryFirst +

    + +

    Privacy

    + +

    AllowPatronToSetCheckoutsVisibilityForGuarantor +

    + +

    AnonSuggestions +

    + +

    AnonymousPatron +

    + +

    EnableOpacSearchHistory +

    + +

    OPACPrivacy +

    + +

    opacreadinghistory +

    + +

    StoreLastBorrower +

    + +

    TrackClicks +

    + +

    Restricted Page

    +

    Using the following preferences you can create a page within your Koha system that is accessible by only specific IP addresses. This can be used to house links to databases that can only be accessed from with the library or other licensed content.

    + +

    RestrictedPageContent +

    + +

    RestrictedPageLocalIPs +

    + +

    RestrictedPageTitle +

    + +

    Self Registration

    + +

    PatronSelfModificationBorrowerUnwantedField +

    + +

    PatronSelfRegistration +

    + +

    PatronSelfRegistrationAdditionalInstructions +

    + +

    PatronSelfRegistrationBorrowerMandatoryField +

    + +

    PatronSelfRegistrationBorrowerUnwantedField +

    + +

    PatronSelfRegistrationDefaultCategory +

    + +

    PatronSelfRegistrationExpireTemporaryAccountsDelay +

    + +

    PatronSelfRegistrationVerifyByEmail +

    + +

    Shelf Browser

    + +

    OPACShelfBrowser +

    + +

    ShelfBrowserUsesCcode +

    + +

    ShelfBrowserUsesHomeBranch +

    + +

    ShelfBrowserUsesLocation +

    + +

    See the full documentation for OPAC System Preferences in the manual (online).

    + +[% INCLUDE 'help-bottom.inc' %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/preferences_patrons.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/preferences_patrons.tt @@ -0,0 +1,253 @@ +[% INCLUDE 'help-top.inc' %] + +

    Patrons System Preferences

    + +

    General

    + +

    AutoEmailOpacUser +

    + +

    AutoEmailPrimaryAddress +

    + +

    autoMemberNum +

    + +

    BorrowerMandatoryField +

    + +

    borrowerRelationship +

    + +

    BorrowerRenewalPeriodBase +

    + +

    BorrowersTitles +

    + +

    BorrowerUnwantedField +

    + +

    CardnumberLength +

    + +

    checkdigit +

    + +

    EnableBorrowerFiles +

    + +

    EnhancedMessagingPreferences +

    + +

    EnhancedMessagingPreferencesOPAC +

    + +

    ExtendedPatronAttributes +

    + +

    FeeOnChangePatronCategory +

    + +

    intranetreadinghistory +

    + +

    MaxFine +

    + +

    MembershipExpiryDaysNotice +

    + +

    minPasswordLength +

    + +

    NotifyBorrowerDeparture +

    + +

    patronimages +

    + +

    PatronsPerPage +

    + +

    SMSSendDriver, SMSSendUsername, and SMSSendPassword +

    + +

    StatisticsFields +

    + +

    TalkingTechItivaPhoneNotification +

    + +

    uppercasesurnames +

    + +

    useDischarge +

    + +

    Norwegian patron database

    + +

    NorwegianPatronDBEnable & NorwegianPatronDBEndpoint +

    + +

    NorwegianPatronDBSearchNLAfterLocalHit +

    + +

    NorwegianPatronDBUsername & NorwegianPatronDBPassword +

    + +

    See the full documentation for Patrons System Preferences in the manual (online).

    + +[% INCLUDE 'help-bottom.inc' %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/preferences_searching.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/preferences_searching.tt @@ -0,0 +1,221 @@ +[% INCLUDE 'help-top.inc' %] + +

    Searching System Preferences

    + +

    Features

    + +

    EnableSearchHistory +

    + +

    IncludeSeeFromInSearches +

    + +

    OpacGroupResults +

    + +

    QueryAutoTruncate +

    + +

    QueryFuzzy +

    + +

    QueryStemming +

    + +

    QueryWeightFields +

    + +

    TraceCompleteSubfields +

    + +

    TraceSubjectSubdivisions +

    + +

    UseICU +

    + +

    UseQueryParser +

    + +

    Results Display

    + +

    defaultSortField & defaultSortOrder +

    + +

    displayFacetCount +

    + +

    DisplayLibraryFacets +

    + +

    FacetLabelTruncationLength +

    + +

    FacetMaxCount +

    + +

    maxItemsInSearchResults +

    + +

    maxRecordsForFacets +

    + +

    MaxSearchResultsItemsPerRecordStatusCheck +

    + +

    numSearchResults +

    + +

    OPACdefaultSortField & OPACdefaultSortOrder +

    + +

    OPACItemsResultsDisplay +

    + +

    OPACnumSearchResults +

    + +

    SearchWithISBNVariations +

    + +

    Search Form

    + +

    AdvancedSearchLanguages +

    + +

    AdvancedSearchTypes +

    + +

    expandedSearchOption +

    + +

    IntranetNumbersPreferPhrase +

    + +

    OPACNumbersPreferPhrase +

    + +

    See the full documentation for Searching System Preferences in the manual (online).

    + +[% INCLUDE 'help-bottom.inc' %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/preferences_serials.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/preferences_serials.tt @@ -0,0 +1,66 @@ +[% INCLUDE 'help-top.inc' %] + +

    Serials System Preferences

    + +

    opacSerialDefaultTab +

    + +

    OPACSerialIssueDisplayCount +

    + +

    RenewSerialAddsSuggestion +

    + +

    RoutingListAddReserves +

    + +

    RoutingListNote +

    + +

    RoutingSerials +

    + +

    StaffSerialIssueDisplayCount +

    + +

    SubscriptionDuplicateDroppedInput +

    + +

    SubscriptionHistory +

    + +

    See the full documentation for Serials System Preferences in the manual (online).

    + +[% INCLUDE 'help-bottom.inc' %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/preferences_staff_client.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/preferences_staff_client.tt @@ -0,0 +1,173 @@ +[% INCLUDE 'help-top.inc' %] + +

    Staff Client System Preferences

    + +

    Appearance

    + +

    Display856uAsImage +

    + +

    DisplayIconsXSLT +

    + +

    intranet_includes +

    + +

    IntranetCirculationHomeHTML +

    + +

    intranetcolorstylesheet +

    + +

    IntranetFavicon +

    + +

    IntranetmainUserblock +

    + +

    IntranetNav +

    + +

    IntranetReportsHomeHTML +

    + +

    IntranetSlipPrinterJS +

    + +

    intranetstylesheet +

    + +

    IntranetUserCSS +

    + +

    IntranetUserJS +

    + +

    SlipCSS +

    + +

    StaffAuthorisedValueImages +

    + +

    staffClientBaseURL +

    + +

    template +

    + +

    XSLTDetailsDisplay +

    + +

    XSLTResultsDisplay +

    + +

    Options

    + +

    HidePatronName +

    + +

    intranetbookbag +

    + +

    StaffDetailItemSelection +

    + +

    UseWYSIWYGinSystemPreferences +

    + +

    viewISBD +

    + +

    viewLabeledMARC +

    + +

    viewMARC +

    + +

    See the full documentation for Staff Client System Preferences in the manual (online).

    + +[% INCLUDE 'help-bottom.inc' %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/preferences_tools.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/preferences_tools.tt @@ -0,0 +1,33 @@ +[% INCLUDE 'help-top.inc' %] + +

    Tools System Preferences

    + +

    Batch Item Modification

    +

    These preferences are in reference to the Batch Item Modification tool.

    + +

    MaxItemsForBatch +

    + +

    News

    + +

    NewsAuthorDisplay +

    + +

    Patron Cards

    +

    These preferences are in reference to the Patron Card Creator tool.

    + +

    ImageLimit +

    + +

    See the full documentation for Tools System Preferences in the manual (online).

    + +[% INCLUDE 'help-bottom.inc' %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/preferences_web_services.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/preferences_web_services.tt @@ -0,0 +1,79 @@ +[% INCLUDE 'help-top.inc' %] + +

    Web Services System Preferences

    + +

    IdRef +

    + +

    ILS-DI

    + +

    ILS-DI +

    + +

    ILS-DI:AuthorizedIPs +

    + +

    OAI-PMH

    + +

    OAI-PMH +

    + +

    OAI-PMH:archiveID +

    + +

    OAI-PMH:AutoUpdateSets +

    + +

    OAI-PMH:ConfFile +

    + +

    OAI-PMH:DeletedRecord +

    + +

    OAI-PMH:MaxCount +

    + +

    Reporting

    + +

    SvcMaxReportRows +

    + +

    See the full documentation for Web Services System Preferences in the manual (online).

    + +[% INCLUDE 'help-bottom.inc' %] --