Bug 4440: Revised combined patch to print fee receipts and invoices
authorKoustubha Kale <kmkale@anantcorp.com>
Tue, 16 Nov 2010 07:33:08 +0000 (08:33 +0100)
committerChris Cormack <chrisc@catalyst.net.nz>
Thu, 18 Nov 2010 01:33:27 +0000 (14:33 +1300)
commit7f0c1e4fcb2aac33c6b658a61822c56d9fb90050
treecef65c2a53fe451a67c91a1f79760d1bbf395124
parentd13d96614b7008e37bcb45106b65862548818218
Bug 4440: Revised combined patch to print fee receipts and invoices

This patch adds a small enhancement to allow printing of Fees  / Fines
receipts from the Fines page.

Patch adds print links to the Fines page next to Fines or Receipts
transactions.

Clicking on the link will pop a new window and will print that with
total outstanding as on date.

You can edit koha-tmpl/intranet-tmpl/prog/en/css/printreceiptinvoice.css
to better control printing this type of material.

18-Oct-2010 Changed template and script names to match. Corrected
invalid markup in the templates.

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
Signed-off-by: Frédéric Demians <f.demians@tamil.fr>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
koha-tmpl/intranet-tmpl/prog/en/css/printreceiptinvoice.css [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/members/printfeercpt.tmpl [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/modules/members/printinvoice.tmpl [new file with mode: 0644]
members/printfeercpt.pl [new file with mode: 0755]
members/printinvoice.pl [new file with mode: 0755]