館際互借

操作步驟: 更多 > 管理 > 系統偏好設定 > 館際互借

特徵

流通館際互借

詢問: ___ 館際互借請求館藏的流通情況。

預設值:停用

值:

  • 停用

  • 啟用

描述:

  • This system preference controls whether you have the option to checkout ILL items directly from an ILL request. More details can be found in the Circulating ILL materials section.

ILLHiddenRequestStatuses

請求: 已完成且不應在館際互借模組中顯示的館際互借狀態: ___(以|分隔)。如果留空,則會顯示所有館際互借請求。

描述:

  • This preference allows libraries to hide requests from the View ILL requests list based on the status of the request. Available ILL statuses are configured in the ILL_STATUS_ALIAS authorized value category and in the backends.

ILLModule

詢問 :___ 館際互借模組 (主開關)。

預設值:停用

值:

  • 停用

  • 啟用

描述:

  • 此偏好用於啟用 Koha 的 館際互借模組,該模組用於管理館際互借請求。

ILLModuleCopyrightClearance

Attention

從 Koha 版本 24.05 開始,此系統偏好已被棄用。現在它是一個 HTML 自訂位置

詢問: 新增文字將在建立請求時啟用版權授權階段。您輸入的文字將會顯示出來。

描述:

  • 此系統設定用於在以下情況下啟用版權許可步驟 從 OPAC 建立館際互借請求時。讀者需要接受版權許可才能繼續。

  • 此處輸入的文字是他們需要同意的文字。

ILLModuleUnmediated

詢問: ___ 未經中介的館際互借請求。如果啟用此功能且館際互借後端支持,則新建立的請求將立即由後端發出請求。

預設值:停用

值:

  • 停用

  • 啟用

描述:

Warning

並非所有 ILL 後端都支援此功能。

ILLPartnerCode

版本

此系統偏好設定是在 Koha 23.11 版本中新增的。在先前的版本中,合作夥伴程式碼是在 koha-conf.xml 檔案中定義的。

詢問: 使用 ___ 類別的讀者作為合作夥伴來提交館際互借請求。

值: 現有清單 讀者類別

描述:

  • 使用館際互借時,您可以 向合作夥伴發送請求,在您的系統中合作夥伴應設定為 '讀者'。此系統設定用於確定這些合作夥伴的讀者類別。

通知

ILLDefaultStaffEmail

詢問: 在沒有圖書館地址的情況下,用於向館員發送館際互借通知的備用電子郵件地址: ___。

描述:

  • 預設情況下,館際互借請求郵件的回覆將發送到 圖書館的 館際互借館員郵箱地址。如果圖書館的館際互借館員郵箱地址欄位為空,則將使用此處輸入的地址。

ILLSendStaffNotices

詢問: 請在適當的時候將這些館際互借通知發送給館員: ___

描述:

ILL_REQUEST_CANCEL|ILL_REQUEST_MODIFIED
  • 如果此系統偏好留空,則不會發送任何館員間的館際互借通知。

OPAC

ILLOpacbackends

詢問: 已啟用 OPAC 發起請求的館際互借後端: ___。

描述:

  • 此偏好設定控制哪些館際互借後端請求表單可用於 OPAC 請求

  • 輸入後端代碼,以垂直線 (|) 分隔。例如:

FreeForm|BLDSS
  • 請參考後端設定指南,以了解此處應輸入的正確術語。

  • 如果此系統偏好留空,則所有已安裝的後端都會啟用 OPAC 請求

工作流程

ILLCheckAvailability

詢問: ___ 在請求過程中外部資源的可用性。

預設值: 不勾選

值:

  • 不要檢查

  • 檢查

描述:

  • 此設定控制是否在提交請求前搜尋特定的外部資源。可用的資源透過 外掛 安裝。這些外掛程式可在 Koha 外掛維基頁面 https://wiki.koha-community.org/wiki/Koha_plugins 找到。目前已有 EDS (EBSCO Discovery Service)、Z39.50 和 Unpaywall 的外掛。當讀者 提交館際互借請求 時,表單中的條目元資料將用於搜尋外部資源。讀者隨後可以點擊搜尋結果中的標題連結。如果找到所需條目,則可以放棄請求。否則,讀者可以繼續按正常流程完成請求。

ILLModuleDisclaimerByType

版本

此系統偏好設定已在 Koha 23.11 版本中新增。

詢問: 如果館際互借後端支持,新增 YAML 將啟用請求建立中的請求類型免責聲明階段,提示使用者輸入已定義的請求類型特定免責聲明 (館員介面和 OPAC)。

描述:

  • 此系統偏好設定用於針對不同類型的請求提供不同的免責聲明。

  • For each request type, there are 3 configuration options:

    • text: the HTML that will be visible for the specified request type.

    • av_category_code: the authorized value category that will be used for the options being presented at the disclaimer stage.

    • bypass: allows for a specific request type to skip the disclaimer stage.

    Example:

    all:
     text: |
      <h2>HTML title</h2>
      <p>This is an HTML paragraph</p>
      <p>This is another HTML paragraph</p>
     av_category_code: YES_NO
    article:
     text: copyright text for all article type requests
     av_category_code: YES_NO
     bypass: 1
    

    The example will show the first text ("HTML title, etc.") with a yes/no choice for all requests except for article requests, which will skip the disclaimer step.

Note

This is not available to all backends.

Warning

This system preference requires YAML syntax to work properly.

This means

  • Make sure there is NO space between the configuration name and the colon

  • Make sure there IS a space between the colon and the value

  • Make sure each configuration is on its own line