Lines 170-176
Circulation:
Link Here
|
170 |
1: "Use" |
170 |
1: "Use" |
171 |
0: "Don't use" |
171 |
0: "Don't use" |
172 |
- circulation desks with circulation. |
172 |
- circulation desks with circulation. |
173 |
|
|
|
174 |
Checkout policy: |
173 |
Checkout policy: |
175 |
- |
174 |
- |
176 |
- Delay the automatic loading of the checkouts table on the checkouts page by |
175 |
- Delay the automatic loading of the checkouts table on the checkouts page by |
Lines 425-457
Circulation:
Link Here
|
425 |
1: ask |
424 |
1: ask |
426 |
0: "don't ask" |
425 |
0: "don't ask" |
427 |
- "for confirmation." |
426 |
- "for confirmation." |
428 |
- |
|
|
429 |
- By default, set the <a href="/cgi-bin/koha/admin/authorised_values.pl?searchfield=LOST">LOST</a> value of an item to |
430 |
- pref: DefaultLongOverdueLostValue |
431 |
choices: authval |
432 |
source: LOST |
433 |
- when the item has been overdue for more than |
434 |
- pref: DefaultLongOverdueDays |
435 |
class: integer |
436 |
- days. |
437 |
- <br>WARNING — These preferences will activate the automatic item loss process. Leave these fields empty if you don't want to activate this feature. |
438 |
- "<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." |
439 |
- <br>(Used when the longoverdue.pl script is called without the --lost parameter) |
440 |
- "<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/longoverdue.pl</code> cronjob. Ask your system administrator to schedule it." |
441 |
- |
442 |
- "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:" |
443 |
- pref: DefaultLongOverdueChargeValue |
444 |
choices: authval |
445 |
source: LOST |
446 |
- <br>Leave this field empty if you don't want to charge the patron for lost items. |
447 |
- <br>(Used when the longoverdue.pl script is called without the --charge parameter) |
448 |
- "<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/longoverdue.pl</code> cronjob. Ask your system administrator to schedule it." |
449 |
- |
450 |
- 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 |
451 |
- pref: DefaultLongOverdueSkipLostStatuses |
452 |
- "." |
453 |
- <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. |
454 |
- <br>Set to a list of comma separated values, e.g. <em>5,6,7</em>. |
455 |
- |
427 |
- |
456 |
- Set the default patron categories to receive overdues to |
428 |
- Set the default patron categories to receive overdues to |
457 |
- pref: DefaultLongOverduePatronCategories |
429 |
- pref: DefaultLongOverduePatronCategories |
Lines 469-483
Circulation:
Link Here
|
469 |
- <br>(Used when the longoverdue.pl script is called without the --skip-category parameter) |
441 |
- <br>(Used when the longoverdue.pl script is called without the --skip-category parameter) |
470 |
- <br>WARNING - This preference overrides the DefaultLongOverduePatronCategories preference, so the DefaultLongOverduePatronCategories filter will not take effect. |
442 |
- <br>WARNING - This preference overrides the DefaultLongOverduePatronCategories preference, so the DefaultLongOverduePatronCategories filter will not take effect. |
471 |
- "<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/longoverdue.pl</code> cronjob. Ask your system administrator to schedule it." |
443 |
- "<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/longoverdue.pl</code> cronjob. Ask your system administrator to schedule it." |
472 |
|
|
|
473 |
- |
474 |
- "When issuing an item that has been marked as lost, " |
475 |
- pref: IssueLostItem |
476 |
choices: |
477 |
confirm: "require confirmation" |
478 |
alert: "display a message" |
479 |
nothing : "do nothing" |
480 |
- . |
481 |
- |
444 |
- |
482 |
- "When checking out an item, " |
445 |
- "When checking out an item, " |
483 |
- pref: RecordStaffUserOnCheckout |
446 |
- pref: RecordStaffUserOnCheckout |
Lines 485-514
Circulation:
Link Here
|
485 |
1: "record" |
448 |
1: "record" |
486 |
0: "don't record" |
449 |
0: "don't record" |
487 |
- "the user who checked out the item." |
450 |
- "the user who checked out the item." |
488 |
- |
|
|
489 |
- "Mark items as returned when flagged as lost " |
490 |
- pref: MarkLostItemsAsReturned |
491 |
multiple: |
492 |
cronjob: "from the longoverdue cronjob" |
493 |
batchmod: "from the batch item modification tool" |
494 |
additem: "when cataloguing an item" |
495 |
moredetail: "from the items tab of the catalog module" |
496 |
pendingreserves: "from the 'Holds to pull' list" |
497 |
onpayment: "when receiving payment for the item" |
498 |
claim_returned: "when marking an item as a return claim" |
499 |
- . |
500 |
- |
501 |
- "Update item status to" |
502 |
- pref: UpdateItemLostStatusWhenPaid |
503 |
choices: authval |
504 |
source: LOST |
505 |
- "when the outstanding balance is paid." |
506 |
- |
507 |
- "Update item status to" |
508 |
- pref: UpdateItemLostStatusWhenWriteoff |
509 |
choices: authval |
510 |
source: LOST |
511 |
- "when the outstanding balance is written off." |
512 |
- |
451 |
- |
513 |
- pref: AllowMultipleIssuesOnABiblio |
452 |
- pref: AllowMultipleIssuesOnABiblio |
514 |
choices: |
453 |
choices: |
Lines 615-620
Circulation:
Link Here
|
615 |
open: "extend the loan period and set the checkout to be due at the library's open time." |
554 |
open: "extend the loan period and set the checkout to be due at the library's open time." |
616 |
close: "shorten the loan period and set the checkout to be due at the library's close time." |
555 |
close: "shorten the loan period and set the checkout to be due at the library's close time." |
617 |
ignore: "do not consider the library's opening hours." |
556 |
ignore: "do not consider the library's opening hours." |
|
|
557 |
Lost item policy: |
558 |
- |
559 |
- By default, set the <a href="/cgi-bin/koha/admin/authorised_values.pl?searchfield=LOST">LOST</a> value of an item to |
560 |
- pref: DefaultLongOverdueLostValue |
561 |
choices: authval |
562 |
source: LOST |
563 |
- when the item has been overdue for more than |
564 |
- pref: DefaultLongOverdueDays |
565 |
class: integer |
566 |
- days. |
567 |
- <br>WARNING — These preferences will activate the automatic item loss process. Leave these fields empty if you don't want to activate this feature. |
568 |
- "<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." |
569 |
- <br>(Used when the longoverdue.pl script is called without the --lost parameter) |
570 |
- "<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/longoverdue.pl</code> cronjob. Ask your system administrator to schedule it." |
571 |
- |
572 |
- "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:" |
573 |
- pref: DefaultLongOverdueChargeValue |
574 |
choices: authval |
575 |
source: LOST |
576 |
- <br>Leave this field empty if you don't want to charge the patron for lost items. |
577 |
- <br>(Used when the longoverdue.pl script is called without the --charge parameter) |
578 |
- "<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/longoverdue.pl</code> cronjob. Ask your system administrator to schedule it." |
579 |
- |
580 |
- 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 |
581 |
- pref: DefaultLongOverdueSkipLostStatuses |
582 |
- "." |
583 |
- <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. |
584 |
- <br>Set to a list of comma separated values, e.g. <em>5,6,7</em>. |
585 |
- |
586 |
- "When issuing an item that has been marked as lost, " |
587 |
- pref: IssueLostItem |
588 |
choices: |
589 |
confirm: "require confirmation" |
590 |
alert: "display a message" |
591 |
nothing : "do nothing" |
592 |
- . |
593 |
- |
594 |
- "Mark items as returned when flagged as lost " |
595 |
- pref: MarkLostItemsAsReturned |
596 |
multiple: |
597 |
cronjob: "from the longoverdue cronjob" |
598 |
batchmod: "from the batch item modification tool" |
599 |
additem: "when cataloguing an item" |
600 |
moredetail: "from the items tab of the catalog module" |
601 |
pendingreserves: "from the 'Holds to pull' list" |
602 |
onpayment: "when receiving payment for the item" |
603 |
claim_returned: "when marking an item as a return claim" |
604 |
- . |
605 |
- |
606 |
- "Update item status to" |
607 |
- pref: UpdateItemLostStatusWhenPaid |
608 |
choices: authval |
609 |
source: LOST |
610 |
- "when the outstanding balance is paid." |
611 |
- |
612 |
- "Update item status to" |
613 |
- pref: UpdateItemLostStatusWhenWriteoff |
614 |
choices: authval |
615 |
source: LOST |
616 |
- "when the outstanding balance is written off." |
618 |
Checkin policy: |
617 |
Checkin policy: |
619 |
- |
618 |
- |
620 |
- pref: TrapHoldsOnOrder |
619 |
- pref: TrapHoldsOnOrder |
Lines 1098-1104
Circulation:
Link Here
|
1098 |
1: Email |
1097 |
1: Email |
1099 |
0: "Don't email" |
1098 |
0: "Don't email" |
1100 |
- a patron when they have placed a hold. |
1099 |
- a patron when they have placed a hold. |
1101 |
Fines Policy: |
1100 |
Fines policy: |
1102 |
- |
1101 |
- |
1103 |
- pref: finesCalendar |
1102 |
- pref: finesCalendar |
1104 |
type: choice |
1103 |
type: choice |
1105 |
- |
|
|