Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pders01/koha-plugin-saved-sql-api


https://github.com/pders01/koha-plugin-saved-sql-api

Last synced: 17 days ago
JSON representation

Awesome Lists containing this project

README

        

# Introduction

The Kitchen Sink plugin for Koha is meant to be an exhaustive example of all the features a Koha plugin can posses.

If you find any plugin hooks are missing, please let us know by filing a GitHub Issue!

# Downloading

From the [release page](https://github.com/bywatersolutions/koha-plugin-kitchen-sink/releases) you can download the relevant *.kpz file

# Installing

Koha's Plugin System allows for you to add additional tools and reports to Koha that are specific to your library. Plugins are installed by uploading KPZ ( Koha Plugin Zip ) packages. A KPZ file is just a zip file containing the perl files, template files, and any other files necessary to make the plugin work.

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

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

* Change `0` to `1` in your koha-conf.xml file
* Confirm that the path to `` exists, is correct, and is writable by the web server
* 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.