X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fdocs%2Fman%2FFS%2Fcust_svc.html;h=55c90e28e232b465bec2fc4e3a479f23a5793b27;hb=c5c0ba135749164ec8ba75d18f76c29625e1bc7e;hp=c1ca2d7002f5b6252c65255cc2572f8250673926;hpb=51984ac3d3da3006809c6866fdecd4ad83610731;p=freeside.git diff --git a/httemplate/docs/man/FS/cust_svc.html b/httemplate/docs/man/FS/cust_svc.html index c1ca2d700..55c90e28e 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''.


VERSION

-

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

+

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


BUGS