Koha/admin
tipaul c00363a571 Update of systempreferences table structure and admin script. Contains now a "help" fields that shows what param is supposed to do what. The params will be in the sample-DB. I've dumped the 3 I know. If there are others, let me know :
INSERT INTO systempreferences VALUES ('template', 'french', 'Template default name. Not used for instance');
INSERT INTO systempreferences VALUES ('autoBarcode', '', '1 or else. If 1, Barcode is auto-calculated');
INSERT INTO systempreferences VALUES ('acquisitions', 'normal', 'normal or simple : will use acquisition system found in directory acqui.simple or acquisition');
2002-05-15 12:17:35 +00:00
..
aqbookfund.pl scripts to manage parameters tables 2002-03-05 20:48:42 +00:00
aqbudget.pl Fixing up the query to pickup budget 2002-04-05 03:09:18 +00:00
branches.pl moredetail.pl presents circulation information taken from the 2002-05-02 00:08:53 +00:00
categorie.pl scripts to manage parameters tables 2002-03-05 20:48:42 +00:00
categoryitem.pl scripts to manage parameters tables 2002-03-05 20:48:42 +00:00
currency.pl scripts to manage parameters tables 2002-03-05 20:48:42 +00:00
itemtypes.pl scripts to manage parameters tables 2002-03-05 20:48:42 +00:00
printers.pl scripts to manage parameters tables 2002-03-05 20:48:42 +00:00
stopwords.pl scripts to manage parameters tables 2002-03-05 20:48:42 +00:00
systempreferences.pl Update of systempreferences table structure and admin script. Contains now a "help" fields that shows what param is supposed to do what. The params will be in the sample-DB. I've dumped the 3 I know. If there are others, let me know : 2002-05-15 12:17:35 +00:00