|
Lines 288-300
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
| 288 |
('FeeOnChangePatronCategory','1','','If set, when a patron changes to a category with enrolment fee, a fee is charged','YesNo'), |
288 |
('FeeOnChangePatronCategory','1','','If set, when a patron changes to a category with enrolment fee, a fee is charged','YesNo'), |
| 289 |
('FilterBeforeOverdueReport','0','','Do not run overdue report until filter selected','YesNo'), |
289 |
('FilterBeforeOverdueReport','0','','Do not run overdue report until filter selected','YesNo'), |
| 290 |
('FilterSearchResultsByLoggedInBranch','0','','Option to filter location column on staff search results by logged in branch','YesNo'), |
290 |
('FilterSearchResultsByLoggedInBranch','0','','Option to filter location column on staff search results by logged in branch','YesNo'), |
|
|
291 |
('FineNoRenewals','100','','Fine limit above which user or staff cannot renew items','Integer'), |
| 291 |
('FineNotifyAtCheckin','0',NULL,'If ON notify librarians of overdue fines on the items they are checking in.','YesNo'), |
292 |
('FineNotifyAtCheckin','0',NULL,'If ON notify librarians of overdue fines on the items they are checking in.','YesNo'), |
| 292 |
('FinePaymentAutoPopup','0',NULL,'If enabled, automatically display a print dialog for a payment receipt when making a payment.','YesNo'), |
293 |
('FinePaymentAutoPopup','0',NULL,'If enabled, automatically display a print dialog for a payment receipt when making a payment.','YesNo'), |
| 293 |
('finesCalendar','noFinesWhenClosed','ignoreCalendar|noFinesWhenClosed','Specify whether to use the Calendar in calculating duedates and fines','Choice'), |
294 |
('finesCalendar','noFinesWhenClosed','ignoreCalendar|noFinesWhenClosed','Specify whether to use the Calendar in calculating duedates and fines','Choice'), |
| 294 |
('FinesIncludeGracePeriod','1',NULL,'If enabled, fines calculations will include the grace period.','YesNo'), |
295 |
('FinesIncludeGracePeriod','1',NULL,'If enabled, fines calculations will include the grace period.','YesNo'), |
| 295 |
('FinesLog','1',NULL,'If ON, log fines','YesNo'), |
296 |
('FinesLog','1',NULL,'If ON, log fines','YesNo'), |
| 296 |
('finesMode','off','off|production','Choose the fines mode, \'off\' (no charges), \'production\' (accrue overdue fines). Requires accruefines cronjob.','Choice'), |
297 |
('finesMode','off','off|production','Choose the fines mode, \'off\' (no charges), \'production\' (accrue overdue fines). Requires accruefines cronjob.','Choice'), |
| 297 |
('FineNoRenewals','100','','Fine limit above which user or staff cannot renew items','Integer'), |
|
|
| 298 |
('ForceLibrarySelection','0',NULL,'Force staff to select a library when logging into the staff interface.','YesNo'), |
298 |
('ForceLibrarySelection','0',NULL,'Force staff to select a library when logging into the staff interface.','YesNo'), |
| 299 |
('ForcePasswordResetWhenSetByStaff','0',NULL,'Force a staff created patron account to reset its password after its first OPAC login.','YesNo'), |
299 |
('ForcePasswordResetWhenSetByStaff','0',NULL,'Force a staff created patron account to reset its password after its first OPAC login.','YesNo'), |
| 300 |
('FRBRizeEditions','0','','If ON, Koha will query one or more ISBN web services for associated ISBNs and display an Editions tab on the details pages','YesNo'), |
300 |
('FRBRizeEditions','0','','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 507-513
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
| 507 |
('OpacExportOptions','bibtex,dc,marcxml,marc8,utf8,marcstd,mods,ris,isbd','','Define export options available on OPAC detail page.','multiple'), |
507 |
('OpacExportOptions','bibtex,dc,marcxml,marc8,utf8,marcstd,mods,ris,isbd','','Define export options available on OPAC detail page.','multiple'), |
| 508 |
('OPACFallback', 'prog', 'bootstrap|prog', 'Define the fallback theme for the OPAC interface.', 'Themes'), |
508 |
('OPACFallback', 'prog', 'bootstrap|prog', 'Define the fallback theme for the OPAC interface.', 'Themes'), |
| 509 |
('OpacFavicon','','','Enter a complete URL to an image to replace the default Koha favicon on the OPAC','free'), |
509 |
('OpacFavicon','','','Enter a complete URL to an image to replace the default Koha favicon on the OPAC','free'), |
| 510 |
('OPACFineNoRenewals','100','','Fine limit above which user cannot renew books via OPAC','Integer'), |
|
|
| 511 |
('OPACFineNoRenewalsBlockAutoRenew','0','','Block/Allow auto renewals if the patron owe more than FineNoRenewals','YesNo'), |
510 |
('OPACFineNoRenewalsBlockAutoRenew','0','','Block/Allow auto renewals if the patron owe more than FineNoRenewals','YesNo'), |
| 512 |
('OPACFineNoRenewalsIncludeCredits','1',NULL,'If enabled the value specified in FineNoRenewals should include any unapplied account credits in the calculation','YesNo'), |
511 |
('OPACFineNoRenewalsIncludeCredits','1',NULL,'If enabled the value specified in FineNoRenewals should include any unapplied account credits in the calculation','YesNo'), |
| 513 |
('OPACFinesTab','1','','If OFF the patron fines tab in the OPAC is disabled.','YesNo'), |
512 |
('OPACFinesTab','1','','If OFF the patron fines tab in the OPAC is disabled.','YesNo'), |
| 514 |
- |
|
|