Bug 39163

Summary: Export Item Records by Item Number
Product: Koha Reporter: dpl <lam.vo>
Component: CatalogingAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: 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 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>>