biblibre / koha-plugin-patron-import

koha-plugin-patron-import
1 stars 1 forks source link
koha-plugin

Patron-import Koha plugin

Patron-import is a plugin for Koha allowing configurable, customizable and automated patrons import.

Current versions

This documentation is for master version

Downloading

From the release page, download the relevant .kpz file

Getting started

Before (project management)

Start importing patrons in a Koha system needs advance preparation. All the things you need to draft is explain is the before starting page.

Setup

Once the plugin is installed, you can access the plugin's configuration in the Koha's plugins home page.

Here you can add one or more imports and see existing ones. Click on New import and fill the form as you need

Configuration

Plugins (add-ons)

Cronjob

Cronjob should be executed daily, preferably at night to prevent interfere with Koha's normal use.

Example:

PERL5LIB=/path/to/koha
KOHA_CONF=/path/to/koha-conf.xml
PATH_TO_PLUGIN=/path/to/plugin

0 23 * * * perl $PATH_TO_PLUGIN/Koha/Plugin/Com/Biblibre/PatronImport/cron/run-import.pl -i 1 -f /path/to/patrons.csv