Merge commit 'kc/master'
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / admin / preferences / circulation.pref
index 7d83f19..ab92915 100644 (file)
@@ -1,5 +1,5 @@
 Circulation:
-# broken, omitted: emailLibrarianWhenHoldIsPlaced, holdCancelLength, WebBasedSelfCheck
+# broken, omitted: holdCancelLength
 # FIXME: printcirculationslips is also omitted. It _technically_ could work, but C4::Print is HLT specific and needs a little bit of refactoring.
     Interface:
         -
@@ -31,6 +31,12 @@ Circulation:
                   asc: earliest to latest
                   desc: latest to earliest
             - due date.
+        -
+            - pref: soundon
+              choices: 
+                 yes: "Enable"
+                 no: "Don't enable"
+            - circulation sounds during checkin and checkout in the staff interface.  Not supported by all web browsers yet.
         -
             - pref: SpecifyDueDate
               choices:
@@ -43,11 +49,6 @@ Circulation:
                   yes: Allow
                   no: "Don't allow"
             - staff to delete messages added from other libraries.
-        -
-            - Mark a hold as problematic if it has been waiting for more than
-            - pref: ReservesMaxPickUpDelay
-              class: integer
-            - days.
         -
             - Show the
             - pref: numReturnedItemsToShow
@@ -59,6 +60,7 @@ Circulation:
                   yes: Require
                   no: "Don't require"
             - staff to choose which checkouts to show before running the overdues report.
+        -            
             - pref: DisplayClearScreenButton
               choices:
                   yes: Show
@@ -118,7 +120,7 @@ Circulation:
               choices:
                   PickupLibrary: the library you are logged in at.
                   PatronLibrary: the library the patron is from.
-                  ItemHomeBranch: the library the item is from.
+                  ItemHomeLibrary: the library the item is from.
         -
             - Use the checkout and fines rules of
             - pref: HomeOrHoldingBranch
@@ -138,11 +140,12 @@ Circulation:
               class: date
             - .
         -
+            - Calculate the due date using 
             - pref: useDaysMode
               choices:
-                  Days: Include
-                  Calendar: "Don't include"
-            - days when the library in closed when calculating due dates.
+                  Days: circulation rules only.
+                  Calendar: the calendar to skip all days the library is closed.
+                  Datedue: the calendar to push the due date to the next open day
         -
             - When renewing checkouts, base the new due date on
             - pref: RenewalPeriodBase
@@ -155,10 +158,10 @@ Circulation:
               class: currency
             - <!-- TMPL_VAR NAME="local_currency" --> in fines.
         -
-            - Show a warning on the "Transfers to Recieve" screen if the transfer has not been received
+            - Show a warning on the "Transfers to Receive" screen if the transfer has not been received
             - pref: TransfersMaxDaysWarning
               class: integer
-            - after it is sent.
+            - days after it was sent.
         -
             - pref: IssuingInProcess
               choices:
@@ -176,6 +179,21 @@ Circulation:
                   yes: Require
                   no: "Don't require"
             - "patrons to return books before their accounts expire (by restricting due dates to before the patron's expiration date)."
+        -
+            - Send all notices as a BCC to this email address
+            - pref: OverdueNoticeBcc
+        - 
+            - Include up to
+            - pref: PrintNoticesMaxLines
+              class: integer
+            - "item lines in a printed overdue notice. If the number of items is greater than this number, the notice will end with a warning asking the borrower to check their online account for a full list of overdue items.  Set to 0 to include all overdue items in the notice, no matter how many there are."
+        -
+            - pref: OverduesBlockCirc
+              choices:
+                  block: Block
+                  noblock: "Don't block"
+                  confirmation: Ask for confirmation
+            - when checking out to a borrower that has overdues outstanding        
     Holds Policy:
         -
             - pref: AllowHoldPolicyOverride
@@ -207,6 +225,18 @@ Circulation:
                   yes: Allow
                   no: "Don't allow"
             - "patrons to place holds that don't enter the waiting list until a certain future date. (AllowHoldDateInFuture must also be enabled)."
+        -
+            - Check the
+            - pref: ReservesControlBranch
+              choices:
+                  ItemHomeLibrary: "item's home library"
+                  PatronLibrary: "patron's home library"
+            - to see if the patron can place a hold on the item.    
+        -
+            - Mark a hold as problematic if it has been waiting for more than
+            - pref: ReservesMaxPickUpDelay
+              class: integer
+            - days.
         -
             - Satisfy holds from the libraries
             - pref: StaticHoldsQueueWeight
@@ -234,6 +264,18 @@ Circulation:
             - pref: maxreserves
               class: integer
             - holds at once.
+        -
+            - pref: emailLibrarianWhenHoldIsPlaced
+              choices:
+                  yes: Enable
+                  no:  "Don't enable"
+            - "sending an email to the Koha administrator email address whenever a hold request is placed."
+        -
+            - pref: DisplayMultiPlaceHold
+              choices:
+                  yes: Enable
+                  no:  "Don't enable"
+            - "the ability to place holds on multiple biblio from the search results"      
     Fines Policy:
         -
             - Calculate fines based on days overdue
@@ -258,4 +300,19 @@ Circulation:
                   yes: Show
                   no: "Don't show"
             - "the patron's picture (if one has been added) when they use the web-based self checkout."
-
+        -
+            - pref: WebBasedSelfCheck
+              choices:
+                  yes: Enable
+                  no: "Don't enable"
+            - "the web-based self checkout system. (available at: /cgi-bin/koha/sco/sco-main.pl)"
+        -
+            - pref: AutoSelfCheckAllowed
+              choices:
+                  yes: Allow
+                  no: "Don't allow"
+            - "the web-based self checkout system to automatically login with this staff login"
+            - pref: AutoSelfCheckID
+            - and this password
+            - pref: AutoSelfCheckPass
+            - .