Bug 39373 - No way to define export options for OPAC Lists and Cart
Summary: No way to define export options for OPAC Lists and Cart
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Lists (show other bugs)
Version: Main
Hardware: All All
: P5 - low minor
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-03-19 02:58 UTC by David Cook
Modified: 2025-05-01 23:24 UTC (History)
2 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

Note You need to log in before you can comment on or make changes to this bug.
Description David Cook 2025-03-19 02:58:51 UTC
The system preference OpacExportOptions does not apply to Lists and Cart. Probably because it's more comprehensive for the Detail page than the export options for Lists and Cart.

Either we add support for the other options to Lists/Cart or we add a different system preference for them I think.
Comment 1 David Cook 2025-03-20 02:29:38 UTC
OpacExportOptions includes the following options:

BibTeX, Dublin Core, ISBD, MARC-8 encoded MARC, mARCXML, MODS, RIS, Unicode/UTF-8 encoded MARC, Unicode/UTF-8 encoded MARC without local use -9xx, x9x, xx9- fields and subfields

List downloads/exports include the following options:

BibTeX, ISBD (if OPACISBD is set), MARC, RIS (Zotero, EndNote, others), CSV (using CSV profiles)

So maybe a separate syspref is necessary.
Comment 2 David Cook 2025-03-20 02:32:05 UTC
(In reply to David Cook from comment #1)
> List downloads/exports include the following options:
> 
> BibTeX, ISBD (if OPACISBD is set), MARC, RIS (Zotero, EndNote, others), CSV
> (using CSV profiles)
> 
> So maybe a separate syspref is necessary.

Cart download/exports include the following options:

BibTex, ISBD (regardless of OPACISBD), MARC, RIS (Zotero, EndNote, others), CSV (using CSV profiles).

So the Cart and Lists could probably share a system preference. Separate ones would add more granularity though.
Comment 3 Caroline Cyr La Rose 2025-05-01 19:06:30 UTC
I was just asked about this by a public library. They think the download options for the cart are confusing to patrons. I kind of agree. Other that librarians and maybe university researchers, who knows what BibTeX, ISBD and MARC are? As a patron, I'd want my cart as a PDF or CSV
Comment 4 David Cook 2025-05-01 23:24:25 UTC
(In reply to Caroline Cyr La Rose from comment #3)
> I was just asked about this by a public library. 

<3

It's not on my priority list, but it shouldn't be too hard to patch this one. I think the hardest part is just adding the system preference(s).