X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=koha-tmpl%2Fintranet-tmpl%2Fprog%2Fen%2Fmodules%2Fadmin%2Fpreferences%2Fcirculation.pref;h=c188d80edbbd5a188babc0093f19f51ae7ff1ef4;hb=ca11d0ba2998996bbef39a9a9e2483bba21572d6;hp=59ed56449ac97d74b6528882a06facbd938d71fb;hpb=0c40ff9f9814295fe27f52047bfbe4ef7b47e78b;p=srvgit diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref index 59ed56449a..c188d80edb 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref @@ -16,6 +16,7 @@ Circulation: cuecat: Convert from CueCat form T-prefix: Remove the first number from T-prefix style libsuite8: Convert from Libsuite8 form + EAN13: EAN-13 or zero-padded UPC-A from - scanned item barcodes. - - Sort previous checkouts on the circulation page from @@ -51,6 +52,11 @@ Circulation: no: "Don't allow" - staff to specify a due date for a checkout. - + - Set the default start date for the Holds to pull list to + - pref: HoldsToPullStartDate + class: integer + - day(s) ago. + - - pref: AllowAllMessageDeletion choices: yes: Allow @@ -79,13 +85,13 @@ Circulation: yes: Require no: "Don't require" - staff to choose which checkouts to show before running the overdues report. - - + - - pref: DisplayClearScreenButton choices: 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 @@ -103,6 +109,21 @@ Circulation: - pref: NoticeCSS class: url - on Notices. (This should be a complete URL, starting with http://) + - + - pref: UpdateTotalIssuesOnCirc + choices: + 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). + - + - Use the + - pref: ExportWithCsvProfile + - CSV profile when exporting patron checkout history (enter CSV Profile name) + - + - The following fields should be excluded from the patron checkout history CSV or iso2709 export + - pref: ExportRemoveFields + - (separate fields with space, e.g. 100a 200b 300c) + Checkout Policy: - - pref: AllowNotForLoanOverride @@ -121,7 +142,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: @@ -164,6 +185,12 @@ Circulation: 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 type: choice @@ -179,6 +206,15 @@ Circulation: 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 choices: @@ -204,10 +240,20 @@ Circulation: - - pref: IssuingInProcess choices: - yes: Prevent - no: "Don't prevent" + yes: "Don't prevent" + no: "Prevent" - patrons from checking out an item whose rental charge would take them over the limit. - + - "Restrict patrons with the following target audience values from checking out inappropriate materials:" + - pref: AgeRestrictionMarker + - "E.g. enter target audience keyword(s) split by | (bar) FSK|PEGI|Age| (No white space near |). Be sure to map agerestriction in Koha to MARC mapping (e.g. 521$a). A MARC field value of FSK 12 or PEGI 12 would mean: Borrower must be 12 years old. Leave empty to not apply an 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 class: integer @@ -240,6 +286,21 @@ Circulation: choices: homebranch: the library the item is from. holdingbranch: the library the item was checked out from. + - + - "When issuing an item that has been marked as lost, " + - pref: IssueLostItem + choices: + confirm: "require confirmation" + alert: "display a message" + nothing : "do nothing" + - . + Checkin Policy: + - + - pref: BlockReturnOfWithdrawnItems + choices: + yes: Block + no: "Don't block" + - returning of items that have been withdrawn. Holds Policy: - - pref: AllowHoldPolicyOverride @@ -344,6 +405,36 @@ Circulation: yes: Transfer no: "Don't transfer" - items when cancelling all waiting holds. + - + - pref: AutoResumeSuspendedHolds + choices: + yes: Allow + no: "Don't allow" + - suspended holds to be automatically resumed by a set date. + - + - pref: SuspendHoldsIntranet + choices: + yes: Allow + no: "Don't allow" + - holds to be suspended from the intranet. + - + - pref: SuspendHoldsOpac + choices: + 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 to + - pref: decreaseLoanHighHoldsDuration + class: integer + - days for items with more than + - pref: decreaseLoanHighHoldsValue + class: integer + - holds. Fines Policy: - - Calculate fines based on days overdue @@ -361,6 +452,12 @@ Circulation: test: Calculate (but only for mailing to the admin) production: Calculate and charge - fines (when misc/cronjobs/fines.pl is being run). + - + - pref: RefundLostItemFeeOnReturn + choices: + yes: Refund + no: "Don't refund" + - lost item fees charged to a borrower when the lost item is returned. Self Checkout: - - pref: ShowPatronImageInWebBasedSelfCheck