View | Details | Raw Unified | Return to bug 7936
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/suggestion/suggestion.tt (-11 / +14 lines)
Lines 2-34 Link Here
2
2
3
<h1>Purchase Suggestions</h1>
3
<h1>Purchase Suggestions</h1>
4
4
5
<p>Depending on your settings in the suggestion system preference, patrons may be able to make purchase suggestions via the OPAC. When a suggestion is waiting for library review, it will appear on the Acquisitions home page in the list of links on the left of the page.</p>
5
<p>Depending on your settings in your <em>suggestion</em> system preference, patrons may be able to make purchase suggestions via the OPAC. When a suggestion is waiting for library review, it will appear on the Acquisitions home page in the list of links on the left of the page.</p>
6
6
7
<p>Clicking 'Manage suggestions' will take you to the suggestion management tool. If there are no pending suggestions you can access the suggestion management tool by clicking the 'Manage suggestions' link on the menu on the left of the Acquisitions page.</p>
7
<p>It will also appear on the main staff dashboard under the Acquisitions label.</p>
8
8
9
<p>Your suggestions will be sorted into three categories: 'Accepted', 'Pending', and 'Rejected'. Each accepted or rejected suggestion will show the name of the librarian who managed the suggestion and the reason they gave for accepting or rejecting it (found under 'Status').</p>
9
<p>Clicking ‘Manage suggestions’ will take you to the suggestion management tool. If there are no pending suggestions you can access the suggestion management tool by clicking the ‘Manage suggestions’ link on the menu on the left of the Acquisitions page.</p>
10
11
<p>Your suggestions will be sorted into three categories: Accepted, Pending, and Rejected. Each accepted or rejected suggestion will show the name of the librarian who managed the suggestion and the reason they gave for accepting or rejecting it (found under ‘Status’).</p>
10
12
11
<p>For libraries with lots of suggestions, there are filters on the left hand side of the Manage Suggestions page to assist in limiting the number of titles displayed on the screen.</p>
13
<p>For libraries with lots of suggestions, there are filters on the left hand side of the Manage Suggestions page to assist in limiting the number of titles displayed on the screen.</p>
12
14
13
<p>Clicking on the blue headings will expand the filtering options and clicking '[clear]' will clear all filters and show all suggestions.</p>
15
<p>Clicking on the blue headings will expand the filtering options and clicking ‘[clear]‘ will clear all filters and show all suggestions.</p>
16
17
<p>When reviewing ‘Pending’ suggestions you can choose to check the box next to the item(s) you want to approve/reject and then choose the status and reason for your selection. You can also choose to completely delete the suggestion by checking the ‘Delete selected’ box.</p>
14
18
15
<p>When reviewing 'Pending' suggestions you can choose to check the box next to the item(s) you want to approve/reject and then choose the status and reason for your selection. You can also choose to completely delete the suggestion by checking the 'Delete selected' box.</p>
19
<p>Another option for libraries with long lists of suggestions is to approve or reject suggestions one by one by clicking on the title of the suggestion to open a summary of the suggestion, including information if the item was purchased.</p>
16
20
17
<p>Another option for libraries with long lists of suggestions is to approve or reject suggestions one by one by clicking on the title of the suggestion to open a suggestion editing page.</p>
21
<p>Clicking ‘edit’ to the right of the suggested title will open a suggestion editing page.</p>
18
22
19
<p>From this form you can make edits to the suggestion (adding more details or updating incorrect information provided by the patron). You can also choose to accept or reject the suggestion on an individual basis.</p>
23
<p>From this form you can make edits to the suggestion (adding more details or updating incorrect information provided by the patron). You can also choose to accept or reject the suggestion on an individual basis.</p>
20
24
21
<ul>
25
<ul>
22
    <li>Choosing to mark a request as 'Asked' will move the request back to the 'Pending' tab.</li>
26
<li>Choosing to mark a request as ‘Asked’ will move the request back to the ‘Pending’ tab.</li>
23
</ul>
27
</ul>
24
28
25
<p>Reasons for accepting and rejecting suggestions are defined by the SUGGEST authorized value.</p>
29
<p>Reasons for accepting and rejecting suggestions are defined by the SUGGEST authorized value.</p>
26
30
27
<p>If you choose 'Others...' as your reason you will be prompted to enter your reason in a text box. Clicking 'Cancel' to the right of the box will bring back the pull down menu with authorized reasons.</p>
31
<p>If you choose ‘Others…’ as your reason you will be prompted to enter your reason in a text box. Clicking ‘Cancel’ to the right of the box will bring back the pull down menu with authorized reasons.</p>
28
32
29
<p>Once you have clicked 'Submit' the suggestion will be moved to the matching tab. The status will also be updated on the patron's account in the OPAC and an email notice will be sent to the patron using the template that matches the status you have chosen.</p>
33
<p>Once you have clicked ‘Submit’ the suggestion will be moved to the matching tab. The status will also be updated on the patron’s account in the OPAC and an email notice will be sent to the patron using the template that matches the status you have chosen.</p>
30
34
31
<p><strong>See the full documentation for purchase suggestions in the <a href="http://manual.koha-community.org/3.6/en/managesuggest.html">manual</a> (online).</strong></p>
35
<p><strong>See the full documentation for Purchase Suggestions in the <a href="http://manual.koha-community.org/3.8/en/managesuggest.html">manual</a> (online).</strong></p>
32
36
33
[% INCLUDE 'help-bottom.inc' %]
37
[% INCLUDE 'help-bottom.inc' %]
34
38
35
- 

Return to bug 7936