|
Lines 280-292
Circulation:
Link Here
|
| 280 |
homebranch: the library the item is from. |
280 |
homebranch: the library the item is from. |
| 281 |
holdingbranch: the library the item is held by. |
281 |
holdingbranch: the library the item is held by. |
| 282 |
- |
282 |
- |
| 283 |
- Calculate the due date using |
|
|
| 284 |
- pref: useDaysMode |
283 |
- pref: useDaysMode |
| 285 |
choices: |
284 |
choices: |
| 286 |
Days: circulation rules only. |
285 |
Days: Ignore the calendar |
| 287 |
Calendar: the calendar to skip all days the library is closed. |
286 |
Calendar: Use the calendar to skip days the library is closed |
| 288 |
Datedue: the calendar to push the due date to the next open day |
287 |
Datedue: Use the calendar to push the due date to the next open day |
| 289 |
Dayweek: the calendar to push the due date to the next open matching weekday for weekly loan periods, or the next open day otherwise |
288 |
Dayweek: Use the calendar to push the due date to the next open matching weekday for weekly loan periods, or the next open day otherwise |
|
|
289 |
- when calculating the date due. |
| 290 |
- |
290 |
- |
| 291 |
- Calculate "No renewal before" based on |
291 |
- Calculate "No renewal before" based on |
| 292 |
- pref: NoRenewalBeforePrecision |
292 |
- pref: NoRenewalBeforePrecision |
|
Lines 735-743
Circulation:
Link Here
|
| 735 |
- |
735 |
- |
| 736 |
- pref: ExcludeHolidaysFromMaxPickUpDelay |
736 |
- pref: ExcludeHolidaysFromMaxPickUpDelay |
| 737 |
choices: |
737 |
choices: |
| 738 |
yes: Allow |
738 |
yes: Ignore the calendar |
| 739 |
no: "Don't allow" |
739 |
no: Use the calendar |
| 740 |
- Closed days to be taken into account in reserves max pickup delay. |
740 |
- when when calculating the period for reserves max pickup delay. |
| 741 |
- |
741 |
- |
| 742 |
- pref: decreaseLoanHighHolds |
742 |
- pref: decreaseLoanHighHolds |
| 743 |
choices: |
743 |
choices: |
|
Lines 834-852
Circulation:
Link Here
|
| 834 |
- unmediated Interlibrary loan requests. If enabled and the ILL backend supports it, the newly created requests are immediately requested by backend. |
834 |
- unmediated Interlibrary loan requests. If enabled and the ILL backend supports it, the newly created requests are immediately requested by backend. |
| 835 |
Fines Policy: |
835 |
Fines Policy: |
| 836 |
- |
836 |
- |
| 837 |
- Calculate fines based on days overdue |
|
|
| 838 |
- pref: finesCalendar |
837 |
- pref: finesCalendar |
| 839 |
type: choice |
838 |
type: choice |
| 840 |
choices: |
839 |
choices: |
| 841 |
ignoreCalendar: directly. |
840 |
ignoreCalendar: Ignore the calendar |
| 842 |
noFinesWhenClosed: not including days the library is closed. |
841 |
noFinesWhenClosed: Use the calendar |
|
|
842 |
- when calculating the period for fines. |
| 843 |
- |
843 |
- |
| 844 |
- Calculate suspension expiration based on days overdue |
|
|
| 845 |
- pref: SuspensionsCalendar |
844 |
- pref: SuspensionsCalendar |
| 846 |
type: choice |
845 |
type: choice |
| 847 |
choices: |
846 |
choices: |
| 848 |
ignoreCalendar: directly. |
847 |
ignoreCalendar: Ignore the calendar |
| 849 |
noSuspensionsWhenClosed: not including days the library is closed. |
848 |
noSuspensionsWhenClosed: Use the calendar |
|
|
849 |
- when calculating the period for suspension expiration. |
| 850 |
- |
850 |
- |
| 851 |
- pref: finesMode |
851 |
- pref: finesMode |
| 852 |
type: choice |
852 |
type: choice |
| 853 |
- |
|
|