From a51e86da8d13b1c008d5c98b92913e27eb2344d6 Mon Sep 17 00:00:00 2001 From: "Nicole C. Engard" Date: Tue, 13 May 2014 07:38:18 -0500 Subject: [PATCH] Bug 12244 - Update Patron help files for 3.16 This updates the patron help file and adds a missing help file. To test: * Go to a patron record * Click help and confirm text is correct * Go to patron's purchase suggestions * Click help and confirm that help file is there and correct http://bugs.koha-community.org/show_bug.cgi?id=12244 Signed-off-by: Bernardo Gonzalez Kriegel Both text are correct, link still points to 3.14 manual, but depends on a value that must change with new release. Signed-off-by: Jonathan Druart --- .../prog/en/modules/help/members/moremember.tt | 14 ++++++++++++++ .../prog/en/modules/help/members/purchase-suggestions.tt | 13 +++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/members/purchase-suggestions.tt diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/moremember.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/moremember.tt index 22f2646..8884d76 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/moremember.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/moremember.tt @@ -25,6 +25,12 @@

The patron's complete accounting history will appear on the Fines tab. Contrary to its name, the Fines tab does not just show fine data, it also shows membership fees, rental fees, reserve fees and any other charge you may have for patrons.

+

Routing Lists

+ +

A list of all of the serial routing lists the patron belongs to will be accessible via the 'Routing Lists' tab on the patron record.

+ +

On this tab you will be able to see and edit all of the routing lists that this patron is on.

+

Circulation History

The circulation history tab will appear if you have set the intranetreadinghistory preference to allow it to appear. If you have the OPACPrivacy system preference set to 'Allow' and the patron has decided that the library cannot keep this information this tab will only show currently checked out items.

@@ -56,6 +62,14 @@

All files that are uploaded will appear above a form where additional files can be uploaded from.

+

Purchase Suggestions

+ +

If the patron has made any purchase suggestions you will see a purchase suggestions tab on the patron record.

+ +

From here you can see all suggestions made by the patron and their status, you can also create a purchase suggestion on the patron's behalf by clicking the 'New purchase suggestion' button at the top.

+ +

Learn more about Purchase suggestions in the Acquisitions chapter of the manual.

+

Editing Patrons

Patrons in Koha can be edited using one of many edit buttons.

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/purchase-suggestions.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/purchase-suggestions.tt new file mode 100644 index 0000000..76e2da4 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/purchase-suggestions.tt @@ -0,0 +1,13 @@ +[% INCLUDE 'help-top.inc' %] + +

Patron's Purchase Suggestions

+ +

If the patron has made any purchase suggestions you will see a purchase suggestions tab on the patron record.

+ +

From here you can see all suggestions made by the patron and their status, you can also create a purchase suggestion on the patron's behalf by clicking the 'New purchase suggestion' button at the top.

+ +

Learn more about Purchase suggestions in the Acquisitions chapter of the manual.

+ +

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

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