Bug 11603: Gather print notices - add a ods parameter
authorJonathan Druart <jonathan.druart@biblibre.com>
Wed, 22 Jan 2014 16:11:38 +0000 (17:11 +0100)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Mon, 1 Jun 2015 17:25:02 +0000 (14:25 -0300)
commit9234b660386d092fbd0f244da67cb6caacfd12bd
tree36cdd65b3ce7940a5c02eb37c6165cf27ba68ee8
parent66ba71752a717239bd69b30ed2d4a43451a4b3d6
Bug 11603: Gather print notices - add a ods parameter

This patch adds:
- the ability to generate an ods file

From now you are able to generate a ods file for print notices.

You would like to generate a csv file and not a html file.

Test plan:
- same as previous patch but test the following parameters:
 perl misc/cronjobs/gather_print_notices.pl /tmp/test --ods
 --letter_code=OVERDUE -d=:
you should get an error because csv2ods is not installed.
Follow the installation instructions and try again the command.

A ods file should be generated in your /tmp/test directory.

Signed-off-by: Frederic Demians <f.demians@tamil.fr>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
misc/cronjobs/gather_print_notices.pl