[% USE Koha %] [% INCLUDE 'doc-head-open.inc' %] Koha › Tools › Notice triggers [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'header.inc' %] [% INCLUDE 'cat-search.inc' %]

Defining [% IF ( branch ) %]overdue actions for [% branch %][% ELSE %]default overdue actions[% END %]

Delay is the number of days after an 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 %] for [% BORERR %] patron category has some unexpected characters. There should be only numerical characters.
  • [% END %] [% IF ( ERRORUSELESSDELAY ) %]
  • No letter or restriction action specified for delay [% ERRORUSELESSDELAY %] for [% BORERR %] 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 %] patron category
  • [% END %]
[% END %] [% IF ( table ) %]

Rules for overdue actions: [% IF ( branch ) %][% branch %][% ELSE %] default library [% END %]

[% IF ( datasaved ) %]
INPUT SAVED
[% END %]
    [% FOR tab IN tabs %]
  • [% END %]
[% FOR tab IN tabs %]
[% FOREACH mtt IN message_transport_types %] [% END %] [% FOREACH value IN tab.values %] [% FOREACH mtt IN value.message_transport_types %] [% END %] [% END %]
  Delay Letter Restrict [% SWITCH mtt %] [% CASE 'email' %] Email [% CASE 'print' %] Print [% CASE 'sms' %] SMS [% CASE 'feed' %] Feed [% CASE 'phone' %] Phone [% CASE %] [% mtt %] [% END %]
[% value.line %] [% IF ( value.noletter ) %] [% ELSE %] [% END %] [% IF ( value.debarred ) %] [% ELSE %] [% END %] [% IF mtt.selected %] [% ELSE %] [% IF mtt.value == "sms" and not Koha.Preference("SMSSendDriver") %] [% ELSIF mtt.value == "phone" and not Koha.Preference("TalkingTechItivaPhoneNotification") %] [% ELSE %] [% END %] [% END %]
[% END %]
[% 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 %]
[% INCLUDE 'tools-menu.inc' %]
[% INCLUDE 'intranet-bottom.inc' %]