[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb: [2006] trunk/sql/modules/Payment.sql



Revision: 2006
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=2006&view=rev
Author:   einhverfr
Date:     2007-12-26 13:19:27 -0800 (Wed, 26 Dec 2007)

Log Message:
-----------
Commenting out bogus comment for payment_post function.

Modified Paths:
--------------
    trunk/sql/modules/Payment.sql

Modified: trunk/sql/modules/Payment.sql
===================================================================
--- trunk/sql/modules/Payment.sql	2007-12-26 21:12:52 UTC (rev 2005)
+++ trunk/sql/modules/Payment.sql	2007-12-26 21:19:27 UTC (rev 2006)
@@ -412,22 +412,22 @@
 END;
 $$ LANGUAGE PLPGSQL;
 
-COMMENT ON FUNCTION payment_post 
-(in_trans_id int, in_source text, in_amount numeric, in_ar_ap_accno text,
-	in_cash_accno text, in_approved bool, in_payment_date date, 
-        in_account_class int)
-IS $$
-This function takes the following arguments (prefaced with in_ in the db):
-trans_id:  Id for ar/ap transaction.
-source: text for source documnet identifier (for example, check number)
-amount:  numeric for the amount of the transaction
-ar_ap_accno:  AR/AP account number
-cash_accno:  Cash Account number, i.e. the account where the payment will be 
-held
-approved:  False, for a voucher.
+-- COMMENT ON FUNCTION payment_post 
+-- (in_trans_id int, in_source text, in_amount numeric, in_ar_ap_accno text,
+--	in_cash_accno text, in_approved bool, in_payment_date date, 
+--      in_account_class int)
+--IS $$
+--This function takes the following arguments (prefaced with in_ in the db):
+--trans_id:  Id for ar/ap transaction.
+--source: text for source documnet identifier (for example, check number)
+--amount:  numeric for the amount of the transaction
+--ar_ap_accno:  AR/AP account number
+--cash_accno:  Cash Account number, i.e. the account where the payment will be 
+--held
+--approved:  False, for a voucher.
 
-This function posts the payment or saves the payment voucher. 
-$$;
+--This function posts the payment or saves the payment voucher. 
+--$$;
 
 
 -- Move this to the projects module when we start on that. CT


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.