[% INCLUDE 'doc-head-open.inc' %] Koha › Administration › Authorized values [% IF op == 'add_form' %] [% IF ( action_modify ) %] › Modify authorized value[% END %] [% IF ( action_add_value ) %] › New authorized value[% END %] [% IF ( action_add_category ) %] › New category[% END %] [% END %] [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'datatables.inc' %] [% IF op == 'list' %] [% END %] [% INCLUDE 'header.inc' %] [% INCLUDE 'cat-search.inc' %]
[% IF op == 'add_form' %]

[% IF ( action_modify ) %]Modify authorized value[% END %] [% IF ( action_add_value ) %]New authorized value[% END %] [% IF ( action_add_category ) %]New category[% END %]

[% IF ( action_modify ) %]
NOTE: If you change an authorized value code, existing records using it won't be updated. Changes to value descriptions will show immediately.
[% END %]
  1. [% IF ( action_add_category ) %] [% ELSE %]Category [% category %] [% END %]
  2. [% IF ( action_modify ) %][% END %] [% IF ( action_add_category ) %] [% ELSE %] [% END %]
  3. Select 'All libraries' if this authorized value must be displayed all the time. Otherwise select libraries you want to associate with this value.
Choose an icon:

[% FOREACH imageset IN imagesets %]
    [% FOREACH image IN imageset.images %]
  • [% END %]

[% END %]
Cancel
[% END %] [% IF op == 'list' %]

Authorized values

NOTE: If you change an authorized value code, existing records using it won't be updated. Changes to value descriptions will show immediately.
[% FOR m IN messages %]
[% SWITCH m.code %] [% CASE 'error_on_update' %] An error occurred when updating this authorized value. Perhaps the value already exists. [% CASE 'error_on_insert' %] An error occurred when inserting this authorized value. Perhaps the value or the category already exists. [% CASE 'error_on_delete' %] An error occurred when deleting this authorized value. Check the logs. [% CASE 'success_on_update' %] Authorized value updated successfully. [% CASE 'success_on_insert' %] Authorized value added successfully. [% CASE 'success_on_delete' %] Authorized value deleted successfully. [% CASE 'already_exists' %] This authorized value already exists. [% CASE %] [% m.code %] [% END %]
[% END %]
[% IF ( category == 'Bsort1' ) %]

An authorized value attached to patrons, that can be used for stats purposes

[% END %] [% IF ( category == 'Bsort2' ) %]

An authorized value attached to patrons, that can be used for stats purposes

[% END %] [% IF ( category == 'Asort1' ) %]

An authorized value attached to acquisitions, that can be used for stats purposes

[% END %] [% IF ( category == 'Asort2' ) %]

An authorized value attached to acquisitions, that can be used for stats purposes

[% END %] [% IF ( category == 'SUGGEST' ) %]

Reasons to reject or accept patron suggestions

[% END %] [% IF ( category == 'DAMAGED' ) %]

Statuses to describe a damaged item

[% END %] [% IF ( category == 'LOST' ) %]

Statuses to describe a lost item

[% END %] [% IF ( category == 'MANUAL_INV' ) %]

Additional values for manual invoice types

[% END %] [% IF ( category == 'BOR_NOTES' ) %]

Values for custom patron notes

[% END %] [% IF ( category == 'LOC' ) %]

Values for shelving locations

[% END %] [% IF ( category == 'CCODE' ) %]

Values for collection codes

[% END %] [% IF ( category == 'NOT_LOAN' ) %]

Statuses to describe why an item is not for loan

[% END %]

Authorized values for category [% category %]:

[% IF ( loop ) %]
[% END %] [% IF ( loop ) %] [% FOREACH loo IN loop %] [% UNLESS ( loop.odd ) %] [% ELSE %] [% END %] [% END %]
Authorized value Description Description (OPAC) Icon Branches limitations Edit Delete
[% loo.authorised_value %] [% loo.lib %] [% loo.lib_opac %] [% IF ( loo.imageurl ) %][% ELSE %] [% END %] [% IF loo.branches.size > 0 %] [% branches_str = "" %] [% FOREACH branch IN loo.branches %] [% branches_str = branches_str _ " " _ branch.branchname _ "(" _ branch.branchcode _ ")" %] [% END %] [% IF loo.branches.size > 1 %] [% loo.branches.size %] branches limitations [% ELSE %] [% loo.branches.size %] branch limitation [% END %] [% ELSE %] No limitation [% END %] Edit Delete
[% ELSE %]
There are no authorized values defined for [% category %]
[% END %] [% IF ( isprevpage ) %]
[% END %] [% END %]
[% INCLUDE 'admin-menu.inc' %]
[% INCLUDE 'intranet-bottom.inc' %]