[% INCLUDE 'doc-head-open.inc' %] Koha › Tools › Automatic item modifications by age [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'header.inc' %] [% INCLUDE 'cat-search.inc' %]

Automatic item modifications by age

[% FOR message IN messages %] [% IF message.type == "error" %]
[% END %] [% IF message.code == "unable_to_load_configuration" %] An error occurs: Unable to load the configuration. [% END %]
[% END %] [% IF op == 'edit_form' %]

List of rules

[% FOR rule IN rules %] [% SET id = loop.count %]
Age
days
Conditions
[% FOR condition IN rule.conditions %]
=
[% END %]
Substitutions
[% FOR substitution IN rule.substitutions %]
=
[% END %]
Remove this rule
[% END %]
There is no rule defined.
Cancel

Add a new rule

Age
days
Conditions
=
Substitutions
=
Add this rule Remove this rule
[% ELSIF rules and op == 'show' %]

List of rules

[% FOR rule IN rules %]
Age
[% IF rule.age.defined and rule.age.length > 0 %] [% rule.age %] days [% ELSE %] There is no age for this rule. [% END %]
Conditions
[% FOR condition IN rule.conditions %] [% IF condition.field %]
[% condition.field %] = [% condition.value %]
[% ELSE %] There is no condition for this rule. [% END %] [% END %]
Substitutions
[% FOR substitution IN rule.substitutions %]
[% substitution.field %] = [% substitution.value %]
[% END %]
[% END %]
[% ELSE %] There is no rule defined. Please click on the edit button. [% END %]
[% INCLUDE 'tools-menu.inc' %]
[% INCLUDE 'intranet-bottom.inc' %]