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 |
Checkin policy: |
564 |
Checkin policy: |
565 |
- |
565 |
- |
Lines 569-579
Circulation:
Link Here
|
569 |
0: "Don't trap" |
569 |
0: "Don't trap" |
570 |
- items that are not for loan but holdable ( notforloan < 0 ) to fill holds. |
570 |
- items that are not for loan but holdable ( notforloan < 0 ) to fill holds. |
571 |
- |
571 |
- |
572 |
- Never trap items with 'not for loan' values of |
572 |
- Never trap items with <a href="/cgi-bin/koha/admin/authorised_values.pl?searchfield=NOT_LOAN">'not for loan'</a> values of |
573 |
- pref: SkipHoldTrapOnNotForLoanValue |
573 |
- pref: SkipHoldTrapOnNotForLoanValue |
574 |
class: integer |
574 |
class: integer |
575 |
- to fill holds. |
575 |
- to fill holds. |
576 |
- "(list of not for loan values separated with a pipe '|')" |
576 |
- "(list of <a href='/cgi-bin/koha/admin/authorised_values.pl?searchfield=NOT_LOAN'>not for loan</a> values separated with a pipe '|')" |
577 |
- |
577 |
- |
578 |
- pref: HoldsAutoFill |
578 |
- pref: HoldsAutoFill |
579 |
choices: |
579 |
choices: |
Lines 624-629
Circulation:
Link Here
|
624 |
syntax: text/x-yaml |
624 |
syntax: text/x-yaml |
625 |
class: code |
625 |
class: code |
626 |
- "This is a list of value pairs. The first value is followed immediately by colon space then the second value.<br/><br/>" |
626 |
- "This is a list of value pairs. The first value is followed immediately by colon space then the second value.<br/><br/>" |
|
|
627 |
- <a href="/cgi-bin/koha/admin/authorised_values.pl?searchfield=LOC">Location codes</a><br/><br/> |
627 |
- "Examples:<br/>" |
628 |
- "Examples:<br/>" |
628 |
- "PROC: FIC - causes an item in the Processing Center location to be updated into the Fiction location on check in.<br/>" |
629 |
- "PROC: FIC - causes an item in the Processing Center location to be updated into the Fiction location on check in.<br/>" |
629 |
- "FIC: GEN - causes an item in the Fiction location to be updated into the General stacks location on check in.<br/>" |
630 |
- "FIC: GEN - causes an item in the Fiction location to be updated into the General stacks location on check in.<br/>" |
Lines 643-649
Circulation:
Link Here
|
643 |
- 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 |
644 |
- 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 |
644 |
- "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." |
645 |
- "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." |
645 |
- "Can be used for showing only the not for loan description. E.g. '-1: ONLYMESSAGE'." |
646 |
- "Can be used for showing only the not for loan description. E.g. '-1: ONLYMESSAGE'." |
646 |
- Each pair of values should be on a separate line. |
647 |
- "Each pair of values should be on a separate line.<br/>" |
|
|
648 |
- <a href="/cgi-bin/koha/admin/authorised_values.pl?searchfield=NOT_LOAN">Not for loan values</a> |
647 |
- |
649 |
- |
648 |
- pref: HidePersonalPatronDetailOnCirculation |
650 |
- pref: HidePersonalPatronDetailOnCirculation |
649 |
choices: |
651 |
choices: |
Lines 948-955
Circulation:
Link Here
|
948 |
allow_and_notify: "Allow to mark items as lost and notify the patron" |
950 |
allow_and_notify: "Allow to mark items as lost and notify the patron" |
949 |
- 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>. |
951 |
- 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>. |
950 |
- |
952 |
- |
951 |
- A list of values to update an item's values with when it is marked as lost from the 'Holds to pull' page. |
953 |
- 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. |
952 |
- '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>)' |
954 |
- '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>)' |
953 |
- pref: UpdateItemWhenLostFromHoldList |
955 |
- pref: UpdateItemWhenLostFromHoldList |
954 |
type: textarea |
956 |
type: textarea |
955 |
syntax: text/x-yaml |
957 |
syntax: text/x-yaml |