Is there a quick way to add one item to each bibliographic record? The records have been imported using bulkmarcimport and we only have one item for vast majority of the titles, so this would be very handy. -- View this message in context: http://www.nabble.com/Adding-items-tp17862365p17862365.html Sent from the Koha - Discuss mailing list archive at Nabble.com.
When importing data to my company's Koha system, I wrote a simple Perl script that added entries to the biblioitems and items tables within the MySQL database for each item in our library. PasiK wrote:
Is there a quick way to add one item to each bibliographic record? The records have been imported using bulkmarcimport and we only have one item for vast majority of the titles, so this would be very handy.
-- View this message in context: http://www.nabble.com/Adding-items-tp17862365p17874161.html Sent from the Koha - Discuss mailing list archive at Nabble.com.
Would you be willing to share your script? Michael Walker wrote:
When importing data to my company's Koha system, I wrote a simple Perl script that added entries to the biblioitems and items tables within the MySQL database for each item in our library.
PasiK wrote:
Is there a quick way to add one item to each bibliographic record? The records have been imported using bulkmarcimport and we only have one item for vast majority of the titles, so this would be very handy.
-- View this message in context: http://www.nabble.com/Adding-items-tp17862365p18568884.html Sent from the Koha - Discuss mailing list archive at Nabble.com.
On Mon, Jun 16, 2008 at 5:35 AM, PasiK <pasi.korkalo@oululainen.com> wrote:
Is there a quick way to add one item to each bibliographic record? The records have been imported using bulkmarcimport and we only have one item for vast majority of the titles, so this would be very handy. -- View this message in context: http://www.nabble.com/Adding-items-tp17862365p17862365.html Sent from the Koha - Discuss mailing list archive at Nabble.com.
_______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
The usual way is to export your records with a holding tag (usually a 952 for Koha) that has an item's price, barcode, home branch, etc. for each item.
participants (3)
-
Jesse -
Michael Walker -
PasiK