From 838017b0782dd71ff8e6502acf48a5bf679a41f5 Mon Sep 17 00:00:00 2001 From: "Nicole C. Engard" Date: Tue, 23 Jun 2015 14:31:15 -0500 Subject: [PATCH] Bug 14424: Update Discharge Help for 3.20 This patch adds the missing discharge help file and updates the moremember file with info on discharges. To test: * Visit a patron * View and confirm help is right * Visit the discharge page on the patron * Confirm help file loads and is right Signed-off-by: Mark Tompsett Signed-off-by: Jonathan Druart --- .../prog/en/modules/help/members/discharge.tt | 21 +++++++++++++++++++++ .../prog/en/modules/help/members/moremember.tt | 16 ++++++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/members/discharge.tt diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/discharge.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/discharge.tt new file mode 100644 index 0000000..494b94c --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/discharge.tt @@ -0,0 +1,21 @@ +[% INCLUDE 'help-top.inc' %] + +

Patron discharges

+ +

A discharge is a certificate that says the patron has no current checkouts, no holds and owe no money. To enable this option on the patron record you need to set the useDischarge system preference to 'Allow'.

+ +

Note: In France a "quitus" ("discharge") is needed if you want to register for an account in a library or a university).

+ +

Note: Academic libraries often require that you have a clear record at the library before you can graduate.

+ +

To generate a discharge for a patron click the 'Discharge' tab on the left of the patron record

+ +

If the patron can have a discharge generated then it will have a button that says 'Generate discharge'

+ +

If not then you'll see an error explaining why you can't discharge the patron.

+ +

Once the letter is generated you will have a PDF to download

+ +

See the full documentation for the Patron discharges in the manual (online).

+ +[% INCLUDE 'help-bottom.inc' %] \ No newline at end of file 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 8884d76..c1700dc 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 @@ -70,6 +70,22 @@

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

+

Patron discharges

+ +

A discharge is a certificate that says the patron has no current checkouts, no holds and owe no money. To enable this option on the patron record you need to set the useDischarge system preference to 'Allow'.

+ +

Note: In France a "quitus" ("discharge") is needed if you want to register for an account in a library or a university).

+ +

Note: Academic libraries often require that you have a clear record at the library before you can graduate.

+ +

To generate a discharge for a patron click the 'Discharge' tab on the left of the patron record

+ +

If the patron can have a discharge generated then it will have a button that says 'Generate discharge'

+ +

If not then you'll see an error explaining why you can't discharge the patron.

+ +

Once the letter is generated you will have a PDF to download

+

Editing Patrons

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

-- 2.1.0