koha-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Koha-devel] Offline Module


From: Kyle Hall
Subject: Re: [Koha-devel] Offline Module
Date: Thu, 13 Mar 2008 10:25:13 -0400

I would call it functional. The client-side program works great, but
the server side script is bare-bone and could use some more work.
Here's how it works:
Data from the client program is saved to a file, this file is uploaded
to a processing web app that takes the data and modifies the Koha
database accordingly.

For issues:
  If the item has not been issued, it issues it.
  If the item has been issued to the same person, it renews it.
  If the item has been issued to a different person, it returns the
item and issues it to the new borrower ( this is the one that could be
a problem, we could have it check the date, and if the issue date is
earlier than the current issue for the item in koha, just have it
write a statistic or something.

For returns:
  Much simpler, it returns it if it is currently issued.

The program uses dates and times based on the actual date/time of
issue/return, rather than the data/time the file is uploaded.

More info/screenshots here:
http://kylehall.info/index.php/projects/koha-tools/koha-offline-circulation/

It is available in koha-tools under kohaOfflineCirculation ( I blitzed
the old java based system ).

Kyle

On Thu, Mar 13, 2008 at 7:32 AM, C W Nel <address@hidden> wrote:
>
>
> Can anyone tell me if the offline module (part of koha-tools) is functional?
> Is it usable in practise?
>
> Thanks for any info.
> _______________________________________________
>  Koha-devel mailing list
>  address@hidden
>  http://lists.nongnu.org/mailman/listinfo/koha-devel
>
>



-- 
http://www.kylehall.info
Information Technology
Crawford County Federated Library System ( http://www.ccfls.org )




reply via email to

[Prev in Thread] Current Thread [Next in Thread]