|
Lines 284-303
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
| 284 |
('ExtendedPatronAttributes','1',NULL,'Use extended patron IDs and attributes','YesNo'), |
284 |
('ExtendedPatronAttributes','1',NULL,'Use extended patron IDs and attributes','YesNo'), |
| 285 |
('FacetLabelTruncationLength','20',NULL,'Specify the facet max length in OPAC','Integer'), |
285 |
('FacetLabelTruncationLength','20',NULL,'Specify the facet max length in OPAC','Integer'), |
| 286 |
('FacetMaxCount','20',NULL,'Specify the max facet count for each category','Integer'), |
286 |
('FacetMaxCount','20',NULL,'Specify the max facet count for each category','Integer'), |
| 287 |
('FacetOrder','Alphabetical','Alphabetical|Usage|Stringwise','Specify the order of facets within each category','Choice'), |
287 |
('FacetOrder','Alphabetical','Alphabetical|Usage','Specify the order of facets within each category','Choice'), |
| 288 |
('FacetSortingLocale','default',NULL,'Choose the locale for sorting facet names when FacetOrder is set to Alphabetical. This enables proper Unicode-aware sorting of accented characters and locale-specific alphabetical ordering.','Choice'), |
288 |
('FacetSortingLocale','default',NULL,'Choose the locale for sorting facet names when FacetOrder is set to Alphabetical. This enables proper Unicode-aware sorting of accented characters and locale-specific alphabetical ordering.','Choice'), |
| 289 |
('FailedLoginAttempts','',NULL,'Number of login attempts before lockout the patron account','Integer'), |
289 |
('FailedLoginAttempts','',NULL,'Number of login attempts before lockout the patron account','Integer'), |
| 290 |
('FallbackToSMSIfNoEmail', '0', NULL, 'Send messages by SMS if no patron email is defined', 'YesNo'), |
290 |
('FallbackToSMSIfNoEmail', 0, NULL, 'Send messages by SMS if no patron email is defined', 'YesNo'), |
| 291 |
('FeeOnChangePatronCategory','1',NULL,'If set, when a patron changes to a category with enrolment fee, a fee is charged','YesNo'), |
291 |
('FeeOnChangePatronCategory','1',NULL,'If set, when a patron changes to a category with enrolment fee, a fee is charged','YesNo'), |
| 292 |
('FilterBeforeOverdueReport','0',NULL,'Do not run overdue report until filter selected','YesNo'), |
292 |
('FilterBeforeOverdueReport','0',NULL,'Do not run overdue report until filter selected','YesNo'), |
| 293 |
('FilterSearchResultsByLoggedInBranch','0',NULL,'Option to filter location column on staff search results by logged in branch','YesNo'), |
293 |
('FilterSearchResultsByLoggedInBranch','0',NULL,'Option to filter location column on staff search results by logged in branch','YesNo'), |
|
|
294 |
('FineNoRenewals','100',NULL,'Fine limit above which user or staff cannot renew items','Integer'), |
| 294 |
('FineNotifyAtCheckin','0',NULL,'If ON notify librarians of overdue fines on the items they are checking in.','YesNo'), |
295 |
('FineNotifyAtCheckin','0',NULL,'If ON notify librarians of overdue fines on the items they are checking in.','YesNo'), |
| 295 |
('FinePaymentAutoPopup','0',NULL,'If enabled, automatically display a print dialog for a payment receipt when making a payment.','YesNo'), |
296 |
('FinePaymentAutoPopup','0',NULL,'If enabled, automatically display a print dialog for a payment receipt when making a payment.','YesNo'), |
| 296 |
('finesCalendar','noFinesWhenClosed','ignoreCalendar|noFinesWhenClosed','Specify whether to use the Calendar in calculating duedates and fines','Choice'), |
297 |
('finesCalendar','noFinesWhenClosed','ignoreCalendar|noFinesWhenClosed','Specify whether to use the Calendar in calculating duedates and fines','Choice'), |
| 297 |
('FinesIncludeGracePeriod','1',NULL,'If enabled, fines calculations will include the grace period.','YesNo'), |
298 |
('FinesIncludeGracePeriod','1',NULL,'If enabled, fines calculations will include the grace period.','YesNo'), |
| 298 |
('FinesLog','1',NULL,'If ON, log fines','YesNo'), |
299 |
('FinesLog','1',NULL,'If ON, log fines','YesNo'), |
| 299 |
('finesMode','off','off|production','Choose the fines mode, \'off\' (no charges), \'production\' (accrue overdue fines). Requires accruefines cronjob.','Choice'), |
300 |
('finesMode','off','off|production','Choose the fines mode, \'off\' (no charges), \'production\' (accrue overdue fines). Requires accruefines cronjob.','Choice'), |
| 300 |
('FineNoRenewals','100','','Fine limit above which user or staff cannot renew items','Integer'), |
|
|
| 301 |
('ForceLibrarySelection','0',NULL,'Force staff to select a library when logging into the staff interface.','YesNo'), |
301 |
('ForceLibrarySelection','0',NULL,'Force staff to select a library when logging into the staff interface.','YesNo'), |
| 302 |
('ForcePasswordResetWhenSetByStaff','0',NULL,'Force a staff created patron account to reset its password after its first OPAC login.','YesNo'), |
302 |
('ForcePasswordResetWhenSetByStaff','0',NULL,'Force a staff created patron account to reset its password after its first OPAC login.','YesNo'), |
| 303 |
('FRBRizeEditions','0',NULL,'If ON, Koha will query one or more ISBN web services for associated ISBNs and display an Editions tab on the details pages','YesNo'), |
303 |
('FRBRizeEditions','0',NULL,'If ON, Koha will query one or more ISBN web services for associated ISBNs and display an Editions tab on the details pages','YesNo'), |
|
Lines 513-519
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
| 513 |
('OpacExportOptions','bibtex,dc,marcxml,marc8,utf8,marcstd,mods,ris,isbd',NULL,'Define export options available on OPAC detail page.','multiple'), |
513 |
('OpacExportOptions','bibtex,dc,marcxml,marc8,utf8,marcstd,mods,ris,isbd',NULL,'Define export options available on OPAC detail page.','multiple'), |
| 514 |
('OPACFallback', 'prog', 'bootstrap|prog', 'Define the fallback theme for the OPAC interface.', 'Themes'), |
514 |
('OPACFallback', 'prog', 'bootstrap|prog', 'Define the fallback theme for the OPAC interface.', 'Themes'), |
| 515 |
('OpacFavicon','',NULL,'Enter a complete URL to an image to replace the default Koha favicon on the OPAC','free'), |
515 |
('OpacFavicon','',NULL,'Enter a complete URL to an image to replace the default Koha favicon on the OPAC','free'), |
| 516 |
('OPACFineNoRenewals','100',NULL,'Fine limit above which user cannot renew books via OPAC','Integer'), |
|
|
| 517 |
('OPACFineNoRenewalsBlockAutoRenew','0',NULL,'Block/Allow auto renewals if the patron owe more than FineNoRenewals','YesNo'), |
516 |
('OPACFineNoRenewalsBlockAutoRenew','0',NULL,'Block/Allow auto renewals if the patron owe more than FineNoRenewals','YesNo'), |
| 518 |
('OPACFineNoRenewalsIncludeCredits','1',NULL,'If enabled the value specified in FineNoRenewals should include any unapplied account credits in the calculation','YesNo'), |
517 |
('OPACFineNoRenewalsIncludeCredits','1',NULL,'If enabled the value specified in FineNoRenewals should include any unapplied account credits in the calculation','YesNo'), |
| 519 |
('OPACFinesTab','1',NULL,'If OFF the patron fines tab in the OPAC is disabled.','YesNo'), |
518 |
('OPACFinesTab','1',NULL,'If OFF the patron fines tab in the OPAC is disabled.','YesNo'), |
| 520 |
- |
|
|