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

Once set up is complete you will need to alter your UseKohaPlugins system preference. On the Tools page you will see the Tools Plugins and on the Reports page you will see the Reports Plugins.

Search History

If you have your EnableSearchHistory preference set to keep your search history then you can access this information by clicking on your username in the top right of the staff client and choosing ‘Search history’.

image1062

From this page you will see your bibliographic search history

image1063

And your authority search history.

image1064

Sobre o Koha

The ‘About Koha’ area will give you important server information as well as general information about Koha.

  • Get there: More > About Koha

Informação do servidor

Under the ‘Server Information’ tab you will find information about the Koha version and the machine you have installed Koha on. This information is very important for debugging problems. When reporting issues to your support provider or to the various other support avenues (mailing lists, chat room, etc), it’s always good to give the information from this screen.

image1065

Perl Modules

In order to take advantage of all of the functionalities of Koha, you will need to keep your Perl modules up to date. The ‘Perl Modules’ tab will show you all of the modules required by Koha, the version you have installed and whether you need to upgrade certain modules.

image1066

Items listed in bold are required by Koha, items highlighted in red are missing completely and items highlighted in yellow simply need to be upgraded.

System Information

This tab will provide you with warnings if you are using system preferences that have since been deprecated or system preferences that you have set without other required preferences

image1067