Bug 7482 - overdues report downloads without names
Summary: overdues report downloads without names
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Circulation (show other bugs)
Version: 3.6
Hardware: All All
: P5 - low major (vote)
Assignee: Kyle M Hall
QA Contact: Paul Poulain
URL: cgi-bin/koha/circ/overdue.pl
Keywords:
: 7762 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-01-31 15:15 UTC by Nicole C. Engard
Modified: 2013-12-05 19:59 UTC (History)
4 users (show)

See Also:
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 (1.33 KB, patch)
2012-03-29 13:33 UTC, Kyle M Hall
Details | Diff | Splinter Review
Bug 7482: overdues report downloads without names (1.11 KB, patch)
2012-04-01 16:34 UTC, Katrin Fischer
Details | Diff | Splinter Review
[SIGNED-OFF] Bug 7482: overdues report downloads without names (1.18 KB, patch)
2012-04-02 15:07 UTC, Kyle M Hall
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
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.