Bug 14576: Allow arbitrary automatic update of location on checkin
[koha-equinox.git] / koha-tmpl / intranet-tmpl / prog / en / modules / admin / preferences / circulation.pref
index 9587797..a187e22 100644 (file)
@@ -136,7 +136,7 @@ Circulation:
                   no: "Don't show"
             - the export patron checkout history options.
         -
-            - The following fields should be excluded from the patron checkout history CSV or iso2709 export
+            - The following fields should be excluded from the patron checkout history CSV or MARC (ISO 2709) export
             - pref: ExportRemoveFields
             - (separate fields with space, e.g. 100a 200b 300c)
         -
@@ -144,7 +144,7 @@ Circulation:
               choices:
                   yes: Enable
                   no: "Do not enable"
-            - "offline circulation on regular circulation computers. (NOTE: This system preference does not affect the Firefox plugin or the desktop application)"
+            - "offline circulation on regular circulation computers. (<strong>NOTE:</strong> This system preference does not affect the Firefox plugin or the desktop application)"
         -
             - pref: ShowAllCheckins
               choices:
@@ -158,8 +158,22 @@ Circulation:
                   no: "Don't allow"
             - patrons to submit notes about checked out items.
 
+    Accounts:
+        -
+            - pref: AccountAutoReconcile
+              choices:
+                  yes: "Do"
+                  no: "Do not"
+            - reconcile patron balances automatically on each transaction adding debits or credits.
+
     Checkout Policy:
         -
+            - pref: AutoReturnCheckedOutItems
+              choices:
+                  yes: Don't
+                  no: Do
+            - require librarians to manually confirm a checkout where the item is already checked out to another patron.
+        -
             - pref: AllowTooManyOverride
               choices:
                   yes: Allow
@@ -188,7 +202,7 @@ Circulation:
               choices:
                   yes: Allow
                   no: "Don't allow"
-            - checkouts of 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. If using the holds queue items with pending holds will be marked as "unavailable" if this set to "Don't Allow".
         -
             - pref: AllowItemsOnHoldCheckoutSCO
               choices:
@@ -208,18 +222,6 @@ Circulation:
                   no: "Don't allow"
             - staff to manually override and check out items to patrons who have more than noissuescharge in fines.
         -
-            - pref: InProcessingToShelvingCart
-              choices:
-                  yes: Move
-                  no: "Don't move"
-            - items that have the location PROC to the location CART when they are checked in.
-        -
-            - pref: ReturnToShelvingCart
-              choices:
-                  yes: Move
-                  no: "Don't move"
-            - all items to the location CART when they are checked in.
-        -
             - pref: AutomaticItemReturn
               choices:
                   yes: Do
@@ -398,12 +400,14 @@ Circulation:
             - <br>WARNING — These preferences will activate the automatic item loss process. Leave these fields empty if you don't want to activate this feature.
             - "<br>Example: [1] [30] Sets an item to the LOST value 1 when it has been overdue for more than 30 days."
             - <br>(Used when the longoverdue.pl script is called without the --lost parameter)
+            - "<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/longoverdue.pl</code> cronjob. Ask your system administrator to schedule it."
         -
             - "Charge a lost item to the borrower's account when the LOST value of the item changes to :"
             - pref: DefaultLongOverdueChargeValue
               class: integer
             - <br>Leave this field empty if you don't want to charge the user for lost items.
             - <br>(Used when the longoverdue.pl script is called without the --charge parameter)
+            - "<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/longoverdue.pl</code> cronjob. Ask your system administrator to schedule it."
         -
             - "When issuing an item that has been marked as lost, "
             - pref: IssueLostItem
@@ -427,7 +431,7 @@ Circulation:
               choices:
                   yes: Allow
                   no: "Don't allow"
-            - "patrons to check out multiple items from the same record.  (NOTE: This will only affect records without a subscription attached.)"
+            - "patrons to check out multiple items from the same record.  (<strong>NOTE:</strong> This will only affect records without a subscription attached.)"
         -
             - pref: OnSiteCheckouts
               choices:
@@ -475,9 +479,32 @@ Circulation:
               choices:
                   yes: Block
                   no: Allow
-            - his/her auto renewals.
+            - their auto renewals.
+        -
+            - pref: ItemsDeniedRenewal
+              type: textarea
+              class: code
+            - Define custom rules to deny specific items from renewal.
+            - "<br />Can name any field in the items table followed by a colon then a space then"
+            - "a bracketed list of values separated by commas."
+            - "e.g."
+            - "<br />ccode: [NEWFIC,NULL,DVD]"
+            - "<br />itype: [NEWBK,\"\"]"
+            - "<br /> Note: the word 'NULL' can be used to block renewal on undefined fields, while an empty string \"\" will block on an empty (but defined) field."
     Checkin Policy:
         -
