[% USE Koha %] [% USE KohaDates %] [% USE Price %] [% INCLUDE 'doc-head-open.inc' %] Add a patron category [% INCLUDE 'installer-doc-head-close.inc' %] [% INCLUDE 'calendar.inc' %] [% INCLUDE 'js_includes.inc' %] [% INCLUDE 'datatables.inc' %] [% IF (categories && categories.count > 1 ) %] [% ELSIF (op == "add_validate_category") %]

Koha Welcome to Koha

[% IF message != "error_on_insert" %]

New patron category

Success: patron category created!

To add another patron category and for more settings
go to:
More -> Administration -> Patron categories

Next up:
[% ELSE %]
Message is [% message %]

Failed

Patron category was not successfully created.
Please try again or contact your system administrator.

[% END %] [% ELSE %]

Koha Welcome to Koha

Create a new patron category

The patron category you create in this form is going to be the one which the new administrator patron account will have.

  1. Required
  2. Required
  3. Required
  4. Controls how long a patrons checkout history is kept for new patrons of this category. "Never" anonymizes checkouts on return, and "Forever" keeps a patron's checkout history indefinitely. When set to "Default", the amount of history kept is controlled by the cronjob batch_anonymise.pl which should be set up by your system administrator.

Enrolment period:
Choose one
  1. months

[% END %] [% INCLUDE 'intranet-bottom.inc' %]