2 # FIXME: printcirculationslips is also omitted. It _technically_ could work, but C4::Print is HLT specific and needs a little bit of refactoring.
9 - the navigation sidebar on all Circulation pages.
15 - to guess the patron being entered while typing a patron search on the circulation screen.
16 - Only returns the first 10 results at a time.
18 - pref: itemBarcodeInputFilter
21 whitespace: Remove spaces from
22 cuecat: Convert from CueCat form
23 T-prefix: Remove the first number from T-prefix style
24 libsuite8: Convert from Libsuite8 form
25 EAN13: EAN-13 or zero-padded UPC-A from
26 - scanned item barcodes.
28 - pref: itemBarcodeFallbackSearch
32 - the automatic use of a keyword catalog search if the phrase entered as a barcode on the checkout page does not turn up any results during an item barcode search.
34 - Sort previous checkouts on the circulation page from
35 - pref: previousIssuesDefaultSortOrder
37 asc: earliest to latest
38 desc: latest to earliest
41 - "Sort today's checkouts on the circulation page from"
42 - pref: todaysIssuesDefaultSortOrder
45 asc: earliest to latest
46 desc: latest to earliest
49 - pref: SpecifyDueDate
53 - staff to specify a due date for a checkout.
55 - pref: SpecifyReturnDate
59 - staff to specify a return date for a check in.
61 - Set the default start date for the Holds to pull list to
62 - pref: HoldsToPullStartDate
64 - day(s) ago. Note that the default end date is controlled by preference ConfirmFutureHolds.
66 - pref: AllowAllMessageDeletion
70 - staff to delete messages added from other libraries.
73 - pref: numReturnedItemsToShow
75 - last returned items on the checkin screen.
77 - pref: FineNotifyAtCheckin
81 - librarians of overdue fines on the items they are checking in.
83 - pref: WaitingNotifyAtCheckin
87 - librarians of waiting holds for the patron whose items they are checking in.
89 - pref: FilterBeforeOverdueReport
93 - staff to choose which checkouts to show before running the overdues report.
95 - pref: DisplayClearScreenButton
99 - a button to clear the current patron from the screen on the circulation screen.
101 - pref: RecordLocalUseOnReturn
105 - local use when an unissued item is checked in.
107 - When an empty barcode field is submitted in circulation
108 - pref: CircAutoPrintQuickSlip
110 clear: "clear the screen"
111 qslip: "open a print quick slip window"
112 slip: "open a print slip window"
115 - Include the stylesheet at
118 - on Notices. (This should be a complete URL, starting with <code>http://</code>)
120 - pref: UpdateTotalIssuesOnCirc
124 - 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).
126 - pref: ExportCircHistory
130 - the export patron checkout history options.
132 - The following fields should be excluded from the patron checkout history CSV or iso2709 export
133 - pref: ExportRemoveFields
134 - (separate fields with space, e.g. 100a 200b 300c)
136 - pref: AllowOfflineCirculation
140 - "offline circulation on regular circulation computers. (NOTE: This system preference does not affect the Firefox plugin or the desktop application)"
142 - pref: ShowAllCheckins
146 - all items in the "Checked-in items" list, even items that were not checked out.
148 - pref: AllowCheckoutNotes
152 - patrons to submit notes about checked out items.
156 - pref: AllowTooManyOverride
160 - staff to override and check out items when the patron has reached the maximum number of allowed checkouts.
162 - pref: AutoRemoveOverduesRestrictions
166 - allow OVERDUES restrictions triggered by sent notices to be cleared automatically when all overdue items are returned by a patron.
168 - pref: AllowNotForLoanOverride
172 - staff to override and check out items that are marked as not for loan.
174 - pref: AllowRenewalLimitOverride
178 - staff to manually override renewal blocks and renew a checkout when it would go over the renewal limit or be premature with respect to the "No renewal before" setting in the circulation policy or has been scheduled for automatic renewal.
180 - pref: AllowItemsOnHoldCheckout
184 - checkouts of items reserved to someone else. If allowed do not generate RESERVE_WAITING and RESERVED warning. This allows self checkouts for those items.
186 - pref: AllowItemsOnHoldCheckoutSCO
190 - checkouts of items reserved to someone else in the SCO module. If allowed do not generate RESERVE_WAITING and RESERVED warning. This allows self checkouts for those items.
192 - pref: AllFinesNeedOverride
196 - staff to manually override all fines, even fines less than noissuescharge.
198 - pref: AllowFineOverride
202 - staff to manually override and check out items to patrons who have more than noissuescharge in fines.
204 - pref: InProcessingToShelvingCart
208 - items that have the location PROC to the location CART when they are checked in.
210 - pref: ReturnToShelvingCart
214 - all items to the location CART when they are checked in.
216 - pref: AutomaticItemReturn
220 - automatically transfer items to their home library when they are returned.
222 - pref: UseBranchTransferLimits
226 - library transfer limits based on
227 - pref: BranchTransferLimitsType
229 ccode: collection code
233 - pref: UseTransportCostMatrix
237 - Transport Cost Matrix for calculating optimal holds filling between branches.
239 - Use the checkout and fines rules of
243 PickupLibrary: the library you are logged in at.
244 PatronLibrary: the library the patron is from.
245 ItemHomeLibrary: the library the item is from.
247 - Use the checkout and fines rules of
248 - pref: HomeOrHoldingBranch
251 homebranch: the library the item is from.
252 holdingbranch: the library the item was checked out from.
254 - Allow materials to be returned to
255 - pref: AllowReturnToBranch
258 anywhere: to any library.
259 homebranch: only the library the item is from.
260 holdingbranch: only the library the item was checked out from.
261 homeorholdingbranch: either the library the item is from or the library it was checked out from.
263 - For search results in the staff client, display the branch of
264 - pref: StaffSearchResultsDisplayBranch
267 homebranch: the library the item is from.
268 holdingbranch: the library the item is held by.
270 - Calculate the due date using
273 Days: circulation rules only.
274 Calendar: the calendar to skip all days the library is closed.
275 Datedue: the calendar to push the due date to the next open day
277 - Calculate "No renewal before" based on
278 - pref: NoRenewalBeforePrecision
281 exact_time: exact time.
282 - Only relevant for loans calculated in days, hourly loans are not affected.
284 - When renewing checkouts, base the new due date on
285 - pref: RenewalPeriodBase
287 date_due: the old due date of the checkout.
288 now: the current date.
290 - pref: RenewalSendNotice
294 - a renewal notice according to patron checkout alert preferences.
296 - Prevent patrons from making holds on the OPAC if they owe more than
297 - pref: maxoutstanding
299 - '[% local_currency %] in fines.'
301 - Show a warning on the "Transfers to Receive" screen if the transfer has not been received
302 - pref: TransfersMaxDaysWarning
304 - days after it was sent.
306 - pref: IssuingInProcess
310 - patrons from checking out an item whose rental charge would take them over the limit.
312 - "Restrict patrons with the following target audience values from checking out inappropriate materials:"
313 - pref: AgeRestrictionMarker
314 - "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."
316 - pref: AgeRestrictionOverride
320 - staff to check out an item with age restriction.
322 - Prevent patrons from checking out books if they have more than
323 - pref: noissuescharge
325 - '[% local_currency %] in fines.'
327 - Prevent a patron from checking out if the patron has guarantees owing in total more than
328 - pref: NoIssuesChargeGuarantees
330 - '[% local_currency %] in fines.'
332 - pref: RentalsInNoissuesCharge
336 - rental charges when summing up charges for noissuescharge.
338 - pref: ManInvInNoissuesCharge
342 - MANUAL_INV charges when summing up charges for noissuescharge.
344 - pref: HoldsInNoissuesCharge
348 - hold charges when summing up charges for noissuescharge.
350 - pref: ReturnBeforeExpiry
354 - "patrons to return books before their accounts expire (by restricting due dates to before the patron's expiration date)."
356 - Send all notices as a BCC to this email address
359 - pref: OverdueNoticeCalendar
362 no: "Ignore Calendar"
363 - when working out the period for overdue notices
366 - pref: PrintNoticesMaxLines
368 - "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."
370 - pref: OverduesBlockCirc
373 noblock: "Don't block"
374 confirmation: Ask for confirmation
375 - when checking out to a borrower that has overdues outstanding
377 - "When checking out an item with rental fees, "
378 - pref: RentalFeesCheckoutConfirmation
382 - "for confirmation."
384 - By default, set the LOST value of an item to
385 - pref: DefaultLongOverdueLostValue
387 - when the item has been overdue for more than
388 - pref: DefaultLongOverdueDays
391 - <br>WARNING — These preferences will activate the automatic item loss process. Leave these fields empty if you don't want to activate this feature.
392 - "<br>Example: [1] [30] Sets an item to the LOST value 1 when it has been overdue for more than 30 days."
393 - <br>(Used when the longoverdue.pl script is called without the --lost parameter)
395 - "Charge a lost item to the borrower's account when the LOST value of the item changes to :"
396 - pref: DefaultLongOverdueChargeValue
398 - <br>Leave this field empty if you don't want to charge the user for lost items.
399 - <br>(Used when the longoverdue.pl script is called without the --charge parameter)
401 - "When issuing an item that has been marked as lost, "
402 - pref: IssueLostItem
404 confirm: "require confirmation"
405 alert: "display a message"
406 nothing : "do nothing"
409 - pref: AllowMultipleIssuesOnABiblio
413 - "patrons to check out multiple items from the same record. (NOTE: This will only affect records without a subscription attached.)"
415 - pref: OnSiteCheckouts
419 - the on-site checkouts feature.
421 - pref: OnSiteCheckoutsForce
425 - the on-site for all cases (Even if a user is debarred, etc.).
427 - pref: ConsiderOnSiteCheckoutsAsNormalCheckouts
431 - on-site checkouts as normal checkouts.
432 - If enabled, the number of checkouts allowed will be normal checkouts + on-site checkouts.
433 - If disabled, both values will be checked separately.
435 - pref: SwitchOnSiteCheckouts
439 - on-site checkouts to normal checkouts when checked out.
441 - When a patron's checked out item is overdue,
442 - pref: OverduesBlockRenewing
445 allow: allow renewing.
446 blockitem: block renewing only for this item.
447 block: block renewing for all the patron's items.
449 - If patron is restricted,
450 - pref: RestrictionBlockRenewing
456 - If a patron owes more than the value of OPACFineNoRenewals,
457 - pref: OPACFineNoRenewalsBlockAutoRenew
461 - his/her auto renewals.
464 - pref: BlockReturnOfWithdrawnItems
468 - returning of items that have been withdrawn.
470 - pref: CalculateFinesOnReturn
474 - calculate and update overdue charges when an item is returned.
475 - <br /><b>NOTE If you are doing hourly loans then you should have this on.</b>
477 - pref: UpdateNotForLoanStatusOnCheckin
480 - This is a list of value pairs. When an item is checked in, if the not for loan value on the left matches the items not for loan value
481 - "it will be updated to the right-hand value. E.g. '-1: 0' will cause an item that was set to 'Ordered' to now be available for loan."
482 - Each pair of values should be on a separate line.
484 - pref: CumulativeRestrictionPeriods
488 - the restriction periods.
491 - pref: AllowHoldItemTypeSelection
495 - hold fulfillment to be limited by itemtype.
497 - pref: AllowRenewalIfOtherItemsAvailable
501 - a patron to renew an item with unfilled holds if other available items can fill that hold.
503 - pref: AllowHoldPolicyOverride
507 - staff to override hold policies when placing holds.
509 - pref: AllowHoldsOnDamagedItems
513 - hold requests to be placed on and filled by damaged items.
515 - pref: AllowHoldDateInFuture
519 - hold requests to be placed that do not enter the waiting list until a certain future date.
521 - pref: OPACAllowHoldDateInFuture
525 - "patrons to place holds that don't enter the waiting list until a certain future date. (AllowHoldDateInFuture must also be enabled)."
527 - Confirm future hold requests (starting no later than
528 - pref: ConfirmFutureHolds
530 - days from now) at checkin time. Note that this number of days will be used too in calculating the default end date for the Holds to pull-report. But it does not interfere with issuing, renewing or transferring books.
533 - pref: ReservesControlBranch
535 ItemHomeLibrary: "item's home library"
536 PatronLibrary: "patron's home library"
537 - to see if the patron can place a hold on the item.
539 - Mark a hold as problematic if it has been waiting for more than
540 - pref: ReservesMaxPickUpDelay
544 - pref: ExpireReservesMaxPickUpDelay
548 - "holds to expire automatically if they have not been picked by within the time period specified in ReservesMaxPickUpDelay"
550 - If using ExpireReservesMaxPickUpDelay, charge a borrower who allows his or her waiting hold to expire a fee of
551 - pref: ExpireReservesMaxPickUpDelayCharge
554 - Satisfy holds using items from the libraries
555 - pref: StaticHoldsQueueWeight
557 - (as branchcodes, separated by commas; if empty, uses all libraries)
559 - pref: HoldsQueueSkipClosed
563 - pref: RandomizeHoldsQueueWeight
565 yes: in random order.
569 - pref: canreservefromotherbranches
572 no: "Don't allow (with independent branches)"
573 - a user from one library to place a hold on an item from another library
575 - pref: OPACAllowUserToChooseBranch
579 - a user to choose the library to pick up a hold from.
581 - pref: ReservesNeedReturns
583 yes: "Don't automatically"
585 - mark a hold as found and waiting when a hold is placed on a specific item and that item is already checked in.
587 - Patrons can only have
592 - pref: emailLibrarianWhenHoldIsPlaced
596 - "sending an email to the Koha administrator email address whenever a hold request is placed."
598 - pref: DisplayMultiPlaceHold
602 - "the ability to place holds on multiple biblio from the search results"
604 - pref: TransferWhenCancelAllWaitingHolds
608 - items when cancelling all waiting holds.
610 - pref: AutoResumeSuspendedHolds
614 - suspended holds to be automatically resumed by a set date.
616 - pref: SuspendHoldsIntranet
620 - holds to be suspended from the intranet.
622 - pref: SuspendHoldsOpac
626 - holds to be suspended from the OPAC.
628 - pref: ExpireReservesOnHolidays
632 - expired holds to be canceled on days the library is closed.
634 - pref: ExcludeHolidaysFromMaxPickUpDelay
638 - Closed days to be taken into account in reserves max pickup delay.
640 - pref: decreaseLoanHighHolds
644 - the reduction of loan period to
645 - pref: decreaseLoanHighHoldsDuration
647 - days for items with more than
648 - pref: decreaseLoanHighHoldsValue
651 - pref: decreaseLoanHighHoldsControl
653 static: "on the record"
654 dynamic: "over the number of holdable items on the record"
655 - . Ignore items with the following statuses when counting items
656 - pref: decreaseLoanHighHoldsIgnoreStatuses
661 notforloan: Not for loan
663 - pref: AllowHoldsOnPatronsPossessions
667 - a patron to place a hold on a record where the patron already has one or more items attached to that record checked out.
669 - pref: LocalHoldsPriority
673 - priority for filling holds to patrons whose
674 - pref: LocalHoldsPriorityPatronControl
676 PickupLibrary: "pickup library"
677 HomeLibrary: "home library"
679 - pref: LocalHoldsPriorityItemControl
681 homebranch: "home library"
682 holdingbranch: "holding library"
684 - pref: OPACHoldsIfAvailableAtPickup
688 - to pickup up holds at libraries where the item is available.
690 - "Patron categories not affected by OPACHoldsIfAvailableAtPickup"
691 - pref: OPACHoldsIfAvailableAtPickupExceptions
692 - "(list of patron categories separated with a pipe '|')"
695 - Calculate fines based on days overdue
696 - pref: finesCalendar
699 ignoreCalendar: directly.
700 noFinesWhenClosed: not including days the library is closed.
706 off: "Don't calculate"
707 test: Calculate (but only for mailing to the admin)
708 production: Calculate and charge
709 - fines (when <code>misc/cronjobs/fines.pl</code> is being run).
710 - <br><b>Note:</b> Fines can also be charged by the CalculateFinesOnReturn system preference.
712 - If a lost item is returned, apply the refunding rules defined in the
713 - pref: RefundLostOnReturnControl
715 CheckinLibrary: "check-in library."
716 ItemHomeBranch: "item home branch."
717 ItemHoldingBranch: "item holding branch."
719 - pref: FinesIncludeGracePeriod
723 - the grace period when calculating the fine for an overdue item.
725 - pref: WhenLostForgiveFine
729 - the fines on an item when it is lost.
731 - pref: WhenLostChargeReplacementFee
735 - the replacement price when a patron loses an item.
740 any_time_is_placed: "any time a hold is placed."
741 not_always: "only if all items are checked out and the record has at least one hold already."
742 any_time_is_collected: "any time a hold is collected."
744 - pref: useDefaultReplacementCost
748 - the default replacement cost defined in item type.
750 - "Set the text to be recorded in the column 'note', table 'accountlines' when the processing fee (defined in item type) is applied."
751 - pref: ProcessingFeeNote
757 - "Include the following JavaScript on all pages in the web-based self checkout:"
762 - "Include the following CSS on all pages in the web-based self checkout:"
767 - pref: ShowPatronImageInWebBasedSelfCheck
771 - "the patron's picture (if one has been added) when they use the web-based self checkout."
773 - pref: WebBasedSelfCheck
777 - "the web-based self checkout system. (available at: /cgi-bin/koha/sco/sco-main.pl)"
779 - Have patrons login into the web-based self checkout system with their
780 - pref: SelfCheckoutByLogin
782 yes: Username and Password
785 - "Time out the current patron's web-based self checkout system login after"
786 - pref: SelfCheckTimeout
790 - pref: AllowSelfCheckReturns
794 - patrons to return items through web-based self checkout system.
796 - "Include the following HTML in the Help page of the web-based self checkout system:"
797 - pref: SelfCheckHelpMessage
801 - pref: AutoSelfCheckAllowed
805 - "the web-based self checkout system to automatically login with this staff login"
806 - pref: AutoSelfCheckID
808 - pref: AutoSelfCheckPass
811 - pref: SelfCheckReceiptPrompt
815 - "the print receipt popup dialog when self checkout is finished"
818 - pref: UseCourseReserves
825 - pref: BatchCheckouts
831 - "Patron categories allowed to checkout in a batch"
832 - pref: BatchCheckoutsValidCategories
833 - "(list of patron categories separated with a pipe '|')"
836 - pref: HouseboundModule
840 - "housebound module"
843 - pref: ArticleRequests
847 - patrons to place article requests.
849 - For records that are record level or item level requestable, make the following fields mandatory
850 - pref: ArticleRequestsMandatoryFields
861 - For records that are only record level requestable, make the following fields mandatory
862 - pref: ArticleRequestsMandatoryFieldsRecordOnly
873 - For records that are only item level requestable, make the following fields mandatory
874 - pref: ArticleRequestsMandatoryFieldsItemOnly