Bug 40070

Summary: Make appending published date to serial enumeration optional on detail pages
Product: Koha Reporter: Marcel de Rooy <m.de.rooy>
Component: SerialsAssignee: Marcel de Rooy <m.de.rooy>
Status: Signed Off --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: caroline.cyr-la-rose, esther.melander, paul.derscheid
Version: Main   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: Trivial patch Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:
Attachments: Bug 40700: Add new preference DisplayPublishedDate
Bug 40070: Control display of serial pubdate on detail pages
Bug 40070: Add new preference DisplayPublishedDate
Bug 40070: Control display of serial pubdate on detail pages

Description Marcel de Rooy 2025-06-04 13:25:02 UTC
Adding the publisheddate after volume info on catalogue/detail and opac-detail is not always an improvement. It might be confusing.

Lets add a pref to control it ;)
Comment 1 Paul Derscheid 2025-06-04 13:27:49 UTC
I think this makes sense.
Comment 2 Caroline Cyr La Rose 2025-06-04 13:37:03 UTC
+1
Comment 3 Marcel de Rooy 2025-06-05 08:34:26 UTC Comment hidden (obsolete)
Comment 4 Marcel de Rooy 2025-06-05 08:34:28 UTC Comment hidden (obsolete)
Comment 5 Marcel de Rooy 2025-06-05 08:45:47 UTC
Created attachment 182970 [details] [review]
Bug 40070: Add new preference DisplayPublishedDate

Test plan:
Run install or update
Check new preference under Administration

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Comment 6 Marcel de Rooy 2025-06-05 08:45:51 UTC
Created attachment 182971 [details] [review]
Bug 40070: Control display of serial pubdate on detail pages

Test plan:
Add a serial that creates items.
Receive an issue.
Toggle pref DisplayPublishedDate and verify that publisheddate
is shown or hidden.

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Comment 7 Marcel de Rooy 2025-06-05 08:46:17 UTC
Comment on attachment 182968 [details] [review]
Bug 40700: Add new preference DisplayPublishedDate

Wrong bug number. Corrected now.
Comment 8 Esther Melander 2025-06-06 18:10:31 UTC
I tested this and I could see the published date in parenthesis after the numbering pattern in the Vol info column of the holdings table in the OPAC. I could also see the date in the Serial/Enumeration column of the holdings table on the bibliographic detail view in the staff interface. Changing the system preference to don't show removed the date in both places.
Comment 9 Esther Melander 2025-06-06 18:11:43 UTC
Signed-off-by: Esther Melander <esther@bywatersolutions.com>
Comment 10 Marcel de Rooy 2025-06-10 11:07:36 UTC
(In reply to Esther Melander from comment #8)
> I tested this and I could see the published date in parenthesis after the
> numbering pattern in the Vol info column of the holdings table in the OPAC.
> I could also see the date in the Serial/Enumeration column of the holdings
> table on the bibliographic detail view in the staff interface. Changing the
> system preference to don't show removed the date in both places.

Thx Esther for signing off.