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 125-131 Cataloging: Link Here
125
            - When items are created, give them the temporary location of
125
            - When items are created, give them the temporary location of
126
            - pref: NewItemsDefaultLocation
126
            - pref: NewItemsDefaultLocation
127
              class: short
127
              class: short
128
            - (should be a location code, or blank to disable).
128
            - (should be a <a href="/cgi-bin/koha/admin/authorised_values.pl?searchfield=LOC">location code</a>, or blank to disable).
129
        -
129
        -
130
            - pref: z3950NormalizeAuthor
130
            - pref: z3950NormalizeAuthor
131
              choices:
131
              choices:
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref (-20 / +18 lines)
Lines 419-425 Circulation: Link Here
419
                  0: "don't ask"
419
                  0: "don't ask"
420
            - "for confirmation."
420
            - "for confirmation."
421
        -
421
        -
422
            - By default, set the LOST value of an item to
422
            - By default, set the <a href="/cgi-bin/koha/admin/authorised_values.pl?searchfield=LOST">LOST</a> value of an item to
423
            - pref: DefaultLongOverdueLostValue
423
            - pref: DefaultLongOverdueLostValue
424
              choices: authval
424
              choices: authval
425
              source: LOST
425
              source: LOST
Lines 428-438 Circulation: Link Here
428
              class: integer
428
              class: integer
429
            - days.
429
            - days.
430
            - <br>WARNING — These preferences will activate the automatic item loss process. Leave these fields empty if you don't want to activate this feature.
430
            - <br>WARNING — These preferences will activate the automatic item loss process. Leave these fields empty if you don't want to activate this feature.
431
            - "<br>Example: [1] [30] Sets an item to the LOST value 1 when it has been overdue for more than 30 days."
431
            - "<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."
432
            - <br>(Used when the longoverdue.pl script is called without the --lost parameter)
432
            - <br>(Used when the longoverdue.pl script is called without the --lost parameter)
433
            - "<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/longoverdue.pl</code> cronjob. Ask your system administrator to schedule it."
433
            - "<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/longoverdue.pl</code> cronjob. Ask your system administrator to schedule it."
434
        -
434
        -
435
            - "Charge a lost item to the patron's account when the LOST value of the item changes to:"
435
            - "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:"
436
            - pref: DefaultLongOverdueChargeValue
436
            - pref: DefaultLongOverdueChargeValue
437
              choices: authval
437
              choices: authval
438
              source: LOST
438
              source: LOST
Lines 440-449 Circulation: Link Here
440
            - <br>(Used when the longoverdue.pl script is called without the --charge parameter)
440
            - <br>(Used when the longoverdue.pl script is called without the --charge parameter)
441
            - "<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/longoverdue.pl</code> cronjob. Ask your system administrator to schedule it."
441
            - "<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/longoverdue.pl</code> cronjob. Ask your system administrator to schedule it."
442
        -
442
        -
443
            - When using the automatic item loss process, skip items with lost values matching any of
443
            - 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
444
            - pref: DefaultLongOverdueSkipLostStatuses
444
            - pref: DefaultLongOverdueSkipLostStatuses
445
            - "."
445
            - "."
446
            - <br>Leave this field empty if you don't want to skip any lost statuses.
446
            - <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.
447
            - <br>Set to a list of comma separated values, e.g. <em>5,6,7</em>.
447
            - <br>Set to a list of comma separated values, e.g. <em>5,6,7</em>.
448
        -
448
        -
449
            - "When issuing an item that has been marked as lost, "
449
            - "When issuing an item that has been marked as lost, "
Lines 542-550 Circulation: Link Here
542
            - "<br />Can name any field in the items table followed by a colon then a space then"
542
            - "<br />Can name any field in the items table followed by a colon then a space then"
543
            - "a bracketed list of values separated by commas."
543
            - "a bracketed list of values separated by commas."
544
            - "For example:"
544
            - "For example:"
545
            - "<br />ccode: [NEWFIC,null,DVD]"
545
            - "<br />ccode: [NEWFIC,NULL,DVD] <a href='/cgi-bin/koha/admin/authorised_values.pl?searchfield=CCODE'>Collection codes</a>"
546
            - "<br />itype: [NEWBK,\"\"]"
546
            - "<br />itype: [NEWBK,\"\"] <a href='/cgi-bin/koha/admin/itemtypes.pl'>Item types</a>"
547
            - "<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."
547
            - "<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."
548
        -
548
        -
549
            - pref: UpdateNotForLoanStatusOnCheckout
549
            - pref: UpdateNotForLoanStatusOnCheckout
550
              type: textarea
550
              type: textarea
Lines 561-571 Circulation: Link Here
561
                  0: "Don't trap"
561
                  0: "Don't trap"
562
            - items that are not for loan but holdable ( notforloan < 0 ) to fill holds.
