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/part_svc.html | 32 +++++++++++++++++++++-----------
1 file changed, 21 insertions(+), 11 deletions(-)
(limited to 'httemplate/docs/man/FS/part_svc.html')
diff --git a/httemplate/docs/man/FS/part_svc.html b/httemplate/docs/man/FS/part_svc.html
index ca0a5dc71..0f5126f81 100644
--- a/httemplate/docs/man/FS/part_svc.html
+++ b/httemplate/docs/man/FS/part_svc.html
@@ -31,8 +31,8 @@
use FS::part_svc;
- $record = new FS::part_referral \%hash
- $record = new FS::part_referral { 'column' => 'value' };
+ $record = new FS::part_svc \%hash
+ $record = new FS::part_svc { 'column' => 'value' };
$error = $record->insert;
@@ -52,11 +52,9 @@ FS::Record. The following fields are currently supported:
svc - text name of this service definition
svcdb - table used for this service. See the FS::svc_acct manpage,
-the FS::svc_domain manpage, and the FS::svc_acct_sm manpage, among others.
+the FS::svc_domain manpage, and the FS::svc_forward manpage, among others.
-svcdb__field - Default or fixed value for field in svcdb.
-
-svcdb__field_flag - defines svcdb__field action: null, `D' for default, or `F' for fixed
+disabled - Disabled flag, empty or `Y'
@@ -73,6 +71,10 @@ database, see insert.
Adds this service definition to the database. If there is an error, returns
the error, otherwise returns false.
+svcdb__field - Default or fixed value for field in svcdb.
+
+svcdb__field_flag - defines svcdb__field action: null, `D' for default, or `F' for fixed
+
delete
Currently unimplemented.
@@ -87,11 +89,19 @@ returns the error, otherwise returns false.
Checks all fields to make sure this is a valid service definition. If there is
an error, returns the error, otherwise returns false. Called by the insert
and replace methods.
-
+
+part_svc_column COLUMNNAME
+
+Returns the part_svc_column object (see the FS::part_svc_column manpage) for the given
+COLUMNNAME, or a new part_svc_column object if none exists.
+
+all_part_svc_column
+
+
-$Id: part_svc.html,v 1.1 2001-07-30 07:36:03 ivan Exp $
+$Id: part_svc.html,v 1.3 2002-01-29 17:42:46 ivan Exp $
@@ -101,9 +111,9 @@ should be fixed.
-the FS::Record manpage, the FS::part_pkg manpage, the FS::pkg_svc manpage, the FS::cust_svc manpage,
-the FS::svc_acct manpage, the FS::svc_acct_sm manpage, the FS::svc_domain manpage, schema.html from the
-base documentation.
+the FS::Record manpage, the FS::part_svc_column manpage, the FS::part_pkg manpage, the FS::pkg_svc manpage,
+the FS::cust_svc manpage, the FS::svc_acct manpage, the FS::svc_forward manpage, the FS::svc_domain manpage,
+schema.html from the base documentation.