Taiga 1274 (24976) Updated guided reports process
[kohadocs.git] / source / ILL_requests.rst
1 .. include:: images.rst
2
3 ILL requests / Interlibrary loans
4 ===================================
5
6 The ILL (Interlibrary loans) requests module adds the ability to request and manage loans or copies of material from external sources.  Patrons submit a request form via the OPAC for review and processing by library staff.  Alternatively staff can place requests themselves from the staff client.  
7
8 .. _setup-label:
9
10 Set up
11 -------------
12
13 Before using the ILL requests module you will want to make sure that you have completed all of the set up.
14
15 The ILL requests module can be configured for different types of requests and workflows known as backends.   Currently available backends are documented on the Koha community wiki at https://wiki.koha-community.org/wiki/ILL_backends.  You will need to configure at least one backend. 
16
17 Next, set your system preferences.  
18
19 -  Set the :ref:`ILLModule` preference to ‘Enable’.  
20
21 -  If you wish to include a copyright declaration in your ILL workflow you can this in the :ref:`ILLModuleCopyrightClearance` preference. 
22
23 Library staff responsible for ILL requests need the following permission set on their account: *ill: Create and modify Interlibrary loan requests*.
24
25 The ILL requests module uses system defined statuses.  You can add custom statuses to match your ILL workflow as ILLSTATUS :ref:`authorized values <authorized-values-label>`.
26
27 .. _create-ILL-requests-label:
28
29 Create ILL requests
30 ----------------------
31
32 -  *Get there:* More > ILL requests
33
34 |image1386|
35
36 -  Choose ‘New ILL request’ and then Freeform.
37
38     **Note**
39 The images shown here are for the FreeFrom backend only.
40
41 |image1387|
42
43 -  Enter a Type: Book, Article, Journal, Other.
44
45 -  In the next two sections enter as much as information as you can including chapter/article/part if applicable.
46
47 |image1388|
48
49 -  Add custom fields, for example if you wished to add a note.
50
51 -  Under the borrower options enter the library branch you would like the request to be sent to.
52
53 Click on ‘Create’ and you will be shown a Request details summary page.  Click on the ‘Confirm request’ button and you will see the following confirmation message:
54
55 |image1389|
56
57 Click ‘Confirm request’ again.  From the main ILL requests screen you can see all of your ILL requests and their status.  Alternatively you can click on ‘View requests’ at any time. The request will have the status ‘New request’. 
58
59 .. _managing-ILL-requests-label:
60
61 Managing ILL requests
62 ------------------------
63
64 Click on the ‘Manage request’ button in the final column. Depending on the current status of the request you may see some or all of the following buttons:
65
66 -  Edit request
67
68    -  you can edit the borrowernumber, biblionumber, branch and can add notes.
69 -  Confirm request
70
71    -  place the request with a document supply service using a backend such as BLDSS.
72 -  Place request with partners
73
74    -  place the request via email with a :ref:`partner library <place-request-with-partners-label>`
75 -  Delete
76
77    -  fully delete the request.  Details of deleted requests are not retained in Koha.
78 -  Revert request
79
80    -  following a status of ‘Requested’ or ‘Requested from partners’ library staff can cancel the request from the external source.  The status reverts to ‘New’
81 -  Mark completed
82
83    -  used when the ILL request has been fulfilled. 
84
85 -  The full list of ILL statuses are:
86
87    -  New request
88    -  Requested
89    -  Requested from partners 
90    -  Request reverted 
91    -  Cancellation requested – a patron has requested cancellation from the OPAC.
92    -  Completed
93
94 .. _place-request-with-partners-label:
95
96 Place request with partners
97 -----------------------------
98
99 If you have a network of partner libraries which permit ILL requests you can manage this through Koha.  First you need to create your partner library accounts:
100
101 -  You will need to set up a :ref:`patron category <patron-categories-label>` with the code ILLLIBS.
102
103 -  You will need to create a patron account with this category for each partner library.  
104
105 -  Each library must have an email address as this will be the mechanism for sending the inter-library loan request.
106
107 You can now use the 'Place request with partners' option when processing requests.