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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/suggestion/suggestion.tt (-1 / +10 lines)
Lines 14-24 Link Here
14
14
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>
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>
16
16
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>
18
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>
20
21
<ul>
22
    <li>Choosing to mark a request as 'Asked' will move the request back to the 'Pending' tab.</li>
23
</ul>
24
17
<p>Reasons for accepting and rejecting suggestions are defined by the SUGGEST authorized value.</p>
25
<p>Reasons for accepting and rejecting suggestions are defined by the SUGGEST authorized value.</p>
18
26
19
<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>
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>
20
28
21
<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>
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>
22
30
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>
32
23
[% INCLUDE 'help-bottom.inc' %]
33
[% INCLUDE 'help-bottom.inc' %]
24
34
25
- 

Return to bug 6966