[Koha-bugs] [Bug 11603] Gather print notices: add csv and ods export

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Feb 26 13:43:26 CET 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11603

--- Comment #6 from Jonathan Druart <jonathan.druart at biblibre.com> ---
Created attachment 25642
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=25642&action=edit
Bug 11603: If a letter code is given, filenames should contain it

If you choose to generate print notices for a specific letter code, the
generated files should be distinct.

The use case is: you want to process print notice for letter codes:
overdue1, overdue2 and overdue3.

The cronjobs will be:

perl misc/cronjobs/gather_print_notices.pl
/tmp --letter_code=overdue1 --csv --ods --html --delimiter=";"

perl misc/cronjobs/gather_print_notices.pl
/tmp --letter_code=overdue2 --csv --ods --html --delimiter=";"

perl misc/cronjobs/gather_print_notices.pl
/tmp --letter_code=overdue3 --csv --ods --html --delimiter=";"

without this patch, the 2 first files will be erased.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list