Summary: | No way to define export options for OPAC Lists and Cart | ||
---|---|---|---|
Product: | Koha | Reporter: | David Cook <dcook> |
Component: | Lists | Assignee: | Bugs List <koha-bugs> |
Status: | NEW --- | QA Contact: | Testopia <testopia> |
Severity: | minor | ||
Priority: | P5 - low | CC: | caroline.cyr-la-rose, m.de.rooy |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: |
Description
David Cook
2025-03-19 02:58:51 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. (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. 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 (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). |