KohaExtensions

Extensions Manager

Last added revisions

Patron Extended Attribute reload, revision 0.7

  • Author: sekjal
  • Released on: 2010-01-29
  • Compatible with: 3.0
Original version

Follett to Koha Migration, revision 1.0

  • Author: douger
  • Released on: 2009-02-12
  • Compatible with: 3.0
Windows VB Script modified from a base Marc Edit generated script. This script converts a marc21 format file exported from Follett into Koha format for importing. See the notes at the beginning of the file for details.

athenamarc2koha.pl, revision 0.01

  • Author: jglepage
  • Released on: 2008-12-22
  • Compatible with: 3.0
This script converts a MARC file generated by Sagebrush Athena to a file appropriate for Koha.

Usage: You need to specify the input and output files, and optionally the branch code for your library.
perl athenamarc2koha.pl originalmarcfile convertedmarcfile
or
perl athenamarc2koha.pl originalmarcfile convertedmarcfile branch_code


If you specify the branch code, it must correspond to branches.branchcode in the Koha DB.
The branch_code will be set in the output MARC records as 952$a and 952$b.
In the Koha DB, 952$a corresponds to items.homebranch (permanent location), and
952$b corresponds to items.holdingbranch (current location).

Send questions/comments/suggestions to jeffrey_lepage@yahoo.com.

Koha 3.0 VMWare Image *Unconfigured* ( Zebra ) [ Debian Etch ], revision 1

  • Author: kylemhall
  • Released on: 2008-08-30
  • Compatible with: 3.0
Unconfigured version of Koha 3.0 running on Debian Etch using Zebra.

Koha Stow Extensions, revision 1.2 Beta

  • Author: smfpl
  • Released on: 2008-06-20
  • Compatible with: 2.2, 3.0
Works for 2.2(zoom-tested) and 3.0, set your version first.

See notes in prior versions.

Koha Stow Extensions, revision 1.1 Beta

  • Author: smfpl
  • Released on: 2008-06-20
  • Compatible with: 3.0
This is a first pass at the Koha 3 version of this code.

Now contains working printed bills by branch, Unique Management output creation, and Overdrive XML authentication.

Best way to setup:

1. Install XAMPP

2. Unzip the files into */XAMPP/htdocs

2. Modify database params in addrkoha.php
Setup will take some patience, but params in addrkoha.php .

3. Set browser to http://IP.ADDRESS.OF.XAMPP.SERVER/kohaextras3/reports.php

4. Go back and fix parameters as needed.

This version works for Koha 3.0 (save any bugs), working on Koha 2.2/3.0 version

Script examples are not included *yet* but should work. I need to test them.
Scheduled task/cron scripts can:
* email different types of overdue notices, w/ parameters
* create files for Unique Management, w/ parameters for weekly / sync
* create lists of books with pictures for producing daily web page categories, w/ many parameters
I hope to test these and submit new version soon.

Koha Stow Extensions, revision SKEV1 Beta

  • Author: smfpl
  • Released on: 2008-05-06
  • Compatible with: 2.2
Stow Koha Extras/Extensions (SKE): This is a set of PHP/MySQL tools in production use at Stow-Munroe Falls Public Library Tools for reserves, circulation, reference, catalogers. This is PHP code that can easily be run on a separate computer on a staff intranet that links back to the main Koha installation.

SKE is meant as a test bed to add additional functionality into Koha and for utilities that should be separate. This is a READ ONLY tool kit so you only need to set your MySQL account for read only. It also has a parallel MySQL database to handle some of the items needed that are not read only.

Much of the functionality on SKE is already in Koha 3, however, running SKE can give you a place to quickly create/test new reports for your library if you are familiar with PHP.

Enjoy,
D.R.Ulm 5-6-2008

migration tools (ISO 2709), revision 0.9.5

  • Author: dubyk
  • Released on: 2008-04-21
  • Compatible with: 2.2, 2.4, 3.0
Serious bug repaired (skipped repeatings of fields)

migration tools (ISO 2709), revision 0.9

  • Author: dubyk
  • Released on: 2007-11-22
  • Compatible with: 2.2
Version 0.9. Mainly various checks and better logging. Also it is now stop when found not valid fields separator in iso-file.

Barcode Generator, revision 1.00

  • Author: colmcd
  • Released on: 2007-07-03
  • Compatible with: 2.4
You must add all .tmpl files to your opac directory/barcodes. all other files should go in your koha/cgi-bin/barcodes directory.


Good luck