@@ -, +, @@ --- .../prog/en/modules/admin/smart-rules.tt | 18 +++++++++--------- .../prog/en/modules/help/admin/categorie.tt | 6 +++--- .../modules/help/admin/item_circulation_alerts.tt | 6 +++--- .../prog/en/modules/help/admin/smart-rules.tt | 22 +++++++++++----------- .../prog/en/modules/help/members/boraccount.tt | 4 ++-- 5 files changed, 28 insertions(+), 28 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt @@ -130,16 +130,16 @@ $(document).ready(function() {

The rules are applied from most specific to less specific, using the first found in this order:

-

To modify a rule, create a new one with the same patron type and item type.

+

To modify a rule, create a new one with the same patron category and item type.

--- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/categorie.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/categorie.tt @@ -2,14 +2,14 @@

Patron Categories

-

Patron categories allow you to organize your patrons into different roles, age groups, and patron types.

+

Patron categories allow you to organize your patrons into different roles, age groups, and patron categories.

Patrons are assigned to one of six main categories:

--- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/item_circulation_alerts.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/item_circulation_alerts.tt @@ -4,7 +4,7 @@

Libraries can decide if they want to have patrons automatically notified of circulation events (check ins and check outs).

-

These preferences are set based on patron types and item types.

+

These preferences are set based on patron categories and item types.

Important: These preference can be overwritten by changes in the individual patron's messaging preferences.

@@ -16,9 +16,9 @@
  • To set preferences for all libraries, keep the menu set to 'Default'
  • -
  • By default all item types and all patrons are notified of check ins and check outs. To change this, click on the item/patron type combination that you would like to stop notices for.
  • +
  • By default all item types and all patrons are notified of check ins and check outs. To change this, click on the item type/patron category combination that you would like to stop notices for.
  • See the full documentation for Item Circulation Alerts in the manual (online).

    -[% INCLUDE 'help-bottom.inc' %] +[% INCLUDE 'help-bottom.inc' %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/smart-rules.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/smart-rules.tt @@ -7,14 +7,14 @@

    The rules are applied from most specific to less specific, using the first found in this order:

    The CircControl and HomeOrHoldingBranch also come in to play when figuring out which circulation rule to follow.

    @@ -28,7 +28,7 @@

    If you are a single library system choose your branch name before creating rules (sometimes having only rules for the 'all libraries' option can cause issues with holds)

    -

    Important: At the very least you will need to set a default circulation rule. This rule should be set for all item types, all libraries and all patron categories. That will catch all instances that do not match a specific rule. When checking out if you do not have a rule for all libraries, all item types and all patron types then you may see patrons getting blocked from placing holds. You will also want a rule for your specific library set for all item types and all patron types to avoid this holds issue. Koha needs to know what rule to fall back on.

    +

    Important: At the very least you will need to set a default circulation rule. This rule should be set for all item types, all libraries and all patron categories. That will catch all instances that do not match a specific rule. When checking out if you do not have a rule for all libraries, all item types and all patron categories then you may see patrons getting blocked from placing holds. You will also want a rule for your specific library set for all item types and all patron categories to avoid this holds issue. Koha needs to know what rule to fall back on.

    Default Circulation Rules

    @@ -83,10 +83,10 @@
  • Don't allow: Will only allow patrons to choose next available
  • Force: Will only allow patrons to choose an specific item
  • -
  • Finally, if you charge a rental fee for the item type and want to give a specific patron type a discount on that fee, enter the percentage discount (without the % symbol) in the 'Rental Discount' field
  • +
  • Finally, if you charge a rental fee for the item type and want to give a specific patron category a discount on that fee, enter the percentage discount (without the % symbol) in the 'Rental Discount' field
  • -

    When finished, click 'Add' to save your changes. To modify a rule, create a new one with the same patron type and item type. If you would like to delete your rule, simply click the 'Delete' link to the right of the rule.

    +

    When finished, click 'Add' to save your changes. To modify a rule, create a new one with the same patron category and item type. If you would like to delete your rule, simply click the 'Delete' link to the right of the rule.

    To save time you can clone rules from one library to another by choosing the clone option above the rules matrix.

    --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/boraccount.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/boraccount.tt @@ -10,7 +10,7 @@ @@ -21,4 +21,4 @@

    See the full documentation for Patron Fines in the manual (online).

    -[% INCLUDE 'help-bottom.inc' %] +[% INCLUDE 'help-bottom.inc' %] --