]> git.evergreen-ils.org Git - Evergreen.git/commit - Open-ILS/src/perlmods/OpenILS/Application/Acq/EDI/Translator.pm
Patch from Joe Atzberger that does several things:
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 21 Jan 2010 17:58:44 +0000 (17:58 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 21 Jan 2010 17:58:44 +0000 (17:58 +0000)
commit87b1828b28045d92f7e632b2372ea5c77d230bc7
tree6109d104d90623f9f65d91a1e13094685d5ca3ac
parent76daa25d758aca571c937bc1fbadb5f69bfabc2d
Patch from Joe Atzberger that does several things:

1. Iniatial API calls for managing EDI documents at the server.  EDI file fetching script to come soon.
2. Creates OpenILS::Utils::Cronscript and Lockfile modules to share and abstract the common setup tasks for Evergreen cron jobs
3. Creates a OpenILS::Utils::RemoteAccount module for managing access to remote services via ftp/scp.  This is mostly taken from the SendFile reactor
4. Updates sendfile to use remoteaccount

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15358 dcc99617-32d9-48b4-a31d-7c20da2025e4
Open-ILS/src/perlmods/OpenILS/Application/Acq/EDI.pm [new file with mode: 0644]
Open-ILS/src/perlmods/OpenILS/Application/Acq/EDI/Translator.pm [new file with mode: 0644]
Open-ILS/src/perlmods/OpenILS/Application/Trigger/Reactor/SendFile.pm
Open-ILS/src/perlmods/OpenILS/Utils/Cronscript.pm [new file with mode: 0644]
Open-ILS/src/perlmods/OpenILS/Utils/Lockfile.pm [new file with mode: 0644]
Open-ILS/src/perlmods/OpenILS/Utils/RemoteAccount.pm [new file with mode: 0644]