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_bill.html | 37 +++++++++++++++++++++++++++-------- 1 file changed, 29 insertions(+), 8 deletions(-) (limited to 'httemplate/docs/man/FS/cust_bill.html') diff --git a/httemplate/docs/man/FS/cust_bill.html b/httemplate/docs/man/FS/cust_bill.html index 2e2ad37fe..8bdb87b56 100644 --- a/httemplate/docs/man/FS/cust_bill.html +++ b/httemplate/docs/man/FS/cust_bill.html @@ -49,6 +49,8 @@ ( $total_previous_credits, @previous_cust_credit ) = $record->cust_credit;
   @cust_pay_objects = $cust_bill->cust_pay;
+
+  $tax_amount = $record->tax;
   @lines = $cust_bill->print_text;
   @lines = $cust_bill->print_text $time;
@@ -72,6 +74,8 @@ following fields are currently supported:

printed - how many times this invoice has been printed automatically (see collect in the FS::cust_main manpage).
+
closed - books closed flag, empty or `Y'
+


@@ -117,18 +121,34 @@ Returns the line items (see the FS::cust_bi

cust_credit
-Returns a list consisting of the total previous credited (see -the FS::cust_credit manpage) for this customer, followed by the previous outstanding -credits (FS::cust_credit objects). +Depreciated. See the cust_credited method. +
+ #Returns a list consisting of the total previous credited (see
+ #L<FS::cust_credit>) and unapplied for this customer, followed by the previous
+ #outstanding credits (FS::cust_credit objects).

cust_pay
-Returns all payments (see the FS::cust_pay manpage) for this invoice. +Depreciated. See the cust_bill_pay method. +

#Returns all payments (see the FS::cust_pay manpage) for this invoice.

+

+
cust_bill_pay
+
+Returns all payment applications (see the FS::cust_bill_pay manpage) for this invoice. +

+
cust_credited
+
+Returns all applied credits (see the FS::cust_credit_bill manpage) for this invoice. +

+
tax
+
+Returns the tax amount (see the FS::cust_bill_pkg manpage) for this invoice.

owed
Returns the amount owed (still outstanding) on this invoice, which is charged -minus all payments (see the FS::cust_pay manpage). +minus all payment applications (see the FS::cust_bill_pay manpage) and credit +applications (see the FS::cust_credit_bill manpage).

print_text [TIME];
@@ -141,7 +161,7 @@ It is specified as a UNIX timestamp; see perlfunc/``time''. Also see


VERSION

-

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

+

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


BUGS

@@ -153,8 +173,9 @@ or something similar so the look can be completely customized?)


SEE ALSO

-

the FS::Record manpage, the FS::cust_main manpage, the FS::cust_pay manpage, the FS::cust_bill_pkg manpage, -the FS::cust_credit manpage, schema.html from the base documentation.

+

the FS::Record manpage, the FS::cust_main manpage, the FS::cust_bill_pay manpage, FS:;cust_pay, +the FS::cust_bill_pkg manpage, the FS::cust_bill_credit manpage, schema.html from the base +documentation.

-- cgit v1.2.1