[% USE Koha %] [% USE KohaDates %] [% INCLUDE 'doc-head-open.inc' %] Koha › Web installer › Add a patron category [%# The following if statement checks if the categories variable handed to this template %] [%# by onboarding.pl has data in it. If the categories variable does have data %] [%# in it this means that the user has previously imported sample patron category %] [%# data and so we do not need to show them the create patron category screen 1, %] [%#instead we can display a screen with ubtton redirecting the user to step 3 %] [% IF (categories && categories.count > 1 ) %] [% END %] [% INCLUDE 'installer-doc-head-close.inc' %] [% INCLUDE 'validator-strings.inc' %] [% INCLUDE 'installer-strings.inc' %]

Koha

Web installer › Create a patron category

[% INCLUDE 'onboarding_messages.inc' %]

The patron category you create will be used by the administrator account.

  1. Required
  2. Required
  3. Category type: Staff
  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.
  5. Enrolment period:
    1. Choose one
    2. [% IF category.enrolmentperiod %] [% ELSE %] [% END %]
    3. [% INCLUDE 'date-format.inc' dateformat = Koha.Preference('dateformat') %]

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

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