From 6991d4986df7fb3a6c7c49b5ae1b3713e87a16c4 Mon Sep 17 00:00:00 2001
From: ivan
Date: Tue, 29 Jan 2002 16:33:16 +0000
Subject: - web interface for hourly account charges! (FS::cust_pkg,
FS::cust_svc and FS::svc_acct seconds_since methods) - Makefile target to
regenerate HTML manpages on install - FS.pm doc update - $FS::Record::Debug
now dumps all SQL - new FS::cust_main methods: ->cancel,
->invoicing_list_addpost - start of a billing event web interface -
cust_pay::upgrade_replace doesn't error out if history includes overapplied
payments
---
httemplate/docs/man/FS/cust_credit.html | 22 ++++++++++++++++++----
1 file changed, 18 insertions(+), 4 deletions(-)
(limited to 'httemplate/docs/man/FS/cust_credit.html')
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).
-$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 $
@@ -110,7 +123,8 @@ amount minus all refunds (see the FS::cust_re
-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.