[Koha-bugs] [Bug 13159] Enhancements to the SIP2 command line emulator

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 29 13:59:14 CET 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13159

--- Comment #1 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 32901
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=32901&action=edit
Bug 13159 - Enhancements to the SIP2 command line emulator

I needed to be able to perform checkout operations for testing from the
command line. I ended up reengineering the SIP2 command line tester
quite a bit.

Enhancements:
* Moved message generation code to subroutines
* Added checkout message support
* Added command line switches for each supported message
* Enabled use of Sip::Constants to keep code DRY and more understandable
* Moved script from misc to C4/SIP
* Designed with an eye towards possibly moving some code to CPAN in the future

Test Plan:
1) Apply this patch
2) Look at help via ./C4/SIP/sip_cli_emulator.pl --help
3) Test patron status request and patron information, should work as before
   except you need to pass the command line switches to enable them
4) Test the new checkout option --checkout <item barcode>

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list