X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fdocs%2Fman%2FFS%2Fcust_credit.html;h=f30241371c157e385bbb99f855d1e822acaa37f3;hp=16caca60d12a85539da09e1cf71f059c81d4dc0f;hb=6991d4986df7fb3a6c7c49b5ae1b3713e87a16c4;hpb=f02dd9b0e5042ef000d9338089eed50988d48914 diff --git a/httemplate/docs/man/FS/cust_credit.html b/httemplate/docs/man/FS/cust_credit.html index 16caca60d..f30241371 100644 --- a/httemplate/docs/man/FS/cust_credit.html +++ b/httemplate/docs/man/FS/cust_credit.html @@ -61,6 +61,8 @@ FS::Record. The following fields are currently supported:

reason - text
+
closed - books closed flag, empty or `Y'
+


@@ -92,17 +94,28 @@ methods.

cust_refund
-Returns all refunds (see the FS::cust_refund manpage) for this credit. +Depreciated. See the cust_credit_refund method. +

#Returns all refunds (see the FS::cust_refund manpage) for this credit.

+

+
cust_credit_refund
+
+Returns all refund applications (see the FS::cust_credit_refund manpage) for this credit. +

+
cust_credit_bill
+
+Returns all application to invoices (see the FS::cust_credit_bill manpage) for this +credit.

credited
Returns the amount of this credit that is still outstanding; which is -amount minus all refunds (see the FS::cust_refund manpage). +amount minus all refund applications (see the FS::cust_credit_refund manpage) and +applications to invoices (see the FS::cust_credit_bill manpage).


VERSION

-

$Id: cust_credit.html,v 1.1 2001-07-30 07:36:03 ivan Exp $

+

$Id: cust_credit.html,v 1.3 2002-01-29 17:42:46 ivan Exp $


BUGS

@@ -110,7 +123,8 @@ amount minus all refunds (see the FS::cust_re


SEE ALSO

-

the FS::Record manpage, the FS::cust_refund manpage, the FS::cust_bill manpage, schema.html from the base +

the FS::Record manpage, the FS::cust_credit_refund manpage, the FS::cust_refund manpage, +the FS::cust_credit_bill manpage the FS::cust_bill manpage, schema.html from the base documentation.