Skip to content

Kreablo/koha-plugin-libris-delete-holding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automatic deletion of Libris holdings records for Koha

Manual på svenska

Preparing installation

  • Koha-plugins must be activated in koha-conf.xml and the plugin directory must exist and be writable to the koha process.
  • The cronjob plugins_nightly must be activated. This is scheduled by default in cron.daily/koha-common since Koha 20.11.03.

Installation

  1. Upload the plugin koha administration -> manage plugins.
  2. Choose the action configure on the plugin (Libris Delete Holding Module).
  3. Select mode on the plugin. For testing QA or STG modes can be used. For production select the production mode.
  4. Add one or more Client ID and Client secret under "Libris credentials". The credentials can be obtained from Libris customer service. "Descriptive name" can be choosen arbitrarily and is used for connecting the set of credentials to a branch mapping.
  5. Add one or more branch mappings. Several branchcodes may be mapped to the same sigel. Each branch mapping must be associated to credentials that grant access to the holdings for the library identified by the sigel.
  6. Save the configuration

Uninstallation

When the plugin is uninstalled, the configration and the status table will be removed from the database.

Plugin modes

The plugin have three different modes each corresponding to one of the three environments available:

For testing the QA or STG modes should be used.

IMPORTANT!: If you have a test or development installation of Koha and is regularily importing data from your production installation, you must make sure that this plugin is not running in production mode on your test installation. As part of the process of importing data to your development environment you should do one of the following:

  1. uninstall the plugin in the development environment
  2. deactivate the plugin, or,
  3. change to QA or STG mode.

Building the plugin

> perl Makefile.PL
> make
> make kpzdist

About

Koha plugin for automatic deletion of Libris holdings

Resources

License

Stars

Watchers

Forks

Packages

No packages published