From 95edb068ed8c28520953000dec73983ea9cf0c6b Mon Sep 17 00:00:00 2001 From: Nicole C. Engard Date: Fri, 7 Oct 2011 14:04:43 -0400 Subject: [PATCH] Bug 6966 add missing routing lists help This patch adds the missing routing list help file to the serials folder. --- .../prog/en/modules/help/serials/routing.tt | 21 ++++++++++++++++++++ 1 files changed, 21 insertions(+), 0 deletions(-) create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/serials/routing.tt diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/serials/routing.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/serials/routing.tt new file mode 100644 index 0000000..7faf405 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/serials/routing.tt @@ -0,0 +1,21 @@ +[% INCLUDE 'help-top.inc' %] + +

Routing Lists

+ +

A routing list is a list of people who receive the serial before it goes to the shelf. When setting up your serial subscription you want to be sure to pick 'Routing List' from the 'Patron Notification' pull down.

+ +

When on the subscription page you will see a link to the left that reads 'Create Routing List.'

+ +

Clicking that link will bring you to the menu to add a new routing list.

+ +

From here you want to click 'Add recipients' in order to add people to the routing list. In the menu that appears you can filter patrons by part of their name, their library and/or patron category.

+ +

Clicking 'Add' to the right of each name will add them to the routing list. When you have chosen all of the people for the list, click the 'Close' link to be redirected to the routing list.

+ +

If the list looks the way you expect it to, then click 'Save'. Next you will be brought to a preview of the routing list. To print the list click 'Save and preview routing slip.' This will open a printable version of the list.

+ +

If RoutingListAddReserves is set to on then patrons listed in the routing list will automatically be added to the holds list for the issue.

+ +

See the full documentation for Routing Lists in the manual (online).

+ +[% INCLUDE 'help-bottom.inc' %] \ No newline at end of file -- 1.7.2.3