|
Even I am looking for it.
I got the chance to look into the Database for this.
There is one table with the name "library"
Following are my observation regarding the same:
1) A new library can be added with a new library_id
2) In case if networked libraries, only MASTER library can participate in "Acquisition", "Cataloging" and "Serials Management". The SLAVE library will be responsibel only for "Circulation" activities.
Now, If a library is a master library then simply write "MASTER" in the following columns:
serialmaster char(18),
cataloguemaster char(18),
acquisitionsmaster char(18),
but I don't know what to write in case its a SLAVE Library
3) There is one more column that needs to be changed:
hostlibraryid int4,
|