Bug 7298: add option to export late orders as CSV
authorJonathan Druart <jonathan.druart@biblibre.com>
Fri, 22 Jun 2012 09:10:57 +0000 (11:10 +0200)
committerGalen Charlton <gmc@esilibrary.com>
Thu, 31 Oct 2013 15:49:24 +0000 (15:49 +0000)
commitfd2c751a86fad7a388c57fcd51746dbc4592c807
tree75881efd0cbd4b00f4d912f8d35dce49dc3c1b00
parent4f4946f8dfc8511a02af2cdebf96ea59be57fafc
Bug 7298: add option to export late orders as CSV

This patch allows to export late orders as CSV.

Test plan:
- Go on the late orders page (acqui/lateorders.pl)
- Select one or more order and click on the button "Export as CSV".
- The generated file should contains some information on the orders
  (order date, estimated delivery date, vendor name, information field,
  cost, basket name (and basketid), claims count and the claimed date)
  The last line of the file is the total of orders.
- You are not allow to select order from different vendor.
- The check/uncheck all links appears only if a vendor is selected.
- Check that the check/uncheck works for all pages of the table.

Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com>
Signed-off-by: Mathieu Saby <mathieu.saby@univ-rennes2.fr>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
Signed-off-by: sonia <koha@univ-lyon3.fr>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Testing comments on last patch in this series.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
C4/Acquisition.pm
acqui/lateorders-export.pl [new file with mode: 0755]
acqui/lateorders.pl
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt
koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tt
serials/lateissues-excel.pl [deleted file]
serials/lateissues-export.pl [new file with mode: 0755]