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_svc.html | 25 +++++++++++++++++++++++--
1 file changed, 23 insertions(+), 2 deletions(-)
(limited to 'httemplate/docs/man/FS/cust_svc.html')
diff --git a/httemplate/docs/man/FS/cust_svc.html b/httemplate/docs/man/FS/cust_svc.html
index c1ca2d700..97a299c52 100644
--- a/httemplate/docs/man/FS/cust_svc.html
+++ b/httemplate/docs/man/FS/cust_svc.html
@@ -64,7 +64,7 @@ The following fields are currently supported:
Creates a new service. To add the refund to the database, see insert.
Services are normally created by creating FS::svc_ objects (see
-the FS::svc_acct manpage, the FS::svc_domain manpage, and the FS::svc_acct_sm manpage, among others).
+the FS::svc_acct manpage, the FS::svc_domain manpage, and the FS::svc_forward manpage, among others).
insert
@@ -88,17 +88,38 @@ Checks all fields to make sure this is a valid service. If there is an error,
returns the error, otehrwise returns false. Called by the insert and
replace methods.
+part_svc
+
+Returns the definition for this service, as a FS::part_svc object (see
+the FS::part_svc manpage).
+
+cust_pkg
+
+Returns the definition for this service, as a FS::part_svc object (see
+the FS::part_svc manpage).
+
label
Returns a list consisting of:
- The name of this service (from part_svc)
- A meaningful identifier (username, domain, or mail alias)
- The table name (i.e. svc_domain) for this service
+
+svc_x
+
+Returns the FS::svc_XXX object for this service (i.e. an FS::svc_acct object or
+FS::svc_domain object, etc.)
+
+seconds_since TIMESTAMP
+
+See seconds_since in the FS::svc_acct manpage. Equivalent to
+$cust_svc->svc_x->seconds_since, but more efficient. Meaningless for records
+where svcdb is not ``svc_acct''.
-$Id: cust_svc.html,v 1.1 2001-07-30 07:36:03 ivan Exp $
+$Id: cust_svc.html,v 1.2 2002-01-29 16:33:16 ivan Exp $
--
cgit v1.2.1