Bug 39163 - Export Item Records by Item Number
Summary: Export Item Records by Item Number
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Cataloging (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-02-19 14:08 UTC by dpl
Modified: 2025-02-19 14:42 UTC (History)
1 user (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 dpl 2025-02-19 14:08:40 UTC
Hello,

When libraries are transferred to new locations and certain items are not meant to remain, it becomes necessary to extract specific data for those items. To streamline this process, we propose adding a new tab to the Export Data interface (export.pl). This tab would allow users to easily export item records in CSV format (and other available formats) by specifying the item numbers.

This feature would be invaluable for efficiently managing item movements and ensuring accurate record-keeping during relocations.
Comment 1 Katrin Fischer 2025-02-19 14:42:07 UTC
Hi, if you want just a CSV export, I think you can already achieve this quite easily with the standard reports. 

Try something like:
select * from items where itemnumber in <<List of itemnumbers|list>>