Bug 38946 - Add serial enumeration to inventory table
Summary: Add serial enumeration to inventory table
Status: Signed Off
Alias: None
Product: Koha
Classification: Unclassified
Component: Staff interface (show other bugs)
Version: 24.05
Hardware: All All
: P5 - low enhancement
Assignee: David Cook
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-01-22 15:34 UTC by Benjamin Daeuber
Modified: 2025-09-05 12:15 UTC (History)
3 users (show)

See Also:
GIT URL:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments
Bug 38946: Add enumchron to inventory table (4.89 KB, patch)
2025-08-26 07:04 UTC, David Cook
Details | Diff | Splinter Review
Bug 38946: Add enumchron to inventory table (4.96 KB, patch)
2025-09-04 14:27 UTC, Lin Wei
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Benjamin Daeuber 2025-01-22 15:34:18 UTC
It would be helpful to add serial enumeration to the outputted inventory table. If you are inventorying a series of items with the same title, but different issue number or years, there's currently no easy way of distinguishing them in the output.
Comment 1 Katrin Fischer 2025-01-22 16:22:02 UTC
+1 :)
Comment 2 David Cook 2025-08-26 06:54:03 UTC
I've had a library asking for this as well. 

The table is already pretty crowded, but it does look doable.
Comment 3 David Cook 2025-08-26 07:04:57 UTC
Created attachment 185786 [details] [review]
Bug 38946: Add enumchron to inventory table

This patch adds "Serial enumeration / chronology" to the inventory table
output.

Test plan:
0. Apply the patch
1. Go to http://localhost:8081/cgi-bin/koha/tools/inventory.pl
2. Click "Submit"
3. Note that a "Serial enumeration / chronology" column appears in
the results
4. For the top result, go into the bib record and then add a "Serial enumeration /
chronology" to the item in question
5. Re-run the inventory
6. Note that the "Serial enumeration / chronology" now has a value in iy
7. Click "Columns" and hide the column
8. Try again using the CSV export and note that the new column appears again
Comment 4 Lin Wei 2025-09-04 14:27:24 UTC
Created attachment 186160 [details] [review]
Bug 38946: Add enumchron to inventory table

This patch adds "Serial enumeration / chronology" to the inventory table
output.

Test plan:
0. Apply the patch
1. Go to http://localhost:8081/cgi-bin/koha/tools/inventory.pl
2. Click "Submit"
3. Note that a "Serial enumeration / chronology" column appears in
the results
4. For the top result, go into the bib record and then add a "Serial enumeration /
chronology" to the item in question
5. Re-run the inventory
6. Note that the "Serial enumeration / chronology" now has a value in iy
7. Click "Columns" and hide the column
8. Try again using the CSV export and note that the new column appears again

Signed-off-by: Ludovic Julien <ludovic.julien@inLibro.com>