@@ -, +, @@ --- .../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 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/discharge.tt +++ a/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' %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/moremember.tt +++ a/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.

--