Article Requests

Article Requests

Article requests allow patrons to place requests on articles. Within the circulation and fine rules, Koha allows libraries to pick and choose which item types and patron categories have this option available to them.

Setup

  1. First, enable your system preference for ArticleRequests. Set to Enable patrons to place article requests.
  2. Next, you will need to decide how your patrons will make requests, either record only, the item only, or both record and item level.
  3. You can set 3 different system preferences for mandatory fields to be filled in dependent on how your records are requested.
    1. ArticleRequestsMandatoryFields: make the following fields mandatory for records that record level or item-level requestable
    2. ArticleRequestsMandatoryFieldsItemOnly makes the following fields mandatory for records that are only item-level requestable
    3. ArticleRequestsMandatoryFieldsRecordOnly make the following fields mandatory for records that are only record-level requestable
  4. Next, you will want to go into your circulation and fine rules matrix and select each rule that you want to allow requests.
  5. You can allow requests to be made at the record level, item level, (Yes which means both), and no (none).
  6. Now you can place requests on both the staff client and OPAC.

More System Preferences

We covered the basics above for setting up article requests, but there are a few others to consider when working on your library's specific workflow:

  1. ArticleRequestsSupportedFormats: This system preference determines the various formats patrons can request their articles in (either photocopy or scan). We will talk about the SCAN option in the next section.
  2. ArticleRequestsLinkControl: This system preference tells Koha to either always show the option to place an article request link or use an algorithm to show or hide.

Format Options

By default, Koha has PHOTOCOPY as the only format option, however, there is also the option to add an option for SCAN. If a library is looking to scan the article requests and have a URL to direct that patron, to access this article, this is a great alternative.

If there are both options for the patron to pick from, by default, the first value in the system preference will be the default option.

If a patron uses the SCAN format when placing the article request, the staff will be able to add an URL to the article request which then can be sent to the patron in the notice!

Notices

With this feature, many notices are included! Any notice can be edited to fit the library's workflow.
  1. AR_CANCELED: This notice is sent to the patron when an article request is canceled by staff.
  2. AR_COMPLETED**: This notice is sent to the patron when an article request is marked as completed by staff.
  3. AR_PENDING: This notice is sent to the patron when an article request is changed to ‘pending’ status
  4. AR_PROCESSING: This notice is sent to the patron when an article request is marked as being processed by staff.
  5. AR_REQUESTED: This notice is sent to the patron when an article request has been made in order to confirm the request.
  6. AR_SLIP: Used to print a slip for an article request
The slip or receipt can be printed manually when managing article requests from the staff interface.

Get there: Circulation > Article requests > Actions > Print slip
A library could add the URL to the notice that gets sent to the patron when the article request has been completed.


Processing Article Requests

  1. Once the article request has been placed, staff will see new requests at the bottom of the home page on the staff client. (In the same location as tags, purchase suggestions, comments and modifications).
  2. From there staff will be able to select requests to process.
  3. The first step would be for a staff member to process the request, which moves the request to the processing tab and alerts other staff members that the request is in process.
  4. Next staff will go to the shelf and make a copy of the requested article.
  5. Once that is complete, staff can print the Article request slip (this can be customized in notices and slips) and staple or paper clip it to the article.
  6. Alternatively, the staff could scan it and upload it to a file that can be shared via an URL to the patron.
  7. Finally staff will select the complete article request which will send a notice to the patron who made the request letting them know the request is ready for pickup.
  8. This removes the article request from the processing tab.
  9. From the patron's notices, any article notices can be found here once sent to the patron.
    • Related Articles

    • Holds in Koha

      This article discusses the holds lifecycle, including system settings, placing, filling, and modifying holds, holds-related notices, working with hold logs, and more. We encourage you to use the Table of Contents to jump to a specific section or ...
    • Circulation and Fine Rule Matrix

      Koha reads the circulation matrix from the top to the bottom. The bottom rule is usually (and recommended) to have what is called an ALL/ALL rule. This rule will capture any combination of patron category/item type that does not have its own specific ...
    • Data availability via Template Toolkit per notice/slip

      Each notice and slip in Koha has limited access to data for inclusion. Generally, this is logical: an issue slip can include patron and item information, but cannot include data about unrelated holds. But not all cases are that straightforward. ...
    • Koha to Koha ILL

      This articles walks through the steps of setting up a Koha to Koha interlibrary loan instance. The ILL (Interlibrary loans) module adds the ability to request and manage loans or copies of material. Patrons can submit a request via the OPAC from the ...
    • Koha Item Status Reports

      In another article, there was a discussion of a variety of item statuses and how their behavior can be customized in Koha. That article covered everything that is a “status” in Koha: Withdrawn, Lost, Damaged, Restricted, and Not For Loan. However, ...