Bug 19719 - Add a new column for collection in the patron checkouts data table
Summary: Add a new column for collection in the patron checkouts data table
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Circulation (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Jesse Maseto
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks: 21175 23408
  Show dependency treegraph
 
Reported: 2017-11-30 11:28 UTC by Kyle M Hall
Modified: 2020-06-04 20:33 UTC (History)
10 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 19719 - Add a ‘Collection’ column in the patron loans data table. (4.49 KB, patch)
2018-03-13 13:24 UTC, Jesse Maseto
Details | Diff | Splinter Review
Bug 19719 - Add a Collection column in the patron loans data table. (4.55 KB, patch)
2018-03-14 08:56 UTC, Séverine Queune
Details | Diff | Splinter Review
Bug 19719: Add new column for collection in the patron checkouts data tables (4.86 KB, patch)
2018-03-31 08:16 UTC, Katrin Fischer
Details | Diff | Splinter Review
Bug 19719: (follow-up) Show description instead of code (4.87 KB, patch)
2018-03-31 08:16 UTC, Katrin Fischer
Details | Diff | Splinter Review
Bug 19719: Add new column for collection in the patron checkouts data tables (4.99 KB, patch)
2018-04-19 10:34 UTC, Séverine Queune
Details | Diff | Splinter Review
Bug 19719: (follow-up) Show description instead of code (4.78 KB, patch)
2018-04-19 10:34 UTC, Séverine Queune
Details | Diff | Splinter Review
Bug 19719: (follow-up) Add database update to keep collection column hidden (1.22 KB, patch)
2018-06-19 22:18 UTC, Katrin Fischer
Details | Diff | Splinter Review
Bug 19719: Add new column for collection in the patron checkouts data tables (5.07 KB, patch)
2018-08-08 10:47 UTC, Julian Maurice
Details | Diff | Splinter Review
Bug 19719: (follow-up) Show description instead of code (4.85 KB, patch)
2018-08-08 10:47 UTC, Julian Maurice
Details | Diff | Splinter Review
Bug 19719: (follow-up) Add database update to keep collection column hidden (1.28 KB, patch)
2018-08-08 10:47 UTC, Julian Maurice
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Kyle M Hall 2017-11-30 11:28:29 UTC
1 - Add the Collection code (ccode) to the issues table
Comment 1 Jesse Maseto 2018-03-13 13:24:40 UTC
Created attachment 72773 [details] [review]
Bug 19719 - Add a ‘Collection’ column in the patron loans data table.
Comment 2 Jesse Maseto 2018-03-13 13:28:42 UTC
TEST:

1. Check out a few items to patron.
2. View check outs on patron account in staff client.
3. Collection code is not present.

4. Apply patch

5. Notice that not Collection code is visible while viewing check outs.
Comment 3 Séverine Queune 2018-03-14 08:56:08 UTC
Created attachment 72829 [details] [review]
Bug 19719 - Add a Collection column in the patron loans data table.

Signed-off-by: Severine QUEUNE <severine.queune@bulac.fr>
Comment 4 Séverine Queune 2018-03-14 09:06:28 UTC
Column correctly appears on both "Checkout" and "Details" tabs on patron account.
It is correctly hidden if "collection_code" box are checked on Column configuration > Circulation > id=issues-table and Column configuration > Patrons > id=issues-table.
Thanks Kyle and Jesse !
Comment 5 Maksim Sen 2018-03-30 21:10:01 UTC
The patch works correctly but when I try to sign off the patch I get this error message.

/usr/local/bin/git-bz:1834: UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequal
  obsoleted = (initial_description == patch.description)
Traceback (most recent call last):
  File "/usr/local/bin/git-bz", line 2632, in <module>
    do_attach(*args)
  File "/usr/local/bin/git-bz", line 1998, in do_attach
    attach_commits(bug, commits, edit_comments=global_options.edit)
  File "/usr/local/bin/git-bz", line 1913, in attach_commits
    description, body, obsoletes, statuses, patch_complexities, depends = edit_attachment_comment(bug, commit.subject, body)
  File "/usr/local/bin/git-bz", line 1866, in edit_attachment_comment
    lines = edit_template(template.getvalue())
  File "/usr/lib/python2.7/StringIO.py", line 271, in getvalue
    self.buf += ''.join(self.buflist)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 18: ordinal not in range(128)

I didn't get this message when signing off other bugs.
Comment 6 Katrin Fischer 2018-03-31 07:57:04 UTC
I think the issue is weird characters (quote in this case) in the patch message.
UnicodeEncodeError: 'latin-1' codec can't encode character u'\u2018' in position 26: ordinal not in range(256)
Comment 7 Katrin Fischer 2018-03-31 08:16:06 UTC
Created attachment 73510 [details] [review]
Bug 19719: Add new column for collection in the patron checkouts data tables

This makes the collection visible in the checkouts table
on the details and issues tab in the patron account in staff.

TEST:

1. Check out a few items to patron.
2. View check outs on patron account in staff client.
3. Collection code is not present.

4. Apply patch

5. Notice that not Collection code is visible while viewing check outs.

Signed-off-by: Severine QUEUNE <severine.queune@bulac.fr>
Signed-off by: Maksim Sen <maksim.sen@inlibro.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Comment 8 Katrin Fischer 2018-03-31 08:16:10 UTC
Created attachment 73511 [details] [review]
Bug 19719: (follow-up) Show description instead of code

This follow-up changes the display from collection code
to description, following the existing pattern for
location.

To test:
- Repeat test plan from first patch
- Verfiy now the collection descrption shows
- Change column setting in administration
- Verify they work as expected
Comment 9 Katrin Fischer 2018-03-31 08:17:41 UTC
Hi Jesse, 
a few small things:
- please include a description and the test plan in your commit message
- please stick to latin-1 :)

