Koha/installer/data/mysql
Kyle M Hall af5ad339f7 Bug 3482 Print Notices via HTML
Modified overdue_notices.pl to support output of html for printing.
The -html option will e-mail notices to those with e-mail, and output
html to print for borrowers without e-mail.

When system preference PrintNoticesMaxLines is set to a positive
integer, it will limit the number of items on the notice to that
number, and append a message to the end telling the borrower to
check his or her account for the full listing of items.  This only
affects print notices, not emailed ones.

Mandatory SQL:

INSERT INTO `systempreferences`
  ( `variable` , `value` , `options` , `explanation` , `type` ) i
  VALUES ( 'PrintNoticesMaxLines', '0', '', i
  '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' );

Conflicts:

	installer/data/mysql/en/mandatory/sysprefs.sql
	installer/data/mysql/fr-FR/1-Obligatoire/unimarc_standard_systemprefs.sql
	misc/cronjobs/overdue_notices.pl
2010-02-22 10:51:26 -05:00
..
atomicupdate Second CAS version : CAS and non-CAS login can coexist 2009-11-23 16:26:35 +01:00
en Bug 3482 Print Notices via HTML 2010-02-22 10:51:26 -05:00
fr-FR Bug 3482 Print Notices via HTML 2010-02-22 10:51:26 -05:00
pl-PL bug 3242: insert new HOLDPLACED letter template (DBrev 124) 2010-02-19 05:47:50 -05:00
ru-RU bug 3242: insert new HOLDPLACED letter template (DBrev 124) 2010-02-19 05:47:50 -05:00
uk-UA bug 3242: insert new HOLDPLACED letter template (DBrev 124) 2010-02-19 05:47:50 -05:00
backfill_statistics.pl Script to correct faulty statistics table entries. 2008-06-26 05:51:26 -05:00
kohastructure.sql bug 1532: tweak new reserves columns and add to init SQL (DB rev 121) 2010-02-18 22:49:47 -05:00
labels_upgrade.pl Added missing drop table lines (labels_batches & labels_layouts) 2009-12-20 14:27:49 +01:00
patroncards_upgrade.pl remove mysql5.0 errors in patroncard upgrade 2010-02-03 15:11:58 -05:00
sample_only_param_tables.sql Moved location of updater scripts to dbms specific dir. 2007-11-13 11:22:47 -06:00
update22to30.pl Partial fix for 2084: opac-topissues.pl is both EXPERIMENTAL and 2008-07-12 09:52:17 -05:00
updatedatabase.pl bug 3242: insert new HOLDPLACED letter template (DBrev 124) 2010-02-19 05:47:50 -05:00