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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref (-15 / +13 lines)
Lines 280-291 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
288
            - when calculating the date due.
289
        -
289
        -
290
            - Calculate "No renewal before" based on
290
            - Calculate "No renewal before" based on
291
            - pref: NoRenewalBeforePrecision
291
            - pref: NoRenewalBeforePrecision
Lines 371-379 Circulation: Link Here
371
        -
371
        -
372
            - pref: OverdueNoticeCalendar
372
            - pref: OverdueNoticeCalendar
373
              choices:
373
              choices:
374
                  yes: "Use Calendar"
374
                  yes: Use the calendar
375
                  no: "Ignore Calendar"
375
                  no: Ignore the calendar
376
            - when working out the period for overdue notices
376
            - when calculating the period for overdue notices.
377
        -
377
        -
378
            - Include up to
378
            - Include up to
379
            - pref: PrintNoticesMaxLines
379
            - pref: PrintNoticesMaxLines
Lines 734-742 Circulation: Link Here
734
        -
734
        -
735
            - pref: ExcludeHolidaysFromMaxPickUpDelay
735
            - pref: ExcludeHolidaysFromMaxPickUpDelay
736
              choices:
736
              choices:
737
                  yes: Allow
737
                  yes: Ignore the calendar
738
                  no: "Don't allow"
738
                  no: Use the calendar
739
            - Closed days to be taken into account in reserves max pickup delay.
739
            - when calculating the period for reserves max pickup delay.
740
        -
740
        -
741
            - pref: decreaseLoanHighHolds
741
            - pref: decreaseLoanHighHolds
742
              choices:
742
              choices:
Lines 833-845 Circulation: Link Here
833
            - unmediated Interlibrary loan requests. If enabled and the ILL backend supports it, the newly created requests are immediately requested by backend.
833
            - unmediated Interlibrary loan requests. If enabled and the ILL backend supports it, the newly created requests are immediately requested by backend.
834
    Fines Policy:
834
    Fines Policy:
835
        -
835
        -
836
            - Calculate fines based on days overdue
837
            - pref: finesCalendar
836
            - pref: finesCalendar
838
              type: choice
837
              type: choice
839
              choices:
838
              choices:
840
                  ignoreCalendar: directly.
839
                  noFinesWhenClosed: Use the calendar
841
                  noFinesWhenClosed: not including days the library is closed.
840
                  ignoreCalendar: Ignore the calendar
842
            -
841
            - when calculating the period for fines.
843
        -
842
        -
844
            - pref: finesMode
843
            - pref: finesMode
845
              type: choice
844
              type: choice
846
- 

Return to bug 22381