I've added a follow-up changing the display from collection code to collection name to keep things consistent. Asking for a sign-off for the follow-up.
Comment 10 Séverine Queune 2018-04-19 10:34:39 UTC
Created attachment 74538 [details] [review]
Bug 19719: Add new column for collection in the patron checkouts data tables

This makes the collection visible in the checkouts table
on the details and issues tab in the patron account in staff.

TEST:

1. Check out a few items to patron.
2. View check outs on patron account in staff client.
3. Collection code is not present.

4. Apply patch

5. Notice that not Collection code is visible while viewing check outs.

Signed-off-by: Severine QUEUNE <severine.queune@bulac.fr>
Signed-off by: Maksim Sen <maksim.sen@inlibro.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Séverine QUEUNE <severine.queune@bulac.fr>
Comment 11 Séverine Queune 2018-04-19 10:34:42 UTC
Created attachment 74539 [details] [review]
Bug 19719: (follow-up) Show description instead of code

This follow-up changes the display from collection code
to description, following the existing pattern for
location.

To test:
- Repeat test plan from first patch
- Verfiy now the collection descrption shows
- Change column setting in administration
- Verify they work as expected

Signed-off-by: Séverine QUEUNE <severine.queune@bulac.fr>
Comment 12 Séverine Queune 2018-04-19 10:37:28 UTC
Displaying is correct, depending on the Column settings.
Ok for me !
Comment 13 Jonathan Druart 2018-06-05 18:09:50 UTC
Do we really want to display this column for all installations?
Comment 14 Katrin Fischer 2018-06-05 18:10:55 UTC
We could display for new installations and hide on update? Not sure about the db structure there, have to take a closer look.
Comment 15 Owen Leonard 2018-06-05 18:15:45 UTC
Update the table's column configuration to initially hide the column?
Comment 16 Katrin Fischer 2018-06-19 22:18:37 UTC
Created attachment 76199 [details] [review]
Bug 19719: (follow-up) Add database update to keep collection column hidden

For existing installations we want to keep the current behaviour.
This patch adds the column configuration to hide the collection
column from the details and checkouts tabs until toggled.
Comment 17 Katrin Fischer 2018-06-19 22:19:07 UTC
Proposed a database update :)
Comment 18 Julian Maurice 2018-08-08 10:39:43 UTC
Comment on attachment 74539 [details] [review]
Bug 19719: (follow-up) Show description instead of code

Review of attachment 74539 [details] [review]:
-----------------------------------------------------------------

::: svc/checkouts
@@ +158,5 @@
>      }
> +    my $collection;
> +    if ( $c->{collection} ) {
> +        my $av = Koha::AuthorisedValues->search({ category => 'CCODE', authorised_value => $c->{collection} });
> +        $collection = $av->count ? $av->next->lib : '';

Shouldn't we check that items.ccode is linked to the authorized value list CCODE ?
We could imagine that in the MARC framework, the item subfield linked to items.ccode is configured to use another AV list (or no AV list at all).

If the item subfield is not linked to an AV list and contains free text, it is not displayed. I think that's a problem.
Comment 19 Julian Maurice 2018-08-08 10:46:57 UTC
(In reply to Julian Maurice from comment #18)
> If the item subfield is not linked to an AV list and contains free text, it
> is not displayed. I think that's a problem.

The same thing is done with items.location (AV list LOC), so passing QA for now to keep consistency. If it has to be fixed, we can fix them both in another bug.
Comment 20 Julian Maurice 2018-08-08 10:47:37 UTC
Created attachment 77559 [details] [review]
Bug 19719: Add new column for collection in the patron checkouts data tables

This makes the collection visible in the checkouts table
on the details and issues tab in the patron account in staff.

TEST:

1. Check out a few items to patron.
2. View check outs on patron account in staff client.
3. Collection code is not present.

4. Apply patch

5. Notice that not Collection code is visible while viewing check outs.

Signed-off-by: Severine QUEUNE <severine.queune@bulac.fr>
Signed-off by: Maksim Sen <maksim.sen@inlibro.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Séverine QUEUNE <severine.queune@bulac.fr>
Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
Comment 21 Julian Maurice 2018-08-08 10:47:43 UTC
Created attachment 77560 [details] [review]
Bug 19719: (follow-up) Show description instead of code

This follow-up changes the display from collection code
to description, following the existing pattern for
location.

To test:
- Repeat test plan from first patch
- Verfiy now the collection descrption shows
- Change column setting in administration
- Verify they work as expected

Signed-off-by: Séverine QUEUNE <severine.queune@bulac.fr>
Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
Comment 22 Julian Maurice 2018-08-08 10:47:47 UTC
Created attachment 77561 [details] [review]
Bug 19719: (follow-up) Add database update to keep collection column hidden

For existing installations we want to keep the current behaviour.
This patch adds the column configuration to hide the collection
column from the details and checkouts tabs until toggled.

Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
Comment 23 Nick Clemens 2018-08-22 14:59:46 UTC
Awesome work all!

Pushed to master for 18.11
Comment 24 Martin Renvoize 2018-08-24 12:35:39 UTC
Enhancement, this will not be backported to 18.05.x series.