Code Monkey home page Code Monkey logo

ach's Introduction

NAME
	ACH - ACH perl object
	
VERSION
	Version: 0.01
	May 2006

DESCRIPTION
	ACH is a simple, generic perl object that contains the data necesary to
	create an ACH file.  It's intentional use is for testing purposes ONLY.  
	ACH will allow a developer to manipulate specific data fields in an ACH 
	formatted object.

USING ACH
	my $ACH = new ACH;

METHODS
  new
	Creates a new ACH object
	
  printAllData
	Prints all the ACH data

  getData
	Returns the ACH data

CAVEATS
	This package is created for testing purposes only.  It shouldn't be used 
	for production programs or scripts.  There are other commercial products
	out there that may be a more efficient solution for accomplishing your
	goals.

	All records in an ACH file must be formatted in the following sequence
	of records.  IF the file is not formatted in this exact sequence, it
	may be rejected.

	ACH File Layout:
	1 - File Header Record
	5 - First Company/Batch Header Record
	6 - First Entry Detail Record
	7 - First Entry Detail Addenda Record (optional)
		|
	Multiples of Entry Detail Records
		|
	6 - Last Entry Detail Record
	7 - Last Entry Detail Addenda Record (optional)
	8 - First Company/Batch Control Record
		|
	Multiples of Company/Batches
		|
	5 - Last Company/Batch Header Record
	6 - First Entry Detail Record
	7 - First Entry Detail Addenda Record (optional)
		|
	Multiples of Entry Detail Records
		|
	6 - Last Entry Detail Record
	7 - Last Entry Detail Addenda Record (optional)
	8 - Last Company/Batch Control Record
	9 - File Control Record
	9999...9999 (optional)

AUTHOR
	Author: Christopher Kois
	Date: May, 2006
	Contact: [email protected]

COPYRIGHTS
	The ACH module is Copyright (c) May, 2006 by Christopher Kois. 
	http://www.christopherkois.com All rights reserved.  You may distribute 
	this module under the terms of GNU General Public License (GPL). 

SUPPORT/WARRANTY
	ACH is free Open Source software. IT COMES WITHOUT WARRANTY OR SUPPORT OF ANY KIND.

KNOWN BUGS
	This is version 0.01 of ACH.  There are currently no known bugs.

SEE ALSO
	ACH::Generator, ACH::Parser

ach's People

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.