Plugin System

O Sistema de Plugins do Koha permite que você adicione nova ferramentas e relatórios ao sistema que podem ser úteis para sua biblioteca. Plugins são instalados a partir de pacotes KPZ (Koha Plugin Zip). Um arquivo KPZ é apenas um arquivo .zip contendo os arquivos perl, templates e demais arquivos necessários para que o plugin funcione.

The plugin system needs to be turned on by a system administrator.

Set up

To set up the Koha plugin system you must first make some changes to your install.

  • Change <enable_plugins>0</enable_plugins> to <enable_plugins>1</enable_plugins> in your koha-conf.xml file

  • Restart your webserver

On the Tools page you will see the Tools Plugins and on the Reports page you will see the Reports Plugins.