+            - pref: HoldsAutoFill
+              choices:
+                  yes: Do
+                  no: "Don't"
+            - automatically fill holds instead of asking the librarian.
+        -
+            - pref: HoldsAutoFillPrintSlip
+              choices:
+                  yes: Do
+                  no: "Don't"
+            - automatically display the hold slip dialog for auto-filled holds.
+        -
             - pref: BlockReturnOfWithdrawnItems
               choices:
                   yes: Block
@@ -495,7 +522,22 @@ Circulation:
                   yes: Do
                   no: "Don't"
             - calculate and update overdue charges when an item is returned.
-            - <br /><b>NOTE If you are doing hourly loans then you should have this on.</b>
+            - "<br /><strong>NOTE: If you are doing hourly loans then you should have this on.</strong>"
+        -
+            - pref: UpdateItemLocationOnCheckin
+              type: textarea
+              class: code
+            - This is is a list of value pairs, the first value is followed immediately by colon space then the second value i.e.:<br/>
+            - "PROC: FIC"
+            - <br/> When an item is checked in, if the location value on the left matches the items location value
+            - "it will be updated to the right-hand value.<br/> E.g. ''PROC: FIC'' will cause an item that was set to ''Book Cart'' to now be in the ''Fiction'' shelving location."
+            - <br/>Note that PROC and CART are special values, for these locations only can location and permanent_location differ.  In all other cases an update will affect both.
+            - <br/>Items in the CART location will be returned to their permanent location on checkout
+            - <br/>You can use the special term _BLANK_ on either side of a pair to update/remove items with no location assigned
+            - <br>You can use the special term _ALL_ on the left side to affect all items
+            - and the special term _PERM_ on the right side to return items to their permanent location
+            - <br>**Use of an _ALL_ rule will override/ignore any other values**
+            - <br>Each pair of values should be on a separate line.
         -
             - pref: UpdateNotForLoanStatusOnCheckin
               type: textarea
@@ -509,8 +551,28 @@ Circulation:
                   yes: Cumulate
                   no: "Don't cumulate"
             - the restriction periods.
+        -
+            - pref: HidePersonalPatronDetailOnCirculation
+              choices:
+                  yes: "Hide"
+                  no: "Don't hide"
+            - patrons phone number, email address, street address and city on the circulation page.
     Holds Policy:
         -
+            - In the staff client, split the holds queue into separate tables by
+            - pref: HoldsSplitQueue
+              choices:
+                  nothing: nothing
+                  branch: "pickup library"
+                  itemtype: "hold itemtype"
+                  branch_itemtype: "pickup library & itemtype"
+        -
+            - If the holds queue is split, show librarians
+            - pref: HoldsSplitQueueNumbering
+              choices:
+                  actual: "the actual priority, which may be out of order"
+                  virtual: "'virtual' priorities, where each group is numbered separately"
+        -
             - pref: AllowHoldItemTypeSelection
               choices:
                   yes: Allow
@@ -527,7 +589,7 @@ Circulation:
               choices:
                   yes: Allow
                   no: "Don't allow"
-            - staff to force addition of holds even if the patron already has the maximum number of holds allowed.
+            - staff to override hold policies when placing holds.
         -
             - pref: AllowHoldsOnDamagedItems
               choices:
@@ -568,9 +630,9 @@ Circulation:
               choices:
                   yes: Allow
                   no: "Don't allow"
-            - "holds to expire automatically if they have not been picked by within the time period specified in ReservesMaxPickUpDelay"
+            - "holds to expire automatically if they have not been picked by within the time period specified in ReservesMaxPickUpDelay.<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/holds/cancel_expired_holds.pl</code> cronjob. Ask your system administrator to schedule it."
         -
-            - If using ExpireReservesMaxPickUpDelay, charge a borrower who allows his or her waiting hold to expire a fee of
+            - If using ExpireReservesMaxPickUpDelay, charge a borrower who allows their waiting hold to expire a fee of
             - pref: ExpireReservesMaxPickUpDelayCharge
               class: currency
         -
@@ -587,6 +649,7 @@ Circulation:
               choices:
                   yes: in random order.
                   no: in that order.
+            - "<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/holds/build_holds_queue.pl</code> cronjob. Ask your system administrator to schedule it."
             -
         -
             - pref: canreservefromotherbranches
@@ -622,7 +685,7 @@ Circulation:
               choices:
                   yes: Enable
                   no:  "Don't enable"
-            - "the ability to place holds on multiple biblio from the search results"      
+            - "the ability to place holds on multiple bibliographic records from the search results"
         -
             - pref: TransferWhenCancelAllWaitingHolds
               choices:
