working/SIPServer.git
2006-04-14 djfianderSip::timestamp now takes an optional parameter (seconds...
2006-04-14 djfiandernew ILS takes an institution configuration as input...
2006-04-14 djfianderAdded code to verify the institution id, and to manage...
2006-04-14 djfianderDelete handling of "FID_FEE_ITEMS", since it doesn...
2006-04-14 djfianderDelete non-existent "FID_FEE_ITEMS", since we heard...
2006-04-12 djfianderDon't use "ILS::pay_fee()", use "$ils->pay_fee()"
2006-04-12 djfianderChange label for tag generation
2006-04-12 djfianderMore documentation
2006-04-12 djfianderInitial documentation for the ILS.pm portable interface...
2006-04-07 miker-pinesadding loadable module support
2006-04-05 djfianderBase makefile that just simplifies some common operations
2006-04-05 djfianderStub for Fee Paid functionality. Right now this is...
2006-04-05 djfianderImplement stub support for Checkin operations in the ILS
2006-04-05 djfianderImplement Superclass handlers necessary for Checkin...
2006-04-05 djfianderImplement Checking and Fee Paid response messages
2006-04-05 djfianderFix calculation of ends of lists of items used in the...
2006-04-05 djfianderAdd support necessary for Checkin operation
2006-04-05 djfianderImplement Checkin and Fee Payment stubs
2006-04-05 djfianderStrip off error detection fields, since they're automat...
2006-03-29 djfianderAdd support for End Patron Session message
2006-03-29 djfianderAdd end_patron_session stub
2006-03-29 djfianderAdded Patron Information request message
2006-03-29 djfianderMove $last_response here from Sip/MsgType.pm
2006-03-29 djfianderRestructure code to handle Patron Information message...
2006-03-29 djfianderCreate stub APIs that provide information needed for...
2006-03-26 djfianderDefined field identify FID_FEE_ITEMS. This field id...
2006-03-26 djfianderMoved utility functions from Sip::Msgtype to here.
2006-03-26 djfianderAdd support for "Patron Information" message and move...
2006-03-22 djfianderchanged service IP address
2006-03-22 djfianderCreate fields to store pending "screen message" and...
2006-03-22 djfiander"block patron" stub implemented. Basically just flag...
2006-03-22 djfianderBlock Patron implemented. This required extracting...
2006-03-21 djfianderDeleted sub y_or_n(), since it duplicates
2006-03-21 djfianderDefine subs that provide status information necessary for
2006-03-21 djfianderDelete vestigal build_checkout_failed subroutine, convert
2006-03-21 djfianderImplement Checkout message type based on the new ILS...
2006-03-21 djfianderCheckout transaction stub module. Derived from the...
2006-03-21 djfianderBeginnings of the stub Transaction class. All ILS...
2006-03-21 djfianderImplement Checkout operation stub using the Transaction and
2006-03-21 djfianderBeginnings of the Item stub module: support for the...
2006-03-21 djfianderFix package name, initialize ILS module.
2006-03-09 djfianderInitial revision