[% 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 %]
[% FOREACH tabl IN table %] [% UNLESS ( loop.odd ) %] [% ELSE %] [% END %] [% END %]
 DelayFirst letterRestrict
[% tabl.line %] [% IF ( tabl.noletter ) %] [% ELSE %] [% END %] [% IF ( tabl.debarred1 ) %] [% ELSE %] [% END %]
[% FOREACH tabl IN table %] [% UNLESS ( loop.odd ) %] [% ELSE %] [% END %] [% END %]
 DelaySecond letterRestrict
[% tabl.line %] [% IF ( tabl.noletter ) %] [% ELSE %] [% END %] [% IF ( tabl.debarred2 ) %] [% ELSE %] [% END %]
[% FOREACH tabl IN table %] [% UNLESS ( loop.odd ) %] [% ELSE %] [% END %] [% END %]
 DelayThird letterRestrict
[% tabl.line %] [% IF ( tabl.noletter ) %] [% ELSE %] [% END %] [% IF ( tabl.debarred3 ) %] [% ELSE %] [% 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' %]