@@ -634,7 +697,8 @@ Circulation:
               choices:
                   yes: Allow
                   no: "Don't allow"
-            - suspended holds to be automatically resumed by a set date.
+            - "suspended holds to be automatically resumed by a set date."
+            - "<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/holds/auto_unsuspend_holds.pl</code> cronjob. Ask your system administrator to schedule it."
         -
             - pref: SuspendHoldsIntranet
               choices:
@@ -667,7 +731,7 @@ Circulation:
             - the reduction of loan period to
             - pref: decreaseLoanHighHoldsDuration
               class: integer
-            - days for items with more than
+            - days for high demand items with more than
             - pref: decreaseLoanHighHoldsValue
               class: integer
             - holds
@@ -723,9 +787,9 @@ Circulation:
         -
             - Update item's values when marked as lost from the hold to pull screen.
             - This is a list of values to update an item when it is marked as lost from the holds to pull screen.
+            - 'Example: "itemlost: 1" to set items.itemlost to 1 when the item is marked as lost'
             - pref: UpdateItemWhenLostFromHoldList
               type: textarea
-            - (for instance "itemlost: 1" to set items.itemlost to 1 when the item is marked as lost)
     Interlibrary Loans:
         -
             - pref: ILLModule
@@ -739,6 +803,19 @@ Circulation:
             - pref: ILLModuleCopyrightClearance
               type: textarea
               class: long
+        -
+            - "Enabled ILL backends for OPAC initiated requests:"
+            - pref: ILLOpacbackends
+              class: multi
+            - (separated with |). If left empty, all installed backends will be enabled.
+        -
+            - Allow unmediated Interlibrary loan requests
+            - pref: ILLModuleUnmediated
+              default: 0
+              choices:
+                  yes: Enable
+                  no: Disable
+            - unmediated Interlibrary loan requests. If enabled and the ILL backend supports it, the newly created requests are immediately requested by backend.
     Fines Policy:
         -
             - Calculate fines based on days overdue
@@ -756,7 +833,8 @@ Circulation:
                   test: Calculate (but only for mailing to the admin)
                   production: Calculate and charge
             - fines (when <code>misc/cronjobs/fines.pl</code> is being run).
-            - <br><b>Note:</b> Fines can also be charged by the CalculateFinesOnReturn system preference.
+            - "<br><strong>NOTE:</strong> Fines can also be charged by the CalculateFinesOnReturn system preference."
+            - "<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/fines.pl</code> cronjob. Ask your system administrator to schedule it."
         -
             - If a lost item is returned, apply the refunding rules defined in the
             - pref: RefundLostOnReturnControl
@@ -805,6 +883,7 @@ Circulation:
             - "Include the following HTML on the self check-in screen:"
             - pref: SelfCheckInMainUserBlock
               type: textarea
+              syntax: text/html
               class: code
         -
             - pref: SelfCheckInModule
@@ -821,27 +900,32 @@ Circulation:
             - "Include the following CSS on all the self check-in screens:"
             - pref: SelfCheckInUserCSS
               type: textarea
+              syntax: css
               class: code
         -
             - "Include the following JavaScript on all the self check-in screens:"
             - pref: SelfCheckInUserJS
               type: textarea
+              syntax: javascript
               class: code
     Self Checkout:
         -
             - "Include the following JavaScript on all pages in the web-based self checkout:"
             - pref: SCOUserJS
               type: textarea
+              syntax: javascript
               class: code
         -
             - "Include the following HTML on the the web-based self checkout screen:"
             - pref: SCOMainUserBlock
               type: textarea
+              syntax: text/html
               class: code
         -
             - "Include the following CSS on all pages in the web-based self checkout:"
             - pref: SCOUserCSS
               type: textarea
+              syntax: css
               class: code
         -
             - pref: ShowPatronImageInWebBasedSelfCheck
@@ -918,6 +1002,19 @@ Circulation:
                   yes: Enable
                   no: Disable
             - "housebound module"
+    Stockrotation module:
+        -
+            - pref: StockRotation
+              choices:
+                  yes: Enable
+                  no: Disable
+            - "the stock rotation module"
+        -
+            - pref: RotationPreventTransfers
+              choices:
+                  yes: Disallow
+                  no: Allow
+            - "library transfers on items in stockrotation rotas"
     Article Requests:
         -
             - pref: ArticleRequests
@@ -926,6 +1023,12 @@ Circulation:
                   no: "Don't enable"
             - patrons to place article requests.
         -
+            - pref: ArticleRequestsLinkControl
+              choices:
+                  always: Always show
+                  calc: Use algorithm to show or hide
+            - article request link on search results.
+        -
             - For records that are record level or item level requestable, make the following fields mandatory
             - pref: ArticleRequestsMandatoryFields
               multiple: