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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref (-14 / +13 lines)
Lines 560-567 Circulation: Link Here
560
            - "For example:"
560
            - "For example:"
561
            - "<br />ccode: [NEWFIC,NULL,DVD]"
561
            - "<br />ccode: [NEWFIC,NULL,DVD]"
562
            - "<br />itype: [NEWBK,\"\"]"
562
            - "<br />itype: [NEWBK,\"\"]"
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
            - "<br /><strong>LINKS:</strong> <a href='/cgi-bin/koha/admin/authorised_values.pl?searchfield=CCODE'>Collection codes</a> | <a href='/cgi-bin/koha/admin/itemtypes.pl'>Item types</a>"
564
            - "<br /><strong>Configuration:</strong> <a href='/cgi-bin/koha/admin/authorised_values.pl?searchfield=CCODE'>Collections (CCODE)</a> | <a href='/cgi-bin/koha/admin/itemtypes.pl'>Item types</a>"
565
        -
565
        -
566
            - pref: UpdateNotForLoanStatusOnCheckout
566
            - pref: UpdateNotForLoanStatusOnCheckout
567
              type: textarea
567
              type: textarea
Lines 578-588 Circulation: Link Here
578
                  0: "Don't trap"
578
                  0: "Don't trap"
579
            - items that are not for loan but holdable ( notforloan < 0 ) to fill holds.
579
            - items that are not for loan but holdable ( notforloan < 0 ) to fill holds.
580
        -
580
        -
581
            - Never trap items with <a href="/cgi-bin/koha/admin/authorised_values.pl?searchfield=NOT_LOAN">'not for loan'</a> values of
581
            - Never trap items with <a href="/cgi-bin/koha/admin/authorised_values.pl?searchfield=NOT_LOAN">'not for loan'</a> authorized values of
582
            - pref: SkipHoldTrapOnNotForLoanValue
582
            - pref: SkipHoldTrapOnNotForLoanValue
583
              class: integer
583
              class: integer
584
            - to fill holds.
584
            - to fill holds.
585
            - "(list of <a href='/cgi-bin/koha/admin/authorised_values.pl?searchfield=NOT_LOAN'>not for loan</a> values separated with a pipe '|')"
585
            - "(list of <a href='/cgi-bin/koha/admin/authorised_values.pl?searchfield=NOT_LOAN'>not for loan</a> authorized values separated with a pipe '|')"
586
        -
586
        -
587
            - pref: HoldsAutoFill
587
            - pref: HoldsAutoFill
588
              choices:
588
              choices:
Lines 632-646 Circulation: Link Here
632
              type: textarea
632
              type: textarea
633
              syntax: text/x-yaml
633
              syntax: text/x-yaml
634
              class: code
634
              class: code
635
            - "This is a list of value pairs. The first value is followed immediately by colon space then the second value.<br/><br/>"
635
            - "This is a list of value pairs. The first value is followed immediately by colon space then the second value."
636
            - <a href="/cgi-bin/koha/admin/authorised_values.pl?searchfield=LOC">Location codes</a><br/><br/>
636
            - "Valid values are <a href='/cgi-bin/koha/admin/authorised_values.pl?searchfield=LOC'>LOC</a> authorised values, _BLANK_, _PERM_, and _ALL_.<br><br>"
637
            - "Examples:<br/>"
637
            - "Examples:<br/>"
638
            - "PROC: FIC - causes an item in the Processing Center location to be updated into the Fiction location on check in.<br/>"
638
            - "PROC: FIC - causes an item in the Processing center location to be updated into the Fiction location on check in.<br/>"
639
            - "FIC: GEN - causes an item in the Fiction location to be updated into the General stacks location on check in.<br/>"
639
            - "FIC: GEN - causes an item in the Fiction location to be updated into the General stacks location on check in.<br/>"
640
            - "_BLANK_: FIC - causes an item that has no location to be updated into the Fiction location on check in.<br/>"
640
            - "_BLANK_: FIC - causes an item that has no location to be updated into the Fiction location on check in.<br/>"
641
            - "FIC: _BLANK_ - causes an item in location FIC to be updated to a blank location on check in.<br/>"
641
            - "FIC: _BLANK_ - causes an item in location FIC to be updated to a blank location on check in.<br/>"
642
            - "_ALL_: FIC - causes all items to be updated into the Fiction location on check in.<br/>"
642
            - "_ALL_: FIC - causes all items to be updated into the Fiction location on check in.<br/>"
643
            - "PROC: _PERM_ - causes an item that is in the Processing Center to be updated to it's permanent location.<br/><br/>"
643
            - "PROC: _PERM_ - causes an item that is in the Processing center to be updated to it's permanent location.<br/><br/>"
644
            - "General rule: if the location value on the left of the colon (:) matches the item's current location, it will be updated to match the location value on the right of the colon (:).<br/>"
644
            - "General rule: if the location value on the left of the colon (:) matches the item's current location, it will be updated to match the location value on the right of the colon (:).<br/>"
645
            - "Note: PROC and CART are special values, for these locations the location and permanent_location can differ, in all other cases an update will affect both. Items in the CART location will be returned to their permanent location on checkout.<br/>"
645
            - "Note: PROC and CART are special values, for these locations the location and permanent_location can differ, in all other cases an update will affect both. Items in the CART location will be returned to their permanent location on checkout.<br/>"
646
            - "The special term _BLANK_ may be used on either side of a value pair to update or remove the location from items with no location assigned.<br/>"
646
            - "The special term _BLANK_ may be used on either side of a value pair to update or remove the location from items with no location assigned.<br/>"
Lines 650-660 Circulation: Link Here
650
              type: textarea
650
              type: textarea
651
              syntax: text/x-yaml
651
              syntax: text/x-yaml
652
              class: code
652
              class: code
653
            - 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
653
            - 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 it will be updated to the right-hand value.
654
            - "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."
654
            - "For example, '-1: 0' will cause an item that was set to 'Ordered' to now be available for loan."
655
            - "Can be used for showing only the not for loan description. E.g. '-1: ONLYMESSAGE'."
655
            - "Can be used for showing only the not for loan description. E.g. '-1: ONLYMESSAGE'.<br>"
656
            - "Each pair of values should be on a separate line.<br/>"
656
            - "Each pair of values should be on a separate line.<br>"
657
            - <a href="/cgi-bin/koha/admin/authorised_values.pl?searchfield=NOT_LOAN">Not for loan values</a>
657
            - "Valid values are <a href='/cgi-bin/koha/admin/authorised_values.pl?searchfield=NOT_LOAN'>NOT_LOAN</a> authorized values and ONLYMESSAGE."
658
        -
658
        -
659
            - pref: HidePersonalPatronDetailOnCirculation
659
            - pref: HidePersonalPatronDetailOnCirculation
660
              choices:
660
              choices:
661
- 

Return to bug 33390