Bug 11865

Summary: Show basket creator's name in pending orders table
Product: Koha Reporter: Julian Maurice <julian.maurice>
Component: AcquisitionsAssignee: Julian Maurice <julian.maurice>
Status: CLOSED WONTFIX QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: katrin.fischer
Version: master   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Attachments: Bug 11865: Show basket creator's name in pending orders table
[SIGNED OFF] Bug 11865: Show basket creator's name in pending orders table

Description Julian Maurice 2014-02-27 11:25:57 UTC
Show basket creator's name in pending orders table
Comment 1 Julian Maurice 2014-02-27 11:26:33 UTC Comment hidden (obsolete)
Comment 2 Mark Tompsett 2014-02-28 16:10:47 UTC
Created attachment 25725 [details] [review]
[SIGNED OFF] Bug 11865: Show basket creator's name in pending orders table

Test plan:
1/ Go to order reception page (acqui/parcel.pl)
2/ In pending orders, under the basket column, you do not see the name
of borrower that created the basket.
3/ Apply patch
4/ Refresh page
5/ In pending orders, under the basket column, you should see the name
of borrower that created the basket.

Signed-off-by: Mark Tompsett <mtompset@hotmail.com>
Comment 3 Katrin Fischer 2014-03-22 09:16:55 UTC
This works as described, but I worry about adding more and more information to all the acquisition tables, because I think it can be counter productive to ergonomy and make them harder to use. 

In this case the patch doesn't add a link to another patch with more information, like the recent patches for adding the basket group numbers to more places, but it adds a very specific information. The table won't be sortable, the information will repeat for every order line from that basket. For a small library, it might even be always the same information repeated all over.

If you need to find out, who ordered a book, you can do a right click on the basket number link and open it in a new tab. There all the information about the basket will be displayed clearly - the name of the staff person who ordered it, when it was ordered, for which branch, etc.
Comment 4 Katrin Fischer 2014-03-22 09:18:16 UTC
... by 'the table won't be sortable' I meant: the column will not be sortable by the staff member who created the order.
Comment 5 Julian Maurice 2014-06-10 06:25:43 UTC
Our customer finally doesn't want the name of basket's creator but the name of order line's creator.
I close this bug and will open a new one.

Sorry.
Comment 6 Julian Maurice 2014-06-10 06:39:39 UTC
Bug 12395