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=e683307246299867e62f0d289f65d82c0ddad3ed;hb=b3866aff5d21b4558e8d4580ba37873422054a3e;hp=e2b2b72b7cf01b75ed7d0c58e99643988de7cb93;hpb=d5becca661f45bebde0d4fbb37229d8d7bdb9c63;p=koha_fer 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 e2b2b72b7c..e683307246 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 @@ -1,5 +1,4 @@ Circulation: -# broken, omitted: emailLibrarianWhenHoldIsPlaced, holdCancelLength, WebBasedSelfCheck # FIXME: printcirculationslips is also omitted. It _technically_ could work, but C4::Print is HLT specific and needs a little bit of refactoring. Interface: - @@ -15,7 +14,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 @@ -32,6 +32,18 @@ Circulation: 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.
NOTE: Enabling this function may slow down circulation time for patrons with many checkouts." + - + - 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: yes: Allow @@ -44,21 +56,23 @@ Circulation: 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 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: FilterBeforeOverdueReport choices: yes: Require no: "Don't require" - staff to choose which checkouts to show before running the overdues report. + - - pref: DisplayClearScreenButton choices: yes: Show @@ -78,11 +92,6 @@ Circulation: no: "Don't allow" - staff to manually override the renewal limit and renew a checkout when it would go over the renewal limit. - - - When items are created, give them the temporary location of - - pref: NewItemsDefaultLocation - class: short - - (should be a location code, or blank to disable). - - - pref: InProcessingToShelvingCart choices: yes: Move @@ -118,7 +127,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 @@ -126,7 +135,6 @@ Circulation: choices: homebranch: the library the item is from. holdingbranch: the library the item was checked out from. - - "
NOTE: This is older than CircControl, but used by some parts of Koha. It will be removed soon." - - Make all checkouts have a due date of - pref: globalDueDate @@ -138,11 +146,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 @@ -179,6 +188,18 @@ Circulation: - - 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 @@ -216,7 +237,12 @@ Circulation: choices: ItemHomeLibrary: "item's home library" PatronLibrary: "patron's home library" - - to see if the patron can place a hold on the item. + - 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 @@ -244,6 +270,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 @@ -274,3 +312,13 @@ Circulation: 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 + - .