Koha/koha-tmpl/intranet-tmpl/prog/en/modules/tools
Jonathan Druart abbd0eeea9 Bug 9573: Lost items report - Add the CSV export ability
Finally we add the ability to export the list of lost items.
The items will be export in CSV format using a CSV profile defined.

Test plan:
0/ Apply all the patches from this patch set
1/ Define a CSV profile (type=SQL, Usage=Export lost items in report)
Try something like that to get the same columns as the default table:
Title=biblio.title
|Author=biblio.author
|Lost status=items.itemlost
|Lost on=items.itemlost_on
|Barcode=items.barcode
|Call number=items.itemcallnumber
|Date last seen=items.datelastseen
|Price=items.price
|Rep. price=items.replacementprice
|Library=items.homebranch
|item type=items.itype
|Current location=items.holdingbranch
|Location=items.location
|Not for loan status=items.notforloan
|Notes=items.itemnotes
2/ Use the filters and select items to export
3/ Export the list of items you want and make sure the CSV is correctly
formatted and contains the items you selected

QA Notes:
- I think we should add default CSV profiles for the different "usage",
but I would consider it as a separate enhancement since none of them is
defined yet
- Most of the code to export CSV is no reusable. We should make
Koha::Exporter::Record support CSV export for type=SQL (it only
supports MARC type so far).

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Séverine QUEUNE <severine.queune@bulac.fr>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2018-02-17 18:32:14 -03:00
..
automatic_item_modification_by_age.tt
batch_delete_records.tt
batch_record_modification.tt
batchMod-del.tt Bug 20032: Switch single-column templates to Bootstrap grid: Tools 2018-02-15 13:30:23 -03:00
batchMod-edit.tt Bug 12904: Add KOHA_VERSION to few more .css 2018-02-16 13:01:19 -03:00
batchMod.tt
cleanborrowers.tt
csv-profiles.tt Bug 9573: Lost items report - Add the CSV export ability 2018-02-17 18:32:14 -03:00
export.tt
holidays.tt
import_borrowers.tt Bug 12598: Update code to use new modules 2018-02-16 13:57:58 -03:00
inventory.tt
koha-news.tt Bug 20032: Switch single-column templates to Bootstrap grid: Tools 2018-02-15 13:30:23 -03:00
letter.tt Bug 20032: Switch single-column templates to Bootstrap grid: Tools 2018-02-15 13:30:23 -03:00
manage-marc-import.tt
marc_modification_templates.tt
modborrowers.tt
overduerules.tt
picture-upload.tt Bug 19641: (follow-up) Move patron templates to the footer 2018-02-15 15:09:37 -03:00
quotes-upload.tt
quotes.tt
scheduler.tt
showdiffmarc.tt
stage-marc-import.tt
tools-home.tt
upload-images.tt
upload.tt
viewlog.tt Bug 18789: (QA follow-up) Fix viewlog when accessed via circulation 2018-02-16 13:03:59 -03:00