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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/accounting.pref (-6 lines)
Lines 56-64 Accounting: Link Here
56
                branchyyyymmincr: 'Automatically generate credit numbers in the form <branchcode>yyyymm0001'
56
                branchyyyymmincr: 'Automatically generate credit numbers in the form <branchcode>yyyymm0001'
57
                incremental: 'Automatically generate credit numbers in the form 1, 2, 3'
57
                incremental: 'Automatically generate credit numbers in the form 1, 2, 3'
58
            - Automatic generation also has to be enabled for each credit type (<a href="/cgi-bin/koha/admin/credit_types.pl">Configure credit types</a>)
58
            - Automatic generation also has to be enabled for each credit type (<a href="/cgi-bin/koha/admin/credit_types.pl">Configure credit types</a>)
59
        -
60
         - pref: PatronRestrictionTypes
61
           choices:
62
               1: Allow
63
               0: Don't allow
64
         - "the type of patron restriction to be specified when applying manually."
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref (-20 / +26 lines)
Lines 195-206 Circulation: Link Here
195
                  1: Allow
195
                  1: Allow
196
                  0: "Don't allow"
196
                  0: "Don't allow"
197
            - staff to override and check out items when the patron has reached the maximum number of allowed checkouts.
197
            - staff to override and check out items when the patron has reached the maximum number of allowed checkouts.
198
        -
199
            - pref: AutoRemoveOverduesRestrictions
200
              choices:
201
                  1: "Do"
202
                  0: "Don't"
203
            - allow OVERDUES restrictions triggered by sent notices to be cleared automatically when all overdue items are returned by a patron.
204
        -
198
        -
205
            - pref: AllowNotForLoanOverride
199
            - pref: AllowNotForLoanOverride
206
              choices:
200
              choices:
Lines 518-530 Circulation: Link Here
518
                  allow: allow renewing.
512
                  allow: allow renewing.
519
                  blockitem: block renewing only for this item.
513
                  blockitem: block renewing only for this item.
520
                  block: block renewing for all the patron's items.
514
                  block: block renewing for all the patron's items.
521
        -
522
            - If a patron is restricted,
523
            - pref: RestrictionBlockRenewing
524
              choices:
525
                  1: block
526
                  0: allow
527
            - renewing of items from the staff interface and via the <code>misc/cronjobs/automatic_renewals.pl</code> cronjob.
528
        -
515
        -
529
            - If a patron owes more than the value of <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=OPACFineNoRenewals">OPACFineNoRenewals</a>,
516
            - If a patron owes more than the value of <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=OPACFineNoRenewals">OPACFineNoRenewals</a>,
530
            - pref: OPACFineNoRenewalsBlockAutoRenew
517
            - pref: OPACFineNoRenewalsBlockAutoRenew
Lines 640-651 Circulation: Link Here
640
            - 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
627
            - 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
641
            - "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."
628
            - "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."
642
            - Each pair of values should be on a separate line.
629
            - Each pair of values should be on a separate line.
643
        -
644
            - pref: CumulativeRestrictionPeriods
645
              choices:
646
                  1: Cumulate
647
                  0: "Don't cumulate"
648
            - the restriction periods.
649
        -
630
        -
650
            - pref: HidePersonalPatronDetailOnCirculation
631
            - pref: HidePersonalPatronDetailOnCirculation
651
              choices:
632
              choices:
Lines 945-950 Circulation: Link Here
945
                  loggedinlibrary: "logged in library"
926
                  loggedinlibrary: "logged in library"
946
                  homebranch: "item's home branch"
927
                  homebranch: "item's home branch"
947
                  holdingbranch: "item's holding branch"
928
                  holdingbranch: "item's holding branch"
929
    Patron restrictions:
930
        -
931
            - pref: PatronRestrictionTypes
932
              choices:
933
                  1: Allow
934
                  0: Don't allow
935
            - "the type of patron restriction to be specified when applying manually."
936
        -
937
            - pref: CumulativeRestrictionPeriods
938
              choices:
939
                  1: Cumulate
940
                  0: "Don't cumulate"
941
            - the restriction periods.
942
        -
943
            - pref: AutoRemoveOverduesRestrictions
944
              choices:
945
                  1: "Do"
946
                  0: "Don't"
947
            - allow OVERDUES restrictions triggered by sent notices to be cleared automatically when all overdue items are returned by a patron.
948
        -
949
            - If a patron is restricted,
950
            - pref: RestrictionBlockRenewing
951
              choices:
952
                  1: block
953
                  0: allow
954
            - renewing of items from the staff interface and via the <code>misc/cronjobs/automatic_renewals.pl</code> cronjob.
948
    Interlibrary loans:
955
    Interlibrary loans:
949
        -
956
        -
950
            - pref: ILLModule
957
            - pref: ILLModule
951
- 

Return to bug 23681