[Koha] customizing Koha 2.0.0

Stephen Hedges shedges at skemotah.com
Thu Apr 1 04:59:57 NZST 2004


Gruss Dich, Stephanie!

Stefanie Mohsennia said:
<snip>
> 2. The date when the member joined the library was automatically set to
> 27/3/2004, the date when I entered the member's data. Also, the expiry
> date was set automatically to 27/03/2005. How can we change both dates
> to match our present expiry dates of memberships?

If you can somehow export the card number (or member number, or whatever
you are using as an identifier) and the enrollment date and the expiration
date from your old system for each member, then it should be fairly easy
to write a custom script that would correct this data in Koha.  You'll
need to find someone who can write scripts that interact with Koha's MySQL
database.  The Koha code is written in Perl and uses the DBI and
DBD::mysql Perl modules to work with MySQL, but any language that can
modify your MySQL database should be OK.

-- 
Stephen Hedges
Skemotah Solutions, USA
www.skemotah.com  --  shedges at skemotah.com



More information about the Koha mailing list