From 54bc93de2a06ed51bde424ab3122b33ba7fa1545 Mon Sep 17 00:00:00 2001 From: Nicole C. Engard Date: Wed, 31 Jul 2013 20:35:14 -0400 Subject: [PATCH] Bug 10671: Help files for course reserves This patch adds the missing help files for course reserves. To test: * visit every page related to course reserves in the staff client * click help in the top right * review the help file for typos/content/links --- .../en/modules/help/course_reserves/add_items.tt | 15 ++++++++++++++ .../modules/help/course_reserves/course-details.tt | 11 ++++++++++ .../prog/en/modules/help/course_reserves/course.tt | 19 ++++++++++++++++++ .../help/course_reserves/course_reserves.tt | 21 ++++++++++++++++++++ 4 files changed, 66 insertions(+), 0 deletions(-) create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/course_reserves/add_items.tt create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/course_reserves/course-details.tt create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/course_reserves/course.tt create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/course_reserves/course_reserves.tt diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/course_reserves/add_items.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/course_reserves/add_items.tt new file mode 100644 index 0000000..776eb0c --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/course_reserves/add_items.tt @@ -0,0 +1,15 @@ +[% INCLUDE 'help-top.inc' %] + +

Add/edit course items

+ +

Before adding reserve materials you will need at least one course to add them to. To add materials visit the Course Reserves module.

+ +

Click on the title of the course you would like to add materials to.

+ +

At the top of the course description click the 'Add reserves' button to add titles to this reserve list. You will be asked to enter the barcode for the reserve item.

+ +

After you are done scanning the barcodes to add to the course you can see them on the course page.

+ +

See the full documentation for adding items to Course reserves in the manual (online).

+ +[% INCLUDE 'help-bottom.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/course_reserves/course-details.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/course_reserves/course-details.tt new file mode 100644 index 0000000..23dfca0 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/course_reserves/course-details.tt @@ -0,0 +1,11 @@ +[% INCLUDE 'help-top.inc' %] + +

Course details

+ +

The course reserves module in Koha allows you to temporarily move items to 'reserve' and assign different circulation rules to these items while they are being used for a specific course.

+ +

The details page will show you the items you have on reserve for your course. From here you can add/remove items and edit the course.

+ +

See the full documentation for Course reserves in the manual (online).

+ +[% INCLUDE 'help-bottom.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/course_reserves/course.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/course_reserves/course.tt new file mode 100644 index 0000000..e5ff376 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/course_reserves/course.tt @@ -0,0 +1,19 @@ +[% INCLUDE 'help-top.inc' %] + +

Add/edit a course

+ +

Once you have completed your set up for Course Reserves you can start creating courses and adding titles to the reserve list.

+ +

From the main course reserves page you can add a new course by clicking the 'New course' button at the top left.

+ +

Your new course will need a Department, Number and Name at the bare minimum. You can also add in additional details like course section number and term. To link a instructor to this course simply start typing their name and Koha will search your patron database to find you the right person.

+ +

Once the instructor you want appears just click their name and they will be added. You can repeat this for all instructors on this course. Each instructor will appear above the search box and can be removed by clicking the 'Remove' link to the right of their name.

+ +

If you would like your course to show publicly you'll want to be sure to check the 'Enabled?' box before saving your new course.

+ +

Once your course is saved it will show on the main course reserves page and be searchable by any field in the course.

+ +

See the full documentation for adding Course reserves in the manual (online).

+ +[% INCLUDE 'help-bottom.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/course_reserves/course_reserves.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/course_reserves/course_reserves.tt new file mode 100644 index 0000000..9e8ab1c --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/course_reserves/course_reserves.tt @@ -0,0 +1,21 @@ +[% INCLUDE 'help-top.inc' %] + +

Course reserves

+ +

The course reserves module in Koha allows you to temporarily move items to 'reserve' and assign different circulation rules to these items while they are being used for a specific course.

+ +

Course Reserves Setup

+ +

Before using Course Reserves you will need to do some set up.

+ +

First you will need to enable course reserves by setting the UseCourseReserves preference to 'Use'.

+ +

Next you will need to have all of your course instructors added as patrons.

+ +

Next you will want to add a couple of new authorized values for Departments and Terms.

+ +

You may also want to create new item types, collection codes and/or shelving locations to make it clear that the items are on reserve to your patrons. You will also want to be sure to confirm that your circulation and fine rules are right for your new item types (whether they be hourly or daily loans).

+ +

See the full documentation for Course reserves in the manual (online).

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