Bug 21560: Optimize ODS export of gather_print_notices.pl
authorFridolin Somers <fridolin.somers@biblibre.com>
Fri, 7 Dec 2018 09:30:30 +0000 (10:30 +0100)
committerroot <root@f1ebe1bec408>
Fri, 15 Mar 2019 12:02:46 +0000 (12:02 +0000)
commit5d4f80feac811a9d6e177975b50c57ba85e3434d
treec428690b584a70cf359079705382e65409f046d6
parent28edd8848320fd0f0f284245f2f0567a5907619a
Bug 21560: Optimize ODS export of gather_print_notices.pl

Like previous patch, the call on OpenOffice-OODoc lib can be optimized.
Based on https://grep.metacpan.org/search?qci=&q=expandTable&qft=&qd=OpenOffice-OODoc&f=examples%2Ftext2table

Test plan inspired from Bug 11679.

Test plan:
- define your ODUE notice for the print template as:
cardnumber:patron:email:item
<<borrowers.cardnumber>>:<<borrowers.firstname>> <<borrowers.surname>>:<<borrowers.email>>:<item><<items.barcode>></item>
- define overdues rules for a patron category
- check-out 2 items using a due date in order to generate the overdue notices
- check-in these 2 items
- launch the script /misc/cronjobs/overdue_notices.pl
- the 'message_queue' table should now contain 2 new entries
- launch the gather_print_notices cronjob :
  perl misc/cronjobs/gather_print_notices.pl /tmp/test --ods --letter_code=OVERDUE -d=:
- A ods file should be generated in your /tmp/test directory
- Compare times with and without patch

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
misc/cronjobs/gather_print_notices.pl