bug_7001: Issue and Reserve slips are notices.
authorSrdjan Jankovic <srdjan@catalyst.net.nz>
Fri, 9 Mar 2012 00:22:17 +0000 (13:22 +1300)
committerPaul Poulain <paul.poulain@biblibre.com>
Fri, 9 Mar 2012 09:11:20 +0000 (10:11 +0100)
commita9ded4fa008668df8c485fbbc76efa3cc9cc00d7
tree73e631705bb90d72a61ca9716d2d1da434c96c77
parente32e3ba66269186729be6a4eda319a9f7c84072d
bug_7001: Issue and Reserve slips are notices.

Branches can have their own version of notices - added branchcode to
letter table.
Support html notices - added is_html to letter table.
Support for borrower attributes in templates.
GetPreparedletter() is the interface for compiling letters (notices).
Sysprefs for notice and slips stylesheets
Added TRANSFERSLIP to the letters

Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
44 files changed:
C4/Circulation.pm
C4/Letters.pm
C4/Members.pm
C4/Members/Attributes.pm
C4/Message.pm
C4/Print.pm
C4/Reserves.pm
C4/Suggestions.pm
acqui/booksellers.pl
circ/circulation.pl
circ/hold-transfer-slip.pl
circ/transfer-slip.pl
installer/data/mysql/de-DE/mandatory/sample_notices.sql
installer/data/mysql/en/mandatory/sample_notices.sql
installer/data/mysql/es-ES/mandatory/sample_notices.sql
installer/data/mysql/fr-FR/1-Obligatoire/sample_notices.sql
installer/data/mysql/it-IT/necessari/notices.sql
installer/data/mysql/kohastructure.sql
installer/data/mysql/nb-NO/1-Obligatorisk/sample_notices.sql
installer/data/mysql/pl-PL/mandatory/sample_notices.sql
installer/data/mysql/ru-RU/mandatory/sample_notices.sql
installer/data/mysql/sysprefs.sql
installer/data/mysql/uk-UA/mandatory/sample_notices.sql
installer/data/mysql/updatedatabase.pl [changed mode: 0755->0644]
koha-tmpl/intranet-tmpl/prog/en/includes/circ-toolbar.inc
koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref
koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/staff_client.pref
koha-tmpl/intranet-tmpl/prog/en/modules/batch/print-notices.tt
koha-tmpl/intranet-tmpl/prog/en/modules/circ/hold-transfer-slip.tt [deleted file]
koha-tmpl/intranet-tmpl/prog/en/modules/circ/printslip.tt [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt
koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt
members/memberentry.pl
members/moremember.pl
members/printslip.pl [new file with mode: 0755]
misc/cronjobs/advance_notices.pl
misc/cronjobs/gather_print_notices.pl
misc/cronjobs/overdue_notices.pl
t/db_dependent/lib/KohaTest/Letters.pm
t/db_dependent/lib/KohaTest/Letters/GetLetter.pm
t/db_dependent/lib/KohaTest/Members.pm
t/db_dependent/lib/KohaTest/Print.pm
t/db_dependent/lib/KohaTest/Reserves.pm
tools/letter.pl