adding openncip / opensip SIP2 service
authorRyan Higgins <rch@liblime.com>
Mon, 5 Nov 2007 23:13:56 +0000 (17:13 -0600)
committerJoshua Ferraro <jmf@liblime.com>
Tue, 6 Nov 2007 12:32:53 +0000 (06:32 -0600)
commit7b9b36bd2e023a57a6da378e174fdf13dbda97b4
tree31863fe6e46d3d10037988d52c23fdbf66177881
parentfa99edd8b3fab96da4c702d1522bb85bd5a4d4a3
adding openncip / opensip SIP2 service

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
44 files changed:
C4/SIP/ILS.pm [new file with mode: 0644]
C4/SIP/ILS.pod [new file with mode: 0644]
C4/SIP/ILS/Item.pm [new file with mode: 0644]
C4/SIP/ILS/Item.pod [new file with mode: 0644]
C4/SIP/ILS/Patron.pm [new file with mode: 0644]
C4/SIP/ILS/Patron.pod [new file with mode: 0644]
C4/SIP/ILS/Transaction.pm [new file with mode: 0644]
C4/SIP/ILS/Transaction/Checkin.pm [new file with mode: 0644]
C4/SIP/ILS/Transaction/Checkout.pm [new file with mode: 0644]
C4/SIP/ILS/Transaction/FeePayment.pm [new file with mode: 0644]
C4/SIP/ILS/Transaction/Hold.pm [new file with mode: 0644]
C4/SIP/ILS/Transaction/Renew.pm [new file with mode: 0644]
C4/SIP/ILS/Transaction/RenewAll.pm [new file with mode: 0644]
C4/SIP/Makefile [new file with mode: 0644]
C4/SIP/README [new file with mode: 0755]
C4/SIP/SIPServer.pm [new file with mode: 0644]
C4/SIP/SIPconfig.xml [new file with mode: 0644]
C4/SIP/Sip.pm [new file with mode: 0644]
C4/SIP/Sip/Checksum.pm [new file with mode: 0644]
C4/SIP/Sip/Configuration.pm [new file with mode: 0644]
C4/SIP/Sip/Configuration/Account.pm [new file with mode: 0644]
C4/SIP/Sip/Configuration/Institution.pm [new file with mode: 0644]
C4/SIP/Sip/Configuration/Service.pm [new file with mode: 0644]
C4/SIP/Sip/Constants.pm [new file with mode: 0644]
C4/SIP/Sip/MsgType.pm [new file with mode: 0644]
C4/SIP/acstest.py [new file with mode: 0644]
C4/SIP/t/00sc_status.t [new file with mode: 0644]
C4/SIP/t/01patron_status.t [new file with mode: 0644]
C4/SIP/t/02patron_info.t [new file with mode: 0644]
C4/SIP/t/03checkout.t [new file with mode: 0644]
C4/SIP/t/04patron_status.t [new file with mode: 0644]
C4/SIP/t/05block_patron.t [new file with mode: 0644]
C4/SIP/t/06patron_enable.t [new file with mode: 0644]
C4/SIP/t/07hold.t [new file with mode: 0644]
C4/SIP/t/08checkin.t [new file with mode: 0644]
C4/SIP/t/09renew.t [new file with mode: 0644]
C4/SIP/t/10renew_all.t [new file with mode: 0644]
C4/SIP/t/11item_info.t [new file with mode: 0644]
C4/SIP/t/Makefile [new file with mode: 0644]
C4/SIP/t/README [new file with mode: 0644]
C4/SIP/t/SIPtest.pm [new file with mode: 0644]
C4/SIP/test.txt [new file with mode: 0644]
C4/SIP/xmlparse.pl [new file with mode: 0644]
C4/SIP_openils_pm [new file with mode: 0644]