[interchange-cvs] interchange - racke modified 4 files

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Tue Aug 5 18:46:00 EDT 2003


User:      racke
Date:      2003-08-05 21:46:19 GMT
Modified:  lib/Vend/Accounting SQL_Ledger.pm
Modified:  lib/Vend/Options Matrix.pm Old48.pm Simple.pm
Log:
continued work on POD to appear as regular manpages

Revision  Changes    Path
1.10      +31 -29    interchange/lib/Vend/Accounting/SQL_Ledger.pm


rev 1.10, prev_rev 1.9
Index: SQL_Ledger.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Accounting/SQL_Ledger.pm,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- SQL_Ledger.pm	18 Jun 2003 17:34:46 -0000	1.9
+++ SQL_Ledger.pm	5 Aug 2003 21:46:19 -0000	1.10
@@ -1664,6 +1664,37 @@
 
 1;
 
+=head1 NAME
+
+Vend::Accounting::SQL-Ledger - SQL-Ledger Accounting Interface for Interchange
+
+=head1 DESCRIPTION
+
+This module is an attempt to create a set of callable routines 
+that will allow the easy integration of the SQL-Ledger Accounting 
+package with Interchange. 
+
+It handles the mapping of the Interchange variable names to the 
+appropriate SQL-Ledger ones as well as parsing the html returned 
+by the SQL-Ledger "API".
+
+Background: SQL-Ledger Accounting "www.sql-ledger.org" 
+is a multiuser, double entry, accounting system written in Perl 
+and is licensed under the GNU General Public License. 
+
+The SQL-Ledger API: SQL-Ledger functions can be accessed from the 
+command line by passing all the variables in one long string to 
+the perl script. The variable=value pairs must be separated by an 
+ampersand. See "www.sql-ledger.org/misc/api.html" for more details 
+on the command line interface. 
+
+------------------------------------------------------------------
+
+This module also happens to be the author's first perl module and probably 
+his second or third perl program in addition to "Hello World". :) 
+
+So please go easy on me. -Daniel  
+
 =head1 Schema
 
 CREATE SEQUENCE "id" start 1 increment 1 maxvalue 2147483647 minvalue 1  cache 1 ;
@@ -1886,34 +1917,5 @@
 	"buy" double precision,
 	"sell" double precision
 );
-
-SLInterface
-
-SQL-Ledger Accounting Interface for Interchange
-
-This module is an attempt to create a set of callable routines 
-that will allow the easy integration of the SQL-Ledger Accounting 
-package with Interchange. 
-
-It handles the mapping of the Interchange variable names to the 
-appropriate SQL-Ledger ones as well as parsing the html returned 
-by the SQL-Ledger "API".
-
-Background: SQL-Ledger Accounting "www.sql-ledger.org" 
-is a multiuser, double entry, accounting system written in Perl 
-and is licensed under the GNU General Public License. 
-
-The SQL-Ledger API: SQL-Ledger functions can be accessed from the 
-command line by passing all the variables in one long string to 
-the perl script. The variable=value pairs must be separated by an 
-ampersand. See "www.sql-ledger.org/misc/api.html" for more details 
-on the command line interface. 
-
-------------------------------------------------------------------
-
-This module also happens to be the author's first perl module and probably 
-his second or third perl program in addition to "Hello World". :) 
-
-So please go easy on me. -Daniel  
 
 =cut



1.5       +4 -4      interchange/lib/Vend/Options/Matrix.pm


rev 1.5, prev_rev 1.4
Index: Matrix.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Options/Matrix.pm,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Matrix.pm	18 Apr 2003 19:29:17 -0000	1.4
+++ Matrix.pm	5 Aug 2003 21:46:19 -0000	1.5
@@ -1,6 +1,6 @@
 # Vend::Options::Matrix - Interchange Matrix product options
 #
-# $Id: Matrix.pm,v 1.4 2003/04/18 19:29:17 mheins Exp $
+# $Id: Matrix.pm,v 1.5 2003/08/05 21:46:19 racke Exp $
 #
 # Copyright (C) 2002-2003 Mike Heins <mikeh at perusion.net>
 # Copyright (C) 2002-2003 Interchange Development Group <interchange at icdevgroup.org>
@@ -23,11 +23,11 @@
 
 package Vend::Options::Matrix;
 
-$VERSION = substr(q$Revision: 1.4 $, 10);
+$VERSION = substr(q$Revision: 1.5 $, 10);
 
-=head1 Interchange Matrix Options Support
+=head1 NAME
 
-Vend::Options::Matrix $Revision: 1.4 $
+Vend::Options::Matrix - Interchange Matrix Options Support
 
 =head1 SYNOPSIS
 



1.2       +4 -4      interchange/lib/Vend/Options/Old48.pm


rev 1.2, prev_rev 1.1
Index: Old48.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Options/Old48.pm,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Old48.pm	12 Feb 2003 03:59:13 -0000	1.1
+++ Old48.pm	5 Aug 2003 21:46:19 -0000	1.2
@@ -1,6 +1,6 @@
 # Vend::Options::Old48 - Interchange 4.8 compatible product options
 #
-# $Id: Old48.pm,v 1.1 2003/02/12 03:59:13 mheins Exp $
+# $Id: Old48.pm,v 1.2 2003/08/05 21:46:19 racke Exp $
 #
 # Copyright (C) 2002-2003 Mike Heins <mikeh at perusion.net>
 # Copyright (C) 2002-2003 Interchange Development Group <interchange at icdevgroup.org>
@@ -23,11 +23,11 @@
 
 package Vend::Options::Old48;
 
-$VERSION = substr(q$Revision: 1.1 $, 10);
+$VERSION = substr(q$Revision: 1.2 $, 10);
 
-=head1 Interchange Compatibility Options Support
+=head1 NAME
 
-Vend::Options::Old48 $Revision: 1.1 $
+Vend::Options::Old48 - Interchange Compatibility Options Support
 
 =head1 SYNOPSIS
 



1.2       +4 -4      interchange/lib/Vend/Options/Simple.pm


rev 1.2, prev_rev 1.1
Index: Simple.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Options/Simple.pm,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Simple.pm	12 Feb 2003 03:59:13 -0000	1.1
+++ Simple.pm	5 Aug 2003 21:46:19 -0000	1.2
@@ -1,6 +1,6 @@
 # Vend::Options::Simple - Interchange Simple product options
 #
-# $Id: Simple.pm,v 1.1 2003/02/12 03:59:13 mheins Exp $
+# $Id: Simple.pm,v 1.2 2003/08/05 21:46:19 racke Exp $
 #
 # Copyright (C) 2002-2003 Mike Heins <mikeh at perusion.net>
 # Copyright (C) 2002-2003 Interchange Development Group <interchange at icdevgroup.org>
@@ -23,11 +23,11 @@
 
 package Vend::Options::Simple;
 
-$VERSION = substr(q$Revision: 1.1 $, 10);
+$VERSION = substr(q$Revision: 1.2 $, 10);
 
-=head1 Interchange Simple Options Support
+=head1 NAME
 
-Vend::Options::Simple $Revision: 1.1 $
+Vend::Options::Simple - Interchange Simple Options Support
 
 =head1 SYNOPSIS
 







More information about the interchange-cvs mailing list