1 Star 0 Fork 0

Wo / SIP2.NET

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
README.md 1.90 KB
一键复制 编辑 原始数据 按行查看 历史
NiceAndNerdy 提交于 2017-09-29 10:15 . Update README.md

SIP2.NET

Implementation in C# of the SIP2 client version 2.0 for libraries. Allows users to programmatically checkout, renew, and checkin materials regardless of database architecture. Requires a running and configured SIP2 server.

Important to note for this version! - This (unsigned, ps) DLL was only tested against The Library Corporation's (TLC's) and Koha's implementation of SIP2! It is unknown whether this will work with other ILS products. It should. But we all know where assumptions get us. I would also strongly encourage anyone using another ILS to take a crack at trying this code against their SIP server. Please report back your sucesses and your brickwalls.

Also important to note - the hold and renewal behavior has some known bugs. At the time of this writing, they include:

  1. If a patron has the same barcode on hold more than once, TLC's SIP server implementation throws a precision exception.

  2. Renewals are mad funky. RenewAll seems to work and will read the ILS's renewal rules (i.e. how long a renewed item is good for). Individual renewal (i.e. one item at a time) don't seem to have that intelligence. Due dates have to be submitted along with the initial SIP2 renewal command. That is not supported [yet] by this implementation. It's also up to the developer to find someway to establish those renewal rules themselves. SIP doesn't seem to be capable of pulling them from the ILS.

5/23/2014 - Update - Testing against Koha has begun. So far, it looks like the connection testers and patron parser works right out of the box. Other methods also appear to work.

3/29/2017 - Update - Added checksum capabilities, resoved Sirsi SSH connection issues, and cleaned up some of the implementations. This version has been tested on Sirsi, III, Koha, and TLC SIP2 servers.

9/29/2017 - Update - Added console debug mode option. Fixed empty string error in checkout function.

1
https://gitee.com/ztj421/SIP2.NET.git
git@gitee.com:ztj421/SIP2.NET.git
ztj421
SIP2.NET
SIP2.NET
master

搜索帮助