Merge remote-tracking branch 'origin/new/bug_5604'
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / admin / preferences / circulation.pref
index 16b52ff..f4946b5 100644 (file)
@@ -7,6 +7,7 @@ Circulation:
                   yes: Try
                   no: "Don't try"
             - to guess the patron being entered while typing a patron search on the circulation screen.
+            - Only returns the first 10 results at a time.
         -
             - pref: itemBarcodeInputFilter
               choices:
@@ -14,7 +15,8 @@ Circulation:
                   whitespace: Remove spaces from
                   cuecat: Convert from CueCat form
                   T-prefix: Remove the first number from T-prefix style
-            - scanned patron barcodes.
+                  libsuite8: Convert from Libsuite8 form
+            - scanned item barcodes.
         -
             - Sort previous checkouts on the circulation page from
             - pref: previousIssuesDefaultSortOrder
@@ -30,6 +32,12 @@ Circulation:
                   asc: earliest to latest
                   desc: latest to earliest
             - due date.
+        -
+            - pref: UseTablesortForCirc
+              choices:
+                  yes: "Enable"
+                  no: "Don't enable"
+            - "the sorting of current patron checkouts on the circulation screen. <br/>NOTE: Enabling this function may slow down circulation time for patrons with many checkouts."
         -
             - pref: soundon
               choices: 
@@ -53,6 +61,18 @@ Circulation:
             - pref: numReturnedItemsToShow
               class: integer
             - last returned items on the checkin screen.
+        -
+            - pref: FineNotifyAtCheckin
+              choices:
+                  yes: Notify
+                  no: "Don't notify"
+            - librarians of overdue fines on the items they are checking in.
+        -
+            - pref: WaitingNotifyAtCheckin
+              choices:
+                  yes: Notify
+                  no: "Don't notify"
+            - librarians of waiting holds for the patron whose items they are checking in.
         -
             - pref: FilterBeforeOverdueReport
               choices:
@@ -65,6 +85,12 @@ Circulation:
                   yes: Show
                   no: "Don't show"
             - a button to clear the current patron from the screen on the circulation screen.
+        -            
+            - pref: RecordLocalUseOnReturn
+              choices:
+                  yes: Record
+                  no: "Don't record"
+            - local use when an unissued item is checked in.
     Checkout Policy:
         -
             - pref: AllowNotForLoanOverride
@@ -78,6 +104,18 @@ Circulation:
                   yes: Allow
                   no: "Don't allow"
             - staff to manually override the renewal limit and renew a checkout when it would go over the renewal limit.
+        -
+            - pref: AllFinesNeedOverride
+              choices:
+                  yes: Require
+                  no: "Don't require"
+            - staff to manually override all fines, even fines less than noissuescharge.
+        -
+            - pref: AllowFineOverride
+              choices:
+                  yes: Allow
+                  no: "Don't allow"
+            - staff to manually override and check out items to patrons who have more than noissuescharge in fines.
         -
             - pref: InProcessingToShelvingCart
               choices:
@@ -122,17 +160,6 @@ Circulation:
               choices:
                   homebranch: the library the item is from.
                   holdingbranch: the library the item was checked out from.
-            - "<br />NOTE: This is older than <code>CircControl</code>, but used by some parts of Koha. It will be removed soon."
-        -
-            - Make all checkouts have a due date of
-            - pref: globalDueDate
-              class: date
-            - .
-        -
-            - Make all checkouts due on or before
-            - pref: ceilingDueDate
-              class: date
-            - .
         -
             - Calculate the due date using 
             - pref: useDaysMode
@@ -150,7 +177,7 @@ Circulation:
             - Prevent patrons from making holds on the OPAC if they owe more than
             - pref: maxoutstanding
               class: currency
-            - <!-- TMPL_VAR NAME="local_currency" --> in fines.
+            - '[% local_currency %] in fines.'
         -
             - Show a warning on the "Transfers to Receive" screen if the transfer has not been received
             - pref: TransfersMaxDaysWarning
@@ -166,7 +193,7 @@ Circulation:
             - Prevent patrons from checking out books if they have more than
             - pref: noissuescharge
               class: integer
-            - <!-- TMPL_VAR NAME="local_currency" --> in fines.
+            - '[% local_currency %] in fines.'
         -
             - pref: ReturnBeforeExpiry
               choices:
@@ -188,6 +215,13 @@ Circulation:
                   noblock: "Don't block"
                   confirmation: Ask for confirmation
             - when checking out to a borrower that has overdues outstanding        
+        -
+            - On checkin route the returned item to
+            - pref: HomeOrHoldingBranchReturn
+              type: choice
+              choices:
+                  homebranch: the library the item is from.
+                  holdingbranch: the library the item was checked out from.
     Holds Policy:
         -
             - pref: AllowHoldPolicyOverride
@@ -247,6 +281,12 @@ Circulation:
                   yes: Allow
                   no: "Don't allow (with independent branches)"
             - a user from one library to place a hold on an item from another library
+        -
+            - pref: OPACAllowUserToChooseBranch
+              choices:
+                  yes: Allow
+                  no: "Don't allow"
+            - a user to choose the branch to pick up a hold from.
         -
             - pref: ReservesNeedReturns
               choices:
@@ -300,6 +340,28 @@ Circulation:
                   yes: Enable
                   no: "Don't enable"
             - "the web-based self checkout system. (available at: /cgi-bin/koha/sco/sco-main.pl)"
+        -
+            - Have patrons login into the web-based self checkout system with their 
+            - pref: SelfCheckoutByLogin
+              choices:
+                  yes: Username and Password
+                  no: Barcode
+        -
+            - "Time out the current patron's web-based self checkout system login after"
+            - pref: SelfCheckTimeout
+              class: integer
+            - seconds.
+        -
+            - pref: AllowSelfCheckReturns
+              choices:
+                  yes: Allow
+                  no: "Don't allow"
+            - patrons to return items through web-based self checkout system. 
+        -
+            - "Include the following HTML in the Help page of the web-based self checkout system:"
+            - pref: SelfCheckHelpMessage
+              type: textarea
+              class: code
         -
             - pref: AutoSelfCheckAllowed
               choices: