Koha Offline Circulation
Last Updated on Friday, 1 June 2012 09:11 Written by Kyle Wednesday, 5 March 2008 09:02
The client tracks issues and returns, and fines payments. In addition, the client has the ability to display data about the current patron, either by scanning the patron’s library card or using the built in search utility. This data is stored in a file that is created by Koha with the included script create_koc_db.pl
The client has been stream-lined so that use the mouse is rarely required. For example, when issuing an item, the borrowers card is scanned first, then the program jumps to the item barcode box. After all the barcodes have been scanned, the librarian can click a button to complete the transaction, or simple press the enter key on the keyboard instead. Switching between tabs can be accomplished with the keyboard shortcuts Alt+I, Alt+R, and Alt+H to change to the Issues, Returns and History tabs, respectively.
Downloads
Koha Offline Circulation can be downloaded here.
Source Code
Koha Offline Circulation is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
The source code is available for download via SourceForge.



