[% USE raw %] [% USE Asset %] [% USE Koha %] [% USE Branches %] [% PROCESS 'i18n.inc' %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] Overdue notice/status triggers › Tools › Koha [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'header.inc' %] [% INCLUDE 'cat-search.inc' %]

Defining [% IF ( branch ) %]overdue actions for [% Branches.GetName( branch ) | html %][% ELSE %]default overdue actions[% END %]

Delay is the number of days after a checkout is due before an action is triggered.

If you want Koha to trigger an action (send a letter or restrict a member), a delay value is required.

Columns must be filled left to right: if the first column is blank, other columns will be ignored.

[% IF ( ERROR ) %]

Data error

The following errors were found. Please correct them and submit again:

    [% IF ( ERRORDELAY ) %]
  • Delay [% ERRORDELAY | html %] for [% BORERR | html %] patron category has some unexpected characters. There should be only numerical characters.
  • [% END %] [% IF ( ERRORUSELESSDELAY ) %]
  • No letter or restriction action specified for delay [% ERRORUSELESSDELAY | html %] for [% BORERR | html %] patron category. If a delay is supplied, either a letter, restrict action, or both should be specified.
  • [% END %] [% IF ( ERRORORDER ) %]
  • The first notice's delay should be less than the second, which should be less than the third for the [% BORERR | html %] patron category
  • [% END %]
[% END %] [% IF ( table ) %]

Rules for overdue actions: [% IF ( branch ) %][% Branches.GetName( branch ) | html %][% ELSE %] default library [% END %]

[% IF ( datasaved ) %]
Changes saved.
[% END %]
[% FOR tab IN tabs %]
[% FOREACH mtt IN message_transport_types %] [% NEXT IF mtt == 'itiva' AND !Koha.Preference('TalkingTechItivaPhoneNotification') %] [% NEXT IF mtt == 'phone' AND !Koha.Preference('PhoneNotification') %] [% END %] [% FOREACH value IN tab.values %] [% FOREACH mtt IN value.message_transport_types %] [% NEXT IF mtt.value == 'itiva' AND !Koha.Preference('TalkingTechItivaPhoneNotification') %] [% NEXT IF mtt.value == 'phone' AND !Koha.Preference('PhoneNotification') %] [% END # /FOREACH mtt %] [% END # /FOREACH value %]
  Delay Letter Restrict [% SWITCH mtt %] [% CASE 'email' %]Email [% CASE 'print' %][% tp('Message transport type', 'Print') | html %] [% CASE 'sms' %]SMS [% CASE 'feed' %]Feed [% CASE 'itiva' %]Phone (i-tiva) [% CASE 'phone' %]Phone [% CASE %][% mtt | html %] [% END %]
[% value.line | html %] [% IF ( value.debarred ) %] [% ELSE %] [% END %] [% IF mtt.selected %] [% ELSE %] [% IF mtt.value == "sms" and not Koha.Preference("SMSSendDriver") %] [% ELSE %] [% END %] [% END %]
[% END # /FOR tabs %]
[% ELSE %]
You don't have patron categories defined, or the patron categories are not set to receive overdue notices.
If this is not what you were expecting, go to patron categories

[% END %]
[% MACRO jsinclude BLOCK %] [% Asset.js("js/tools-menu.js") | $raw %] [% END %] [% INCLUDE 'intranet-bottom.inc' %]