View | Details | Raw Unified | Return to bug 33390
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/cataloguing.pref (-1 / +1 lines)
Lines 119-125 Cataloging: Link Here
119
            - When items are created, give them the temporary location of
119
            - When items are created, give them the temporary location of
120
            - pref: NewItemsDefaultLocation
120
            - pref: NewItemsDefaultLocation
121
              class: short
121
              class: short
122
            - (should be a location code, or blank to disable).
122
            - (should be a <a href="/cgi-bin/koha/admin/authorised_values.pl?searchfield=LOC">location code</a>, or blank to disable).
123
        -
123
        -
124
            - pref: z3950NormalizeAuthor
124
            - pref: z3950NormalizeAuthor
125
              choices:
125
              choices:
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref (-12 / +14 lines)
Lines 437-443 Circulation: Link Here
437
                  0: "don't ask"
437
                  0: "don't ask"
438
            - "for confirmation."
438
            - "for confirmation."
439
        -
439
        -
440
            - By default, set the LOST value of an item to
440
            - By default, set the <a href="/cgi-bin/koha/admin/authorised_values.pl?searchfield=LOST">LOST</a> value of an item to
441
            - pref: DefaultLongOverdueLostValue
441
            - pref: DefaultLongOverdueLostValue
442
              class: integer
442
              class: integer
443
            - when the item has been overdue for more than
443
            - when the item has been overdue for more than
Lines 445-465 Circulation: Link Here
445
              class: integer
445
              class: integer
446
            - days.
446
            - days.
447
            - <br>WARNING — These preferences will activate the automatic item loss process. Leave these fields empty if you don't want to activate this feature.
447
            - <br>WARNING — These preferences will activate the automatic item loss process. Leave these fields empty if you don't want to activate this feature.
448
            - "<br>Example: [1] [30] Sets an item to the LOST value 1 when it has been overdue for more than 30 days."
448
            - "<br>Example: [1] [30] Sets an item to the <a href='/cgi-bin/koha/admin/authorised_values.pl?searchfield=LOST'>LOST</a> value 1 when it has been overdue for more than 30 days."
449
            - <br>(Used when the longoverdue.pl script is called without the --lost parameter)
449
            - <br>(Used when the longoverdue.pl script is called without the --lost parameter)
450
            - "<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/longoverdue.pl</code> cronjob. Ask your system administrator to schedule it."
450
            - "<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/longoverdue.pl</code> cronjob. Ask your system administrator to schedule it."
451
        -
451
        -
452
            - "Charge a lost item to the patron's account when the LOST value of the item changes to:"
452
            - "Charge a lost item to the patron's account when the <a href='/cgi-bin/koha/admin/authorised_values.pl?searchfield=LOST'>LOST</a> value of the item changes to:"
453
            - pref: DefaultLongOverdueChargeValue
453
            - pref: DefaultLongOverdueChargeValue
454
              class: integer
454
              class: integer
455
            - <br>Leave this field empty if you don't want to charge the patron for lost items.
455
            - <br>Leave this field empty if you don't want to charge the patron for lost items.
456
            - <br>(Used when the longoverdue.pl script is called without the --charge parameter)
456
            - <br>(Used when the longoverdue.pl script is called without the --charge parameter)
457
            - "<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/longoverdue.pl</code> cronjob. Ask your system administrator to schedule it."
457
            - "<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/longoverdue.pl</code> cronjob. Ask your system administrator to schedule it."
458
        -
458
        -
459
            - When using the automatic item loss process, skip items with lost values matching any of
459
            - When using the automatic item loss process, skip items with <a href="/cgi-bin/koha/admin/authorised_values.pl?searchfield=LOST">LOST</a> values matching any of
460
            - pref: DefaultLongOverdueSkipLostStatuses
460
            - pref: DefaultLongOverdueSkipLostStatuses
461
            - "."
461
            - "."
462
            - <br>Leave this field empty if you don't want to skip any lost statuses.
462
            - <br>Leave this field empty if you don't want to skip any <a href="/cgi-bin/koha/admin/authorised_values.pl?searchfield=LOST">LOST</a> statuses.
463
            - <br>Set to a list of comma separated values, e.g. <em>5,6,7</em>.
463
            - <br>Set to a list of comma separated values, e.g. <em>5,6,7</em>.
464
        -
464
        -
465
            - "When issuing an item that has been marked as lost, "
465
            - "When issuing an item that has been marked as lost, "
Lines 558-565 Circulation: Link Here
558
            - "<br />Can name any field in the items table followed by a colon then a space then"
558
            - "<br />Can name any field in the items table followed by a colon then a space then"
559
            - "a bracketed list of values separated by commas."
559
            - "a bracketed list of values separated by commas."
560
            - "For example:"
560
            - "For example:"
561
            - "<br />ccode: [NEWFIC,NULL,DVD]"
561
            - "<br />ccode: [NEWFIC,NULL,DVD] <a href='/cgi-bin/koha/admin/authorised_values.pl?searchfield=CCODE'>Collection codes</a>"
562
            - "<br />itype: [NEWBK,\"\"]"
562
            - "<br />itype: [NEWBK,\"\"] <a href='/cgi-bin/koha/admin/itemtypes.pl'>Item types</a>"
563
            - "<br /> <strong>NOTE:</strong> The word 'NULL' can be used to block renewal on undefined fields, while an empty string \"\" will block on an empty (but defined) field."
563
            - "<br /> <strong>NOTE:</strong> The word 'NULL' can be used to block renewal on undefined fields, while an empty string \"\" will block on an empty (but defined) field."
564
        -
564
        -
565
            - pref: UpdateNotForLoanStatusOnCheckout
565
            - pref: UpdateNotForLoanStatusOnCheckout
