]> git.koha-community.org Git - koha.git/commit
MT 1587 : CSV export for cart and shelves, with the ability to define different expor...
authorHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Wed, 16 Sep 2009 19:31:30 +0000 (21:31 +0200)
committerMatthias Meusburger <matthias.meusburger@biblibre.com>
Fri, 29 Jan 2010 10:02:27 +0000 (11:02 +0100)
commitbb4ef3d06375442d4dfdd84393352d314e759cbd
treeb7396b22029422827ef6e336ba01e5a18468b252
parent7895a2c7166089a1a57e2b6038fa7e7df77b63f9
MT 1587 : CSV export for cart and shelves, with the ability to define different export profiles

Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
C4/Csv.pm [new file with mode: 0644]
C4/Record.pm
installer/data/mysql/updatedatabase.pl
koha-tmpl/intranet-tmpl/prog/en/modules/tools/csv-profiles.tmpl [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tmpl
koha-tmpl/opac-tmpl/prog/en/modules/opac-downloadcart.tmpl [new file with mode: 0644]
koha-tmpl/opac-tmpl/prog/en/modules/opac-downloadshelf.tmpl [new file with mode: 0644]
opac/opac-downloadcart.pl [new file with mode: 0755]
opac/opac-downloadshelf.pl [new file with mode: 0755]
tools/csv-profiles.pl [new file with mode: 0755]