Bug 26654

Summary: Add item number column to item search results and CSV export
Product: Koha Reporter: Lucas Gass (lukeg) <lucas>
Component: SearchingAssignee: Laura Escamilla <Laura.escamilla>
Status: RESOLVED FIXED QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: angela.berrett, caroline.cyr-la-rose, fridolin.somers, Laura.escamilla, mathsabypro, mspinney
Version: Main   
Hardware: All   
OS: All   
See Also: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15787
Change sponsored?: --- Patch complexity: ---
Documentation contact: Caroline Cyr La Rose Documentation submission: https://gitlab.com/koha-community/koha-manual/-/merge_requests/898
Text to go in the release notes:
Version(s) released in:
24.05.00
Circulation function:
Attachments: Bug 26654: Add item number column to item search
Bug 26654: Added item number column to item search
Bug 26654: Added item number column to item search
Bug 26654: Added item number column to item search

Description Lucas Gass (lukeg) 2020-10-09 21:32:49 UTC
When doing an item search some libraries would find it useful if there was a column showing the item number
Comment 1 Lucas Gass (lukeg) 2020-10-09 21:35:47 UTC
Created attachment 111436 [details] [review]
Bug 26654: Add item number column to item search

Test plan:
1. Apply patch
2. Do an item search and notice the column containing the item number
Comment 2 Owen Leonard 2020-10-13 11:26:20 UTC
itemsearch_item.csv.inc needs an update too so that the CSV export includes itemnumber.
Comment 3 Laura Escamilla 2024-04-04 12:36:06 UTC
Created attachment 164419 [details] [review]
Bug 26654: Added item number column to item search

Test plan:
1. Apply patch
2. Do an item search and notice the column containing the item number
Comment 4 ByWater Sandboxes 2024-04-04 13:01:17 UTC
Created attachment 164422 [details] [review]
Bug 26654: Added item number column to item search

Test plan:
1. Apply patch
2. Do an item search and notice the column containing the item number

Signed-off-by: Michelle Spinney <mspinney@clamsnet.org>
Comment 5 Nick Clemens (kidclamp) 2024-05-10 18:57:04 UTC
Created attachment 166603 [details] [review]
Bug 26654: Added item number column to item search

Test plan:
1. Apply patch
2. Do an item search and notice the column containing the item number

Signed-off-by: Michelle Spinney <mspinney@clamsnet.org>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Comment 6 Katrin Fischer 2024-05-13 11:36:39 UTC
I'll push this as it's undoubtedly useful. BUT: we won't be doing this again without column configuration. The result table is already bordering unuseable right now.
Comment 7 Katrin Fischer 2024-05-13 12:02:10 UTC
Pushed for 24.05!

Well done everyone, thank you!
Comment 8 Angela Berrett 2024-05-15 19:59:36 UTC
This might be the same or at least linked to bug 15787.
Comment 9 Katrin Fischer 2024-05-16 07:14:27 UTC
(In reply to Angela Berrett from comment #8)
> This might be the same or at least linked to bug 15787.

Hi Angela, it definitely added the itemnumber to the CSV export, I had tested that.
Comment 10 Fridolin Somers 2024-05-29 12:24:00 UTC
Not backported to 23.11.x