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 48-56 Accounting: Link Here
48
                branchyyyymmincr: 'Automatically generate credit numbers in the form <branchcode>yyyymm0001'
48
                branchyyyymmincr: 'Automatically generate credit numbers in the form <branchcode>yyyymm0001'
49
                incremental: 'Automatically generate credit numbers in the form 1, 2, 3'
49
                incremental: 'Automatically generate credit numbers in the form 1, 2, 3'
50
            - Automatic generation also has to be enabled for each credit type (<a href="/cgi-bin/koha/admin/credit_types.pl">Configure credit types</a>)
50
            - Automatic generation also has to be enabled for each credit type (<a href="/cgi-bin/koha/admin/credit_types.pl">Configure credit types</a>)
51
        -
52
         - pref: PatronRestrictionTypes
53
           choices:
54
               1: Allow
55
               0: Don't allow
56
         - "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 194-205 Circulation: Link Here
194
                  1: Allow
194
                  1: Allow
195
                  0: "Don't allow"
195
                  0: "Don't allow"
196
            - staff to override and check out items when the patron has reached the maximum number of allowed checkouts.
196
            - staff to override and check out items when the patron has reached the maximum number of allowed checkouts.
197
        -
198
            - pref: AutoRemoveOverduesRestrictions
199
              choices:
200
                  1: "Do"
201
                  0: "Don't"
202
            - allow OVERDUES restrictions triggered by sent notices to be cleared automatically when all overdue items are returned by a patron.
203
        -
197
        -
204
            - pref: AllowNotForLoanOverride
198
            - pref: AllowNotForLoanOverride
205
              choices:
199
              choices:
Lines 517-529 Circulation: Link Here
517
                  allow: allow renewing.
511
                  allow: allow renewing.
518
                  blockitem: block renewing only for this item.
512
                  blockitem: block renewing only for this item.
519
                  block: block renewing for all the patron's items.
513
                  block: block renewing for all the patron's items.
520
        -
521
            - If a patron is restricted,
522
            - pref: RestrictionBlockRenewing
523
              choices:
524
                  1: block
525
                  0: allow
526
            - renewing of items from the staff interface and via the <code>misc/cronjobs/automatic_renewals.pl</code> cronjob.
527
        -
514
        -
528
            - If a patron owes more than the value of <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=OPACFineNoRenewals">OPACFineNoRenewals</a>,
515
            - If a patron owes more than the value of <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=OPACFineNoRenewals">OPACFineNoRenewals</a>,
529
            - pref: OPACFineNoRenewalsBlockAutoRenew
516
            - pref: OPACFineNoRenewalsBlockAutoRenew
Lines 639-650 Circulation: Link Here
639
            - 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
626
            - 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
640
            - "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."
627
            - "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."
641
            - Each pair of values should be on a separate line.
628
            - Each pair of values should be on a separate line.
642
        -
643
            - pref: CumulativeRestrictionPeriods
644
              choices:
645
                  1: Cumulate
646
                  0: "Don't cumulate"
647
            - the restriction periods.
648
        -
629
        -
649
            - pref: HidePersonalPatronDetailOnCirculation
630
            - pref: HidePersonalPatronDetailOnCirculation
650
              choices:
631
              choices:
Lines 930-935 Circulation: Link Here
930
                  months: months
911
                  months: months
931
                  years: years
912
                  years: years
932
            - from reserve date.
913
            - from reserve date.
914
    Patron restrictions:
915
        -
916
            - pref: PatronRestrictionTypes
917
              choices:
918
                  1: Allow
919
                  0: Don't allow
920
            - "the type of patron restriction to be specified when applying manually."
921
        -
922
            - pref: CumulativeRestrictionPeriods
923
              choices:
924
                  1: Cumulate
925
                  0: "Don't cumulate"
926
            - the restriction periods.
927
        -
928
            - pref: AutoRemoveOverduesRestrictions
929
              choices:
930
                  1: "Do"
931
                  0: "Don't"
932
            - allow OVERDUES restrictions triggered by sent notices to be cleared automatically when all overdue items are returned by a patron.
933
        -
934
            - If a patron is restricted,
935
            - pref: RestrictionBlockRenewing
936
              choices:
937
                  1: block
938
                  0: allow
939
            - renewing of items from the staff interface and via the <code>misc/cronjobs/automatic_renewals.pl</code> cronjob.
933
    Interlibrary loans:
940
    Interlibrary loans:
934
        -
941
        -
935
            - pref: ILLModule
942
            - pref: ILLModule
936
- 

Return to bug 23681