Finance::IIF

Finance::IIF is a Perl module that can parse and create IIF files for QuickBooks.
Download

Finance::IIF Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Matthew McGillis
  • Publisher web site:
  • http://search.cpan.org/~plobbes/Finance-IIF-0.20.01/lib/Finance/IIF.pm

Finance::IIF Tags


Finance::IIF Description

Finance::IIF is a Perl module that can parse and create IIF files for QuickBooks. Finance::IIF is a Perl module that can parse and create IIF files for QuickBooks.SYNOPSIS use Finance::IIF; my $iif = Finance::IIF->new( file => "test.iif" ); while ( my $record = $iif->next ) { print( "Header: ", $record->{header}, "n" ); foreach my $key ( keys %{$record} ) { print( " ", $key, ": ", $record->{$key}, "n" ); } }Finance::IIF is a module for working with IIF files for QuickBooks in Perl. This module reads IIF data records from a file passing each successive record to the caller for processing.A hash reference is returned for each record read from a file. The hash will have a "header" value which contains the header type that was read along with all supported values found for that record. If a value is not specified in the data file, the value will not exist in this hash.No processing or validation is done on values found in files or data structures to try and convert them into appropriate types and formats. It is expected that users of this module or extensions to this module will do any additional processing or validation as required. Requirements: · Perl


Finance::IIF Related Software