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 57-65 Accounting: Link Here
57
                branchyyyymmincr: 'Automatically generate credit numbers in the form <branchcode>yyyymm0001'
57
                branchyyyymmincr: 'Automatically generate credit numbers in the form <branchcode>yyyymm0001'
58
                incremental: 'Automatically generate credit numbers in the form 1, 2, 3'
58
                incremental: 'Automatically generate credit numbers in the form 1, 2, 3'
59
            - 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
            - Automatic generation also has to be enabled for each credit type (<a href="/cgi-bin/koha/admin/credit_types.pl">Configure credit types</a>)
60
        -
61
         - pref: PatronRestrictionTypes
62
           choices:
63
               1: Allow
64
               0: Don't allow
65
         - "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 526-538 Circulation: Link Here
526
                  allow: allow renewing.
520
                  allow: allow renewing.
527
                  blockitem: block renewing only for this item.
521
                  blockitem: block renewing only for this item.
528
                  block: block renewing for all the patron's items.
522
                  block: block renewing for all the patron's items.
529
        -
530
            - If a patron is restricted,
531
            - pref: RestrictionBlockRenewing
532
              choices:
533
                  1: block
534
                  0: allow
535
            - renewing of items from the staff interface and via the <code>misc/cronjobs/automatic_renewals.pl</code> cronjob.
536
        -
523
        -
537
            - If a patron owes more than the value of <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=OPACFineNoRenewals">OPACFineNoRenewals</a>,
524
            - If a patron owes more than the value of <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=OPACFineNoRenewals">OPACFineNoRenewals</a>,
538
            - pref: OPACFineNoRenewalsBlockAutoRenew
525
            - pref: OPACFineNoRenewalsBlockAutoRenew
Lines 648-659 Circulation: Link Here
648
            - 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
635
            - 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
649
            - "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."
636
            - "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."
650
            - Each pair of values should be on a separate line.
637
            - Each pair of values should be on a separate line.
651
        -
652
            - pref: CumulativeRestrictionPeriods
653
              choices:
654
                  1: Cumulate
655
                  0: "Don't cumulate"
656
            - the restriction periods.
657
        -
638
        -
658
            - pref: HidePersonalPatronDetailOnCirculation
639
            - pref: HidePersonalPatronDetailOnCirculation
659
              choices:
640
              choices:
Lines 977-982 Circulation: Link Here
977
                  homebranch: "item's home library"
958
                  homebranch: "item's home library"
978
                  holdingbranch: "item's holding library"
959
                  holdingbranch: "item's holding library"
979
            - "."
960
            - "."
961
    Patron restrictions:
962
        -
963
            - pref: PatronRestrictionTypes
964
              choices:
965
                  1: Allow
966
                  0: Don't allow
967
            - "the type of patron restriction to be specified when applying manually."
968
        -
969
            - pref: CumulativeRestrictionPeriods
970
              choices:
971
                  1: Cumulate
972
                  0: "Don't cumulate"
973
            - the restriction periods.
974
        -
975
            - pref: AutoRemoveOverduesRestrictions
976
              choices:
977
                  1: "Do"
978
                  0: "Don't"
979
            - allow OVERDUES restrictions triggered by sent notices to be cleared automatically when all overdue items are returned by a patron.
980
        -
981
            - If a patron is restricted,
982
            - pref: RestrictionBlockRenewing
983
              choices:
984
                  1: block
985
                  0: allow
986
            - renewing of items from the staff interface and via the <code>misc/cronjobs/automatic_renewals.pl</code> cronjob.
980
    Interlibrary loans:
987
    Interlibrary loans:
981
        -
988
        -
982
            - pref: ILLModule
989
            - pref: ILLModule
983
- 

Return to bug 23681