@@ -, +, @@ --- .../prog/en/modules/help/suggestion/suggestion.tt | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/suggestion/suggestion.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/help/suggestion/suggestion.tt @@ -14,11 +14,21 @@

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.

+

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.

+ +

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.

+ + +

Reasons for accepting and rejecting suggestions are defined by the SUGGEST authorized value.

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.

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.

+

See the full documentation for Purchase Suggestions in the manual (online).

+ [% INCLUDE 'help-bottom.inc' %] --