Giter VIP home page Giter VIP logo

koha-illbackend-nncipp's Introduction

NNCIPP ILL BACKEND FOR KOHA

This is the NNCIPP ILL backend for Koha

Setting up the OPAC

The way NNCIPP works, a librarian from LibraryA can log into the OPAC of LibraryB and initiate an ILL request there. In order to make this work, we need to add a page from the present repo to the OPAC. This is done with symlinks:

First clone the repo to somewhere on your Koha server:

$ git clone https://github.com/Libriotech/koha-illbackend-nncipp.git

How you create the links depends on how you installed Koha:

Debian packages

$ ln -s /path/to/koha-illbackend-nncipp/blob/master/opac/opac-nncipp.pl /usr/share/koha/opac/cgi-bin/opac/opac-nncipp.pl
$ ln -s /path/to/koha-illbackend-nncipp/blob/master/opac/opac-nncipp.tt /usr/share/koha/opac/htdocs/opac-tmpl/bootstrap/en/modules/opac-nncipp.tt

Replace "/path/to" with the actual path to your clone of koha-illbackend-nncipp.

Gitified install

$ ln -s /path/to/koha-illbackend-nncipp/blob/master/opac/opac-nncipp.pl /path/to/kohaclone/opac/opac-nncipp.pl
$ ln -s /path/to/koha-illbackend-nncipp/blob/master/opac/opac-nncipp.tt /path/to/kohaclone/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-nncipp.tt

Replace "/path/to/kohaclone" with the actual path to your clone of the Koha git repo.

From detail view to NNCIPP form

Currently, there is no link from the detail view of a record in Koha to the NNCIPP order form provided by opac-nncipp.pl. This will come later. For now the transition will have to be made "by hand". If you are lookin at the detail view of biblionumber 5 your URL will look like this:

<opac>/cgi-bin/koha/opac-detail.pl?biblionumber=5

To see the NNCIPP ILL form for that record you must change the URL to this:

<opac>/cgi-bin/koha/opac-nncipp.pl?biblionumber=5

Configuration

See docs/materialtypes.pod for how to create a mapping for itemtypes.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.