Lines 70-76
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
70 |
('AuthorityMergeMode','loose','loose|strict','Authority merge mode','Choice'), |
70 |
('AuthorityMergeMode','loose','loose|strict','Authority merge mode','Choice'), |
71 |
('AuthoritySeparator','--','10','Used to separate a list of authorities in a display. Usually --','free'), |
71 |
('AuthoritySeparator','--','10','Used to separate a list of authorities in a display. Usually --','free'), |
72 |
('AuthSuccessLog','0',NULL,'If enabled, log successful authentications','YesNo'), |
72 |
('AuthSuccessLog','0',NULL,'If enabled, log successful authentications','YesNo'), |
73 |
('autoBarcode','OFF','incremental|annual|hbyymmincr|EAN13|OFF','Used to autogenerate a barcode: incremental will be of the form 1, 2, 3; annual of the form 2007-0001, 2007-0002; hbyymmincr of the form HB08010001 where HB=Home Branch','Choice'), |
73 |
('autoBarcode','OFF','incremental|annual|hbyymmincr|EAN13|preyyyymmincr|OFF','Used to autogenerate a barcode: incremental will be of the form 1, 2, 3; annual of the form 2007-0001, 2007-0002; hbyymmincr of the form HB08010001 where HB=Home Branch; preyyyymmincr of the form PRE2021030001 where PRE = branch specific prefix set on systempreference BarcodePrefix','Choice'), |
74 |
('AutoCreateAuthorities','0',NULL,'Automatically create authorities that do not exist when cataloging records.','YesNo'), |
74 |
('AutoCreateAuthorities','0',NULL,'Automatically create authorities that do not exist when cataloging records.','YesNo'), |
75 |
('AutoCreditNumber', '', '', 'Automatically generate a number for account credits', 'Choice'), |
75 |
('AutoCreditNumber', '', '', 'Automatically generate a number for account credits', 'Choice'), |
76 |
('AutoEmailOpacUser','0',NULL,'Sends notification emails containing new account details to patrons - when account is created.','YesNo'), |
76 |
('AutoEmailOpacUser','0',NULL,'Sends notification emails containing new account details to patrons - when account is created.','YesNo'), |
Lines 94-99
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
94 |
('BakerTaylorEnabled','0','','Enable or disable all Baker & Taylor features.','YesNo'), |
94 |
('BakerTaylorEnabled','0','','Enable or disable all Baker & Taylor features.','YesNo'), |
95 |
('BakerTaylorPassword','','','Baker & Taylor Password for Content Cafe (external content)','Free'), |
95 |
('BakerTaylorPassword','','','Baker & Taylor Password for Content Cafe (external content)','Free'), |
96 |
('BakerTaylorUsername','','','Baker & Taylor Username for Content Cafe (external content)','Free'), |
96 |
('BakerTaylorUsername','','','Baker & Taylor Username for Content Cafe (external content)','Free'), |
|
|
97 |
('BarcodePrefix','','','Defines the barcode prefixes when the autoBarcode value is set as preyyyymmincr','Free'), |
97 |
('BarcodeSeparators','\\s\\r\\n','','Splitting characters for barcodes','Free'), |
98 |
('BarcodeSeparators','\\s\\r\\n','','Splitting characters for barcodes','Free'), |
98 |
('BasketConfirmations','1','always ask for confirmation.|do not ask for confirmation.','When closing or reopening a basket,','Choice'), |
99 |
('BasketConfirmations','1','always ask for confirmation.|do not ask for confirmation.','When closing or reopening a basket,','Choice'), |
99 |
('BatchCheckouts','0','','Enable or disable batch checkouts','YesNo'), |
100 |
('BatchCheckouts','0','','Enable or disable batch checkouts','YesNo'), |