|
Lines 27-32
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
| 27 |
('AggressiveMatchOnISBN','0', NULL,'If enabled, attempt to match aggressively by trying all variations of the ISBNs in the imported record as a phrase in the ISBN fields of already cataloged records when matching on ISBN with the record import tool','YesNo'), |
27 |
('AggressiveMatchOnISBN','0', NULL,'If enabled, attempt to match aggressively by trying all variations of the ISBNs in the imported record as a phrase in the ISBN fields of already cataloged records when matching on ISBN with the record import tool','YesNo'), |
| 28 |
('AggressiveMatchOnISSN','0', NULL,'If enabled, attempt to match aggressively by trying all variations of the ISSNs in the imported record as a phrase in the ISSN fields of already cataloged records when matching on ISSN with the record import tool','YesNo'), |
28 |
('AggressiveMatchOnISSN','0', NULL,'If enabled, attempt to match aggressively by trying all variations of the ISSNs in the imported record as a phrase in the ISSN fields of already cataloged records when matching on ISSN with the record import tool','YesNo'), |
| 29 |
('AllFinesNeedOverride','1',NULL,'If on, staff will be asked to override every fine, even if it is below noissuescharge.','YesNo'), |
29 |
('AllFinesNeedOverride','1',NULL,'If on, staff will be asked to override every fine, even if it is below noissuescharge.','YesNo'), |
|
|
30 |
('AllNoticeCSS','',NULL,'CSS to include in each html notice regardless of messate transport type','free'), |
| 31 |
('AllNoticeStylesheet', '', NULL, 'Enter the address for a stylesheet for all notices', 'free'), |
| 30 |
('AllowAllMessageDeletion','0',NULL,'Allow any Library to delete any message','YesNo'), |
32 |
('AllowAllMessageDeletion','0',NULL,'Allow any Library to delete any message','YesNo'), |
| 31 |
('AllowCheckoutNotes', '0', NULL, 'Allow patrons to submit notes about checked out items.','YesNo'), |
33 |
('AllowCheckoutNotes', '0', NULL, 'Allow patrons to submit notes about checked out items.','YesNo'), |
| 32 |
('AllowFineOverride','0',NULL,'If on, staff will be able to issue books to patrons with fines greater than noissuescharge.','YesNo'), |
34 |
('AllowFineOverride','0',NULL,'If on, staff will be able to issue books to patrons with fines greater than noissuescharge.','YesNo'), |
|
Lines 252-257
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
| 252 |
('EmailFieldPrimary','','|email|emailpro|B_email|cardnumber|MULTI','Defines the default email address field where patron email notices are sent.','Choice'), |
254 |
('EmailFieldPrimary','','|email|emailpro|B_email|cardnumber|MULTI','Defines the default email address field where patron email notices are sent.','Choice'), |
| 253 |
('EmailFieldSelection','','email|emailpro|B_email','Selection list of patron email fields to use whern AutoEmailPrimaryAddress is set to selected addresses','multiple'), |
255 |
('EmailFieldSelection','','email|emailpro|B_email','Selection list of patron email fields to use whern AutoEmailPrimaryAddress is set to selected addresses','multiple'), |
| 254 |
('emailLibrarianWhenHoldIsPlaced','0',NULL,'If ON, emails the librarian whenever a hold is placed','YesNo'), |
256 |
('emailLibrarianWhenHoldIsPlaced','0',NULL,'If ON, emails the librarian whenever a hold is placed','YesNo'), |
|
|
257 |
('EmailNoticeCSS','',NULL,'CSS to include in each html email notice','free'), |
| 258 |
('EmailNoticeStylesheet','',NULL,'Enter the address for a stylesheet to include in each html email notice','free'), |
| 255 |
('EmailOverduesNoEmail','1',NULL,'Send send overdues of patrons without email address to staff','YesNo'), |
259 |
('EmailOverduesNoEmail','1',NULL,'Send send overdues of patrons without email address to staff','YesNo'), |
| 256 |
('EmailPatronRegistrations', '0', '0|EmailAddressForPatronRegistrations|BranchEmailAddress|KohaAdminEmailAddress', 'Choose email address that new patron registrations will be sent to: ', 'Choice'), |
260 |
('EmailPatronRegistrations', '0', '0|EmailAddressForPatronRegistrations|BranchEmailAddress|KohaAdminEmailAddress', 'Choose email address that new patron registrations will be sent to: ', 'Choice'), |
| 257 |
('EmailPatronWhenHoldIsPlaced', '0', NULL, 'Email patron when a hold has been placed for them', 'YesNo'), |
261 |
('EmailPatronWhenHoldIsPlaced', '0', NULL, 'Email patron when a hold has been placed for them', 'YesNo'), |
|
Lines 449-456
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
| 449 |
('NoRefundOnLostFinesPaidAge','',NULL,'Do not refund lost item fees if the fee was paid off more than this number of days ago','Integer'), |
453 |
('NoRefundOnLostFinesPaidAge','',NULL,'Do not refund lost item fees if the fee was paid off more than this number of days ago','Integer'), |
| 450 |
('NoRefundOnLostReturnedItemsAge','',NULL,'Do not refund lost item fees if item is lost for more than this number of days','Integer'), |
454 |
('NoRefundOnLostReturnedItemsAge','',NULL,'Do not refund lost item fees if item is lost for more than this number of days','Integer'), |
| 451 |
('NoRenewalBeforePrecision','exact_time','date|exact_time','Calculate "No renewal before" based on date only or exact time of due date','Choice'), |
455 |
('NoRenewalBeforePrecision','exact_time','date|exact_time','Calculate "No renewal before" based on date only or exact time of due date','Choice'), |
| 452 |
('NotesToHide','',NULL,'List of notes fields that should not appear in the title notes/description separator of details','Free'), |
456 |
('NotesToHide','',NULL,'List of notes fields that should not appear in the title notes/description separator of details','free'), |
| 453 |
('NotHighlightedWords','and|or|not',NULL,'List of words to NOT highlight when OpacHitHighlight is enabled','Free'), |
457 |
('NotHighlightedWords','and|or|not',NULL,'List of words to NOT highlight when OpacHitHighlight is enabled','free'), |
| 454 |
('NoticeBcc','',NULL,'Email address to bcc outgoing notices sent by email','Free'), |
458 |
('NoticeBcc','',NULL,'Email address to bcc outgoing notices sent by email','Free'), |
| 455 |
('NoticeCSS','',NULL,'Notices CSS url.','Free'), |
459 |
('NoticeCSS','',NULL,'Notices CSS url.','Free'), |
| 456 |
('NoticesLog','0',NULL,'If enabled, log changes to notice templates','YesNo'), |
460 |
('NoticesLog','0',NULL,'If enabled, log changes to notice templates','YesNo'), |
|
Lines 656-662
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
| 656 |
('PreserveSerialNotes','1',NULL,'When a new "Expected" issue is generated, should it be prefilled with last created issue notes?','YesNo'), |
660 |
('PreserveSerialNotes','1',NULL,'When a new "Expected" issue is generated, should it be prefilled with last created issue notes?','YesNo'), |
| 657 |
('PreventWithdrawingItemsStatus', '', NULL, 'Prevent the withdrawing of items based on certain statuses', 'multiple'), |
661 |
('PreventWithdrawingItemsStatus', '', NULL, 'Prevent the withdrawing of items based on certain statuses', 'multiple'), |
| 658 |
('previousIssuesDefaultSortOrder','asc','asc|desc','Specify the sort order of Previous Issues on the circulation page','Choice'), |
662 |
('previousIssuesDefaultSortOrder','asc','asc|desc','Specify the sort order of Previous Issues on the circulation page','Choice'), |
|
|
663 |
('PrintNoticeCSS','',NULL,'CSS to include in each html print notice','free'), |
| 659 |
('PrintNoticesMaxLines','0',NULL,'If greater than 0, sets the maximum number of lines an overdue notice will print. 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.','Integer'), |
664 |
('PrintNoticesMaxLines','0',NULL,'If greater than 0, sets the maximum number of lines an overdue notice will print. 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.','Integer'), |
|
|
665 |
('PrintNoticeStylesheet','',NULL,'Enter the address for a stylesheet to include in each html print notice','free'), |
| 666 |
('PrintSlipCSS','',NULL,'CSS to include in each html print slip','free'), |
| 667 |
('PrintSlipStylesheet','',NULL,'Enter the address for a stylesheet to include in each html print slip','free'), |
| 660 |
('PrivacyPolicyConsent','','Enforced|Permissive|Disabled','Data privacy policy consent in the OPAC', 'Choice'), |
668 |
('PrivacyPolicyConsent','','Enforced|Permissive|Disabled','Data privacy policy consent in the OPAC', 'Choice'), |
| 661 |
('PrivacyPolicyURL','',NULL,'This URL is used in messages about GDPR consents.', 'Free'), |
669 |
('PrivacyPolicyURL','',NULL,'This URL is used in messages about GDPR consents.', 'Free'), |
| 662 |
('ProcessingFeeNote', '', NULL, 'Set the text to be recorded in the column note, table accountlines when the processing fee (defined in item type) is applied', 'textarea'), |
670 |
('ProcessingFeeNote', '', NULL, 'Set the text to be recorded in the column note, table accountlines when the processing fee (defined in item type) is applied', 'textarea'), |
|
Lines 762-768
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
| 762 |
('SIP2AddOpacMessagesToScreenMessage','1',NULL,'If enabled, patron OPAC messages will be included in the SIP2 screen message','YesNo'), |
770 |
('SIP2AddOpacMessagesToScreenMessage','1',NULL,'If enabled, patron OPAC messages will be included in the SIP2 screen message','YesNo'), |
| 763 |
('SIP2SortBinMapping','',NULL,'Use the following mappings to determine the sort_bin of a returned item. The mapping should be on the form "branchcode:item field:item field value:sort bin number", with one mapping per line.','Free'), |
771 |
('SIP2SortBinMapping','',NULL,'Use the following mappings to determine the sort_bin of a returned item. The mapping should be on the form "branchcode:item field:item field value:sort bin number", with one mapping per line.','Free'), |
| 764 |
('SkipHoldTrapOnNotForLoanValue','',NULL,'If set, Koha will never trap items for hold with this notforloan value','Integer'), |
772 |
('SkipHoldTrapOnNotForLoanValue','',NULL,'If set, Koha will never trap items for hold with this notforloan value','Integer'), |
| 765 |
('SlipCSS','',NULL,'Slips CSS url.','Free'), |
|
|
| 766 |
('SMSSendAdditionalOptions', '', NULL, 'Additional SMS::Send parameters used to send SMS messages', 'Free'), |
773 |
('SMSSendAdditionalOptions', '', NULL, 'Additional SMS::Send parameters used to send SMS messages', 'Free'), |
| 767 |
('SMSSendDriver','',NULL,'Sets which SMS::Send driver is used to send SMS messages.','Free'), |
774 |
('SMSSendDriver','',NULL,'Sets which SMS::Send driver is used to send SMS messages.','Free'), |
| 768 |
('SMSSendMaxChar', '', NULL, 'Add a limit for the number of characters in SMS messages', 'Integer'), |
775 |
('SMSSendMaxChar', '', NULL, 'Add a limit for the number of characters in SMS messages', 'Integer'), |
| 769 |
- |
|
|