562
            - items that are not for loan but holdable ( notforloan < 0 ) to fill holds.
563
        -
563
        -
564
            - Never trap items with 'not for loan' values of
564
            - Never trap items with <a href="/cgi-bin/koha/admin/authorised_values.pl?searchfield=NOT_LOAN">'not for loan'</a> values of
565
            - pref: SkipHoldTrapOnNotForLoanValue
565
            - pref: SkipHoldTrapOnNotForLoanValue
566
              class: integer
566
              class: integer
567
            - to fill holds.
567
            - to fill holds.
568
            - "(list of not for loan values separated with a pipe '|')"
568
            - "(list of <a href='/cgi-bin/koha/admin/authorised_values.pl?searchfield=NOT_LOAN'>not for loan</a> values separated with a pipe '|')"
569
        -
569
        -
570
            - pref: HoldsAutoFill
570
            - pref: HoldsAutoFill
571
              choices:
571
              choices:
Lines 616-621 Circulation: Link Here
616
              syntax: text/x-yaml
616
              syntax: text/x-yaml
617
              class: code
617
              class: code
618
            - "This is a list of value pairs. The first value is followed immediately by colon space then the second value.<br/><br/>"
618
            - "This is a list of value pairs. The first value is followed immediately by colon space then the second value.<br/><br/>"
619
            - <a href="/cgi-bin/koha/admin/authorised_values.pl?searchfield=LOC">Location codes</a><br/><br/>
619
            - "Examples:<br/>"
620
            - "Examples:<br/>"
620
            - "PROC: FIC - causes an item in the Processing Center location to be updated into the Fiction location on check in.<br/>"
621
            - "PROC: FIC - causes an item in the Processing Center location to be updated into the Fiction location on check in.<br/>"
621
            - "FIC: GEN - causes an item in the Fiction location to be updated into the General stacks location on check in.<br/>"
622
            - "FIC: GEN - causes an item in the Fiction location to be updated into the General stacks location on check in.<br/>"
Lines 632-645 Circulation: Link Here
632
              type: textarea
633
              type: textarea
633
              syntax: text/x-yaml
634
              syntax: text/x-yaml
634
              class: code
635
              class: code
635
            - "This is a list of item types and value pairs.<br/><br/>"
636
            - 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
636
            - "<strong>Examples:</strong><br/>"
637
            - "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."
637
            - "_ALL_:<br/>"
638
            - "Can be used for showing only the not for loan description. E.g. '-1: ONLYMESSAGE'."
638
            - "&nbsp-1: 0<br/><br/>"
639
            - "Each pair of values should be on a separate line.<br/>"
639
            - "CR:<br/>"
640
            - <a href="/cgi-bin/koha/admin/authorised_values.pl?searchfield=NOT_LOAN">Not for loan values</a>
640
            - "&nbsp1: 0<br/><br/>"
641
            - "When an item is checked in, if it's item type matches CR then when the value on the left (1) matches the items' not for loan value it will be updated to the value on the right.<br/><br/>The special term _ALL_ is used on the left side of the colon (:) to affect all item types, <strong>this does not override all other rules</strong><br/><br/>"
642
            - "Each item type needs to be defined on a separate line on the left side of the colon (:).<br/>Each pair of not for loan values, for that item type, should be listed on separate lines below the item type, each indented by a leading space<br/><br/>"
643
        -
641
        -
644
            - pref: HidePersonalPatronDetailOnCirculation
642
            - pref: HidePersonalPatronDetailOnCirculation
645
              choices:
643
              choices:
Lines 945-952 Circulation: Link Here
945
                  allow_and_notify: "Allow to mark items as lost and notify the patron"
943
                  allow_and_notify: "Allow to mark items as lost and notify the patron"
946
            - 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>.
944
            - 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>.
947
        -
945
        -
948
            - A list of values to update an item's values with when it is marked as lost from the 'Holds to pull' page.
946
            - 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.
949
            - '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>)'
947
            - '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>)'
950
            - pref: UpdateItemWhenLostFromHoldList
948
            - pref: UpdateItemWhenLostFromHoldList
951
              type: textarea
949
              type: textarea
952
              syntax: text/x-yaml
950
              syntax: text/x-yaml
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref (-2 / +1 lines)
Lines 324-330 OPAC: Link Here
324
                  footer: "only footer"
324
                  footer: "only footer"
325
            - "."
325
            - "."
326
        -
326
        -
327
            - "List the following not for loan statuses as available for reference in OPAC search results:"
327
            - "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:"
328
            - pref: Reference_NFL_Statuses
328
            - pref: Reference_NFL_Statuses
329
            - "(Use | as delimiter.)"
329
            - "(Use | as delimiter.)"
330
        -
330
        -
331
- 

Return to bug 33390