Bug 7482

Summary: overdues report downloads without names
Product: Koha Reporter: Nicole C. Engard <nengard>
Component: CirculationAssignee: Kyle M Hall <kyle.m.hall>
Status: CLOSED FIXED QA Contact: Paul Poulain <paul.poulain>
Severity: major    
Priority: P5 - low CC: gmcharlt, katrin.fischer, lzuares, paul.poulain
Version: 3.6   
Hardware: All   
OS: All   
URL: cgi-bin/koha/circ/overdue.pl
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Attachments: Bug 7482 - overdues report downloads without names
Bug 7482: overdues report downloads without names
[SIGNED-OFF] Bug 7482: overdues report downloads without names

Description Nicole C. Engard 2012-01-31 15:15:39 UTC
When you click to download the overdues report it doesn't include the names but the report does print names to the screen.  Names should be in the downloaded file.
Comment 1 Kyle M Hall 2012-03-29 13:33:30 UTC Comment hidden (obsolete)
Comment 2 Katrin Fischer 2012-04-01 16:33:07 UTC
Hi Kyle, 
I tested your patch and it works - I only think perhaps we can do it a bit better. I think having the name concatenated together is not really flexible for generating notices from this format or for sorting the data in a spreadsheet. Someone might want to generate notices using only the last name and borrowertitle. For this I propose a little different patch that gives 2 separate columns for first and last name.
Comment 3 Katrin Fischer 2012-04-01 16:34:28 UTC Comment hidden (obsolete)
Comment 4 Kyle M Hall 2012-04-02 15:07:37 UTC
Created attachment 8777 [details] [review]
[SIGNED-OFF] Bug 7482: overdues report downloads without names

This patch is an alternate patch for the bug. Instead of having
one column 'name' for a concatenated first and last name it
adds 2 separate columns to the exported csv file.

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Comment 5 Paul Poulain 2012-04-04 15:40:27 UTC
QA comment: tiny patch
Comment 6 Katrin Fischer 2012-04-14 12:54:25 UTC
*** Bug 7762 has been marked as a duplicate of this bug. ***
Comment 7 Jared Camins-Esakov 2012-05-09 16:52:35 UTC
This bug will be included in the Koha 3.6.5 release.