[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb: [1737] trunk/scripts/payment.pl
- Subject: SF.net SVN: ledger-smb: [1737] trunk/scripts/payment.pl
- From: ..hidden..
- Date: Wed, 10 Oct 2007 11:08:04 -0700
Revision: 1737
http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=1737&view=rev
Author: einhverfr
Date: 2007-10-10 11:08:03 -0700 (Wed, 10 Oct 2007)
Log Message:
-----------
Adding POD to David Mora's payment module.
Modified Paths:
--------------
trunk/scripts/payment.pl
Modified: trunk/scripts/payment.pl
===================================================================
--- trunk/scripts/payment.pl 2007-10-10 17:46:32 UTC (rev 1736)
+++ trunk/scripts/payment.pl 2007-10-10 18:08:03 UTC (rev 1737)
@@ -1,4 +1,22 @@
+=pod
+
+=head1 NAME
+
+LedgerSMB::Scripts::payment - LedgerSMB class defining the Controller functions for payment handling.
+
+=head1 SYNOPSIS
+
+Defines the controller functions and workflow logic for payment processing.
+
+=head1 COPYRIGHT
+
+Copyright (c) 2007, David Mora R and Christian Ceballos B.
+
+Licensed to the public under the terms of the GNU GPL version 2 or later.
+
+Original copyright notice below.
+
#=====================================================================
# PLAXIS
# Copyright (c) 2007
@@ -22,14 +40,13 @@
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-#======================================================================
-#
-# NEW PAYMENTS AND CHECK MODULE
-#
-#
-#======================================================================
+=head1 METHODS
+
+=cut
+
+
package LedgerSMB::Scripts::payment;
use LedgerSMB::Template;
use LedgerSMB::DBObject::Payment;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.