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 544-551 Circulation: Link Here
544
            - "For example:"
544
            - "For example:"
545
            - "<br />ccode: [NEWFIC,NULL,DVD]"
545
            - "<br />ccode: [NEWFIC,NULL,DVD]"
546
            - "<br />itype: [NEWBK,\"\"]"
546
            - "<br />itype: [NEWBK,\"\"]"
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
            - "<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>"
548
            - "<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>"
549
        -
549
        -
550
            - pref: UpdateNotForLoanStatusOnCheckout
550
            - pref: UpdateNotForLoanStatusOnCheckout
551
              type: textarea
551
              type: textarea
Lines 562-572 Circulation: Link Here
562
                  0: "Don't trap"
562
                  0: "Don't trap"
563
            - items that are not for loan but holdable ( notforloan < 0 ) to fill holds.
563
            - items that are not for loan but holdable ( notforloan < 0 ) to fill holds.
564
        -
564
        -
565
            - Never trap items with <a href="/cgi-bin/koha/admin/authorised_values.pl?searchfield=NOT_LOAN">'not for loan'</a> values of
565
            - Never trap items with <a href="/cgi-bin/koha/admin/authorised_values.pl?searchfield=NOT_LOAN">'not for loan'</a> authorized values of
566
            - pref: SkipHoldTrapOnNotForLoanValue
566
            - pref: SkipHoldTrapOnNotForLoanValue
567
              class: integer
567
              class: integer
568
            - to fill holds.
568
            - to fill holds.
569
            - "(list of <a href='/cgi-bin/koha/admin/authorised_values.pl?searchfield=NOT_LOAN'>not for loan</a> values separated with a pipe '|')"
569
            - "(list of <a href='/cgi-bin/koha/admin/authorised_values.pl?searchfield=NOT_LOAN'>not for loan</a> authorized values separated with a pipe '|')"
570
        -
570
        -
571
            - pref: HoldsAutoFill
571
            - pref: HoldsAutoFill
572
              choices:
572
              choices:
Lines 616-630 Circulation: Link Here
616
              type: textarea
616
              type: textarea
617
              syntax: text/x-yaml
617
              syntax: text/x-yaml
618
              class: code
618
              class: code
619
            - "This is a list of value pairs. The first value is followed immediately by colon space then the second value.<br/><br/>"
619
            - "This is a list of value pairs. The first value is followed immediately by colon space then the second value."
620
            - <a href="/cgi-bin/koha/admin/authorised_values.pl?searchfield=LOC">Location codes</a><br/><br/>
620
            - "Valid values are <a href='/cgi-bin/koha/admin/authorised_values.pl?searchfield=LOC'>LOC</a> authorised values, _BLANK_, _PERM_, and _ALL_.<br><br>"
621
            - "Examples:<br/>"
621
            - "Examples:<br/>"
622
            - "PROC: FIC - causes an item in the Processing Center location to be updated into the Fiction location on check in.<br/>"
622
            - "PROC: FIC - causes an item in the Processing center location to be updated into the Fiction location on check in.<br/>"
623
            - "FIC: GEN - causes an item in the Fiction location to be updated into the General stacks location on check in.<br/>"
623
            - "FIC: GEN - causes an item in the Fiction location to be updated into the General stacks location on check in.<br/>"
624
            - "_BLANK_: FIC - causes an item that has no location to be updated into the Fiction location on check in.<br/>"
624
            - "_BLANK_: FIC - causes an item that has no location to be updated into the Fiction location on check in.<br/>"
625
            - "FIC: _BLANK_ - causes an item in location FIC to be updated to a blank location on check in.<br/>"
625
            - "FIC: _BLANK_ - causes an item in location FIC to be updated to a blank location on check in.<br/>"
626
            - "_ALL_: FIC - causes all items to be updated into the Fiction location on check in.<br/>"
626
            - "_ALL_: FIC - causes all items to be updated into the Fiction location on check in.<br/>"
627
            - "PROC: _PERM_ - causes an item that is in the Processing Center to be updated to it's permanent location.<br/><br/>"
627
            - "PROC: _PERM_ - causes an item that is in the Processing center to be updated to it's permanent location.<br/><br/>"
628
            - "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/>"
628
            - "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/>"
629
            - "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/>"
629
            - "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/>"
630
            - "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/>"
630
            - "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 634-644 Circulation: Link Here
634
              type: textarea
634
              type: textarea
635
              syntax: text/x-yaml
635
              syntax: text/x-yaml
636
              class: code
636
              class: code
637
            - 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
637
            - 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.
638
            - "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."
638
            - "For example, '-1: 0' will cause an item that was set to 'Ordered' to now be available for loan."
639
            - "Can be used for showing only the not for loan description. E.g. '-1: ONLYMESSAGE'."
639
            - "Can be used for showing only the not for loan description. E.g. '-1: ONLYMESSAGE'.<br>"
640
            - "Each pair of values should be on a separate line.<br/>"
640
            - "Each pair of values should be on a separate line.<br>"
641
            - <a href="/cgi-bin/koha/admin/authorised_values.pl?searchfield=NOT_LOAN">Not for loan values</a>
641
            - "Valid values are <a href='/cgi-bin/koha/admin/authorised_values.pl?searchfield=NOT_LOAN'>NOT_LOAN</a> authorized values and ONLYMESSAGE."
642
        -
642
        -
643
            - pref: HidePersonalPatronDetailOnCirculation
643
            - pref: HidePersonalPatronDetailOnCirculation
644
              choices:
644
              choices:
645
- 

Return to bug 33390