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_refund.html | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'httemplate/docs/man/FS/cust_refund.html') diff --git a/httemplate/docs/man/FS/cust_refund.html b/httemplate/docs/man/FS/cust_refund.html index 39ed14de4..93bb07b2d 100644 --- a/httemplate/docs/man/FS/cust_refund.html +++ b/httemplate/docs/man/FS/cust_refund.html @@ -50,7 +50,7 @@ inherits from FS::Record. The following fields are currently supported:

refundnum - primary key (assigned automatically for new refunds)
-
crednum - Credit (see the FS::cust_credit manpage)
+
custnum - customer (see the FS::cust_main manpage)
refund - Amount of the refund
@@ -61,8 +61,12 @@ inherits from FS::Record. The following fields are currently supported:

payinfo - card number, P.O.#, or comp issuer (4-8 lowercase alphanumerics; think username)
+
paybatch - text field for tracking card processing
+
otaker - order taker (assigned automatically, see the FS::UID manpage)
+
closed - books closed flag, empty or `Y'
+


@@ -74,8 +78,10 @@ Creates a new refund. To add the refund to the database, see

insert
-Adds this refund to the database, and updates the credit (see -the FS::cust_credit manpage). +Adds this refund to the database. +

For backwards-compatibility and convenience, if the additional field crednum is +defined, an FS::cust_credit_refund record for the full amount of the refund +will be created. In this case, custnum is optional.

delete
@@ -93,7 +99,7 @@ returns the error, otherwise returns false. Called by the insert method.


VERSION

-

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

+

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


BUGS

-- cgit v1.2.1