Adding items

View: New views
4 Messages — Rating Filter:   Alert me  

Adding items

by PasiK :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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.

Re: Adding items

by Michael Walker :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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.

Re: Adding items

by Jesse-34 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Mon, Jun 16, 2008 at 5:35 AM, PasiK <pasi.korkalo@...> 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@...
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.

_______________________________________________
Koha mailing list
Koha@...
http://lists.katipo.co.nz/mailman/listinfo/koha

Re: Adding items

by PasiK :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Would you be willing to share your script?


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.