Merge remote-tracking branch 'origin/new/bug_8597'
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / admin / preferences / circulation.pref
index a758b19..531b878 100644 (file)
@@ -110,6 +110,12 @@ Circulation:
                   yes: Do
                   no: "Do not"
             - update a bibliographic record's total issues count whenever an item is issued (WARNING! This increases server load significantly; if performance is a concern, use the update_totalissues.pl cron job to update the total issues count).
+        -
+            - pref: ExportRemoveFields
+            - choices:
+                yes: Export
+                no: "Don't export"
+            - fields for csv or iso2709 export
     Checkout Policy:
         -
             - pref: AllowNotForLoanOverride
@@ -128,7 +134,7 @@ Circulation:
               choices:
                   yes: Allow
                   no: "Don't allow"
-            - checkouts of items items reserved to someone else. If allowed do not generate RESERVE_WAITING and RESERVED warning. This allows self checkouts for those items.
+            - checkouts of items reserved to someone else. If allowed do not generate RESERVE_WAITING and RESERVED warning. This allows self checkouts for those items.
         -
             - pref: AllFinesNeedOverride
               choices:
@@ -170,6 +176,12 @@ Circulation:
                   ccode: collection code
                   itemtype: item type
             - .
+        -
+            - pref: UseTransportCostMatrix
+              choices:
+                  yes: Use
+                  no: "Don't use"
+            - Transport Cost Matrix for calculating optimal holds filling between branches.
         -
             - Use the checkout and fines rules of
             - pref: CircControl
@@ -185,6 +197,15 @@ Circulation:
               choices:
                   homebranch: the library the item is from.
                   holdingbranch: the library the item was checked out from.
+        -
+            - Allow materials to be returned to
+            - pref: AllowReturnToBranch
+              type: choice
+              choices:
+                  anywhere: to any library.
+                  homebranch: only the library the item is from.
+                  holdingbranch: only the library the item was checked out from.
+                  homeorholdingbranch: either the library the item is from or the library it was checked out from.
         -
             - Calculate the due date using 
             - pref: useDaysMode
@@ -214,6 +235,15 @@ Circulation:
                   yes: "Don't prevent"
                   no: "Prevent"
             - patrons from checking out an item whose rental charge would take them over the limit.
+        -
+            - pref: AgeRestrictionMarker
+            - "E.g. FSK|PEGI|Age| (No white space near |). Entry in MARC field (e.g. 521a) as defined for agerestriction in Koha to MARC mapping. Entry in MARC field like FSK 12 or PEGI 12 would mean: Borrower must be 12 years old. (Empty: Do not apply age restriction.)"
+        -
+            - pref: AgeRestrictionOverride
+              choices:
+                  yes: Allow
+                  no: "Don't allow"
+            - staff to check out an item with age restriction.
         -
             - Prevent patrons from checking out books if they have more than
             - pref: noissuescharge
@@ -377,6 +407,22 @@ Circulation:
                   yes: Allow
                   no: "Don't allow"
             - holds to be suspended from the OPAC.
+        -
+            - pref: decreaseLoanHighHolds
+              choices:
+                  yes: Enable
+                  no:  "Don't enable"
+            - the reduction of loan period for items with number of holds above the threshold specified in decreaseLoanHighHoldsValue
+        -
+            - A loan should be reduced by
+            - pref: decreaseLoanHighHoldsDuration
+              class: integer
+            - days, when decreaseLoanHighHoldsValue threshold is reached (if decreaseLoanHighHolds is enabled)
+        -
+            - A loan should be reduced by decreaseLoanHighHoldsDuration when
+            - pref: decreaseLoanHighHoldsValue
+              class: integer
+            - holds have been places (if decreaseLoanHighHolds is enables)
     Fines Policy:
         -
             - Calculate fines based on days overdue