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.
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>>