Bug 19351

Summary: Add copynumber in the checkouts table in staff interface
Product: Koha Reporter: Patrick Robitaille <patrick.robitaille>
Component: CirculationAssignee: Katrin Fischer <katrin.fischer>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: fridolin.somers, gmcharlt, kyle.m.hall, lucas
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: Small patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
20.11.00
Circulation function:
Bug Depends on:    
Bug Blocks: 27133    
Attachments: Bug 19351: Add items.copynumber to the checkouts table
Bug 19351: Add items.copynumber to the checkouts table
Bug 19351: Add items.copynumber to the checkouts table

Description Patrick Robitaille 2017-09-20 20:11:47 UTC
Hi, 

It would be usefull to see the copy number ($t) in the checkout column. When you are in a user's profil, in the checkout's section you can't see the copy number for items. It will be helpfull to see this informations when in your collection you have many copy number for an item. This information coulb be place in the column Call no?

Thanks, Patrick.
Comment 1 Katrin Fischer 2020-09-24 22:27:45 UTC
Created attachment 110713 [details] [review]
Bug 19351: Add items.copynumber to the checkouts table

This adds the items.copynumber to the checkouts table in the
patron account in the staff interface.

To test:
- Apply patch
- Check out some items with and without copy number in the item
  to any patron
- In the checkouts table on the Checkouts and Details tabs:
- Verify that a new column shows 'copy no' shows after 'call no'
- Verify the information displays correctly
- Verify that the column configuration settings for the new column works
Comment 2 David Nind 2020-09-25 10:40:04 UTC
Created attachment 110745 [details] [review]
Bug 19351: Add items.copynumber to the checkouts table

This adds the items.copynumber to the checkouts table in the
patron account in the staff interface.

To test:
- Apply patch
- Check out some items with and without copy number in the item
  to any patron
- In the checkouts table on the Checkouts and Details tabs:
- Verify that a new column shows 'copy no' shows after 'call no'
- Verify the information displays correctly
- Verify that the column configuration settings for the new column works

Signed-off-by: David Nind <david@davidnind.com>
Comment 3 Kyle M Hall (khall) 2020-10-15 13:22:48 UTC
Created attachment 111733 [details] [review]
Bug 19351: Add items.copynumber to the checkouts table

This adds the items.copynumber to the checkouts table in the
patron account in the staff interface.

To test:
- Apply patch
- Check out some items with and without copy number in the item
  to any patron
- In the checkouts table on the Checkouts and Details tabs:
- Verify that a new column shows 'copy no' shows after 'call no'
- Verify the information displays correctly
- Verify that the column configuration settings for the new column works

Signed-off-by: David Nind <david@davidnind.com>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Comment 4 Jonathan Druart 2020-11-04 12:02:30 UTC
Pushed to master for 20.11, thanks to everybody involved!
Comment 5 Lucas Gass (lukeg) 2020-11-16 21:32:49 UTC
enhancement will not be backported to 20.05.x