Lines 577-587 Circulation: Link Here
577
                  0: "Don't trap"
577
                  0: "Don't trap"
578
            - items that are not for loan but holdable ( notforloan < 0 ) to fill holds.
578
            - items that are not for loan but holdable ( notforloan < 0 ) to fill holds.
579
        -
579
        -
580
            - Never trap items with 'not for loan' values of
580
            - Never trap items with <a href="/cgi-bin/koha/admin/authorised_values.pl?searchfield=NOT_LOAN">'not for loan'</a> values of
581
            - pref: SkipHoldTrapOnNotForLoanValue
581
            - pref: SkipHoldTrapOnNotForLoanValue
582
              class: integer
582
              class: integer
583
            - to fill holds.
583
            - to fill holds.
584
            - "(list of not for loan values separated with a pipe '|')"
584
            - "(list of <a href='/cgi-bin/koha/admin/authorised_values.pl?searchfield=NOT_LOAN'>not for loan</a> values separated with a pipe '|')"
585
        -
585
        -
586
            - pref: HoldsAutoFill
586
            - pref: HoldsAutoFill
587
              choices:
587
              choices:
Lines 632-637 Circulation: Link Here
632
              syntax: text/x-yaml
632
              syntax: text/x-yaml
633
              class: code
633
              class: code
634
            - "This is a list of value pairs. The first value is followed immediately by colon space then the second value.<br/><br/>"
634
            - "This is a list of value pairs. The first value is followed immediately by colon space then the second value.<br/><br/>"
635
            - <a href="/cgi-bin/koha/admin/authorised_values.pl?searchfield=LOC">Location codes</a><br/><br/>
635
            - "Examples:<br/>"
636
            - "Examples:<br/>"
636
            - "PROC: FIC - causes an item in the Processing Center location to be updated into the Fiction location on check in.<br/>"
637
            - "PROC: FIC - causes an item in the Processing Center location to be updated into the Fiction location on check in.<br/>"
637
            - "FIC: GEN - causes an item in the Fiction location to be updated into the General stacks location on check in.<br/>"
638
            - "FIC: GEN - causes an item in the Fiction location to be updated into the General stacks location on check in.<br/>"
Lines 651-657 Circulation: Link Here
651
            - This is a list of value pairs. When an item is checked in, if the not for loan value on the left matches the items not for loan value
652
            - This is a list of value pairs. When an item is checked in, if the not for loan value on the left matches the items not for loan value
652
            - "it will be updated to the right-hand value. For example, '-1: 0' will cause an item that was set to 'Ordered' to now be available for loan."
653
            - "it will be updated to the right-hand value. For example, '-1: 0' will cause an item that was set to 'Ordered' to now be available for loan."
653
            - "Can be used for showing only the not for loan description. E.g. '-1: ONLYMESSAGE'."
654
            - "Can be used for showing only the not for loan description. E.g. '-1: ONLYMESSAGE'."
654
            - Each pair of values should be on a separate line.
655
            - "Each pair of values should be on a separate line.<br/>"
656
            - <a href="/cgi-bin/koha/admin/authorised_values.pl?searchfield=NOT_LOAN">Not for loan values</a>
655
        -
657
        -
656
            - pref: HidePersonalPatronDetailOnCirculation
658
            - pref: HidePersonalPatronDetailOnCirculation
657
              choices:
659
              choices:
Lines 956-963 Circulation: Link Here
956
                  allow_and_notify: "Allow to mark items as lost and notify the patron"
958
                  allow_and_notify: "Allow to mark items as lost and notify the patron"
957
            - from the 'Holds to pull' page. Values to be applied must be defined in <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=UpdateItemWhenLostFromHoldList">UpdateItemWhenLostFromHoldList</a>.
959
            - from the 'Holds to pull' page. Values to be applied must be defined in <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=UpdateItemWhenLostFromHoldList">UpdateItemWhenLostFromHoldList</a>.
958
        -
960
        -
959
            - A list of values to update an item's values with when it is marked as lost from the 'Holds to pull' page.
961
            - A list of values to update an item's values with when it is marked as <a href="/cgi-bin/koha/admin/authorised_values.pl?searchfield=LOST">LOST</a> from the 'Holds to pull' page.
960
            - 'Example: "itemlost: 1" to set items.itemlost to 1 when the item is marked as lost. (Requires <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=CanMarkHoldsToPullAsLost">CanMarkHoldsToPullAsLost</a>)'
962
            - 'Example: "itemlost: 1" to set items.itemlost to 1 when the item is marked as <a href="/cgi-bin/koha/admin/authorised_values.pl?searchfield=LOST">LOST</a>. (Requires <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=CanMarkHoldsToPullAsLost">CanMarkHoldsToPullAsLost</a>)'
961
            - pref: UpdateItemWhenLostFromHoldList
963
            - pref: UpdateItemWhenLostFromHoldList
962
              type: textarea
964
              type: textarea
963
              syntax: text/x-yaml
965
              syntax: text/x-yaml
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref (-2 / +1 lines)
Lines 317-323 OPAC: Link Here
317
                  footer: "only footer"
317
                  footer: "only footer"
318
            - "."
318
            - "."
319
        -
319
        -
320
            - "List the following not for loan statuses as available for reference in OPAC search results:"
320
            - "List the following <a href='/cgi-bin/koha/admin/authorised_values.pl?searchfield=NOT_LOAN'>not for loan</a> statuses as available for reference in OPAC search results:"
321
            - pref: Reference_NFL_Statuses
321
            - pref: Reference_NFL_Statuses
322
            - "(Use | as delimiter.)"
322
            - "(Use | as delimiter.)"
323
        -
323
        -
324
- 

Return to bug 33390