Sha256: ec79efe1cb9e2a0ae5d579e9183bac67970209a93041f3975decbd9fe17342e7
Contents?: true
Size: 994 Bytes
Versions: 2
Compression:
Stored size: 994 Bytes
Contents
= CLIEOP This library is a pure Ruby implementation of the *CLIEOP03* format. Currently, it only supports writing CLIEOP files with accounts receivable transactions. Accounts payable transactions, and reading existing CLIEOP files is planned to be supported This library is licensed under the MIT license. == CLIEOP format CLIEOP03 is a file format that is used for communication about cash transaction between bank accounts. It is used in the Netherlands and is supported by the banking software packages of the main banks. CLIEOP supports transactions in both directions: accounts payable and accounts receivable. For accounts receivable, you need proper authorization from your bank. For more information about the CLIEOP file format, see: http://www.ingbank.nl/ing/downloadables/eclieop1.pdf == Usage Run <tt>gem install clieop</tt> to install the gem. See the project's wiki at http://wiki.github.com/wvanbergen/clieop for an example creating and writing a direct debt batch file.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
clieop-0.1.4 | README.rdoc |
clieop-0.1.3 | README.rdoc |