From 61a85894466342b93507614785e61932f7358c50 Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 3 Mar 2000 18:22:44 +0000 Subject: changes from 1.2.3 release, fixes from webdemo --- htdocs/docs/man/FS.html | 4 ++-- htdocs/docs/man/FS/Bill.html | 2 +- htdocs/docs/man/FS/CGI.html | 2 +- htdocs/docs/man/FS/Conf.html | 2 +- htdocs/docs/man/FS/Invoice.html | 2 +- htdocs/docs/man/FS/Record.html | 4 ++-- htdocs/docs/man/FS/SSH.html | 2 +- htdocs/docs/man/FS/UI/Base.html | 8 ++++---- htdocs/docs/man/FS/UI/CGI.html | 8 ++++---- htdocs/docs/man/FS/UI/Gtk.html | 8 ++++---- htdocs/docs/man/FS/UID.html | 4 ++-- htdocs/docs/man/FS/agent.html | 4 ++-- htdocs/docs/man/FS/agent_type.html | 4 ++-- htdocs/docs/man/FS/cust_bill.html | 4 ++-- htdocs/docs/man/FS/cust_bill_pkg.html | 4 ++-- htdocs/docs/man/FS/cust_credit.html | 4 ++-- htdocs/docs/man/FS/cust_main.html | 8 ++++---- htdocs/docs/man/FS/cust_main_county.html | 4 ++-- htdocs/docs/man/FS/cust_main_invoice.html | 4 ++-- htdocs/docs/man/FS/cust_pay.html | 4 ++-- htdocs/docs/man/FS/cust_pay_batch.html | 4 ++-- htdocs/docs/man/FS/cust_pkg.html | 4 ++-- htdocs/docs/man/FS/cust_refund.html | 4 ++-- htdocs/docs/man/FS/cust_svc.html | 4 ++-- htdocs/docs/man/FS/dbdef.html | 2 +- htdocs/docs/man/FS/dbdef_colgroup.html | 2 +- htdocs/docs/man/FS/dbdef_column.html | 4 ++-- htdocs/docs/man/FS/dbdef_index.html | 2 +- htdocs/docs/man/FS/dbdef_table.html | 4 ++-- htdocs/docs/man/FS/dbdef_unique.html | 2 +- htdocs/docs/man/FS/part_pkg.html | 6 +++--- htdocs/docs/man/FS/part_referral.html | 4 ++-- htdocs/docs/man/FS/part_svc.html | 4 ++-- htdocs/docs/man/FS/pkg_svc.html | 4 ++-- htdocs/docs/man/FS/svc_Common.html | 4 ++-- htdocs/docs/man/FS/svc_acct.html | 4 ++-- htdocs/docs/man/FS/svc_acct_pop.html | 5 +++-- htdocs/docs/man/FS/svc_acct_sm.html | 4 ++-- htdocs/docs/man/FS/svc_domain.html | 22 ++++++++++++++++++---- htdocs/docs/man/FS/type_pkgs.html | 4 ++-- 40 files changed, 97 insertions(+), 82 deletions(-) (limited to 'htdocs/docs/man') diff --git a/htdocs/docs/man/FS.html b/htdocs/docs/man/FS.html index b2f0dd3a2..ab01acf99 100644 --- a/htdocs/docs/man/FS.html +++ b/htdocs/docs/man/FS.html @@ -1,7 +1,7 @@ FS - Freeside Perl modules - + @@ -197,7 +197,7 @@ The main documentation is in htdocs/docs.

VERSION

-$Id: FS.html,v 1.1 1999-08-04 12:13:27 ivan Exp $ +$Id: FS.html,v 1.2 2000-03-03 18:22:42 ivan Exp $


diff --git a/htdocs/docs/man/FS/Bill.html b/htdocs/docs/man/FS/Bill.html index e5832f8d9..cf996ae80 100644 --- a/htdocs/docs/man/FS/Bill.html +++ b/htdocs/docs/man/FS/Bill.html @@ -1,7 +1,7 @@ FS::Bill - Legacy stub - + diff --git a/htdocs/docs/man/FS/CGI.html b/htdocs/docs/man/FS/CGI.html index e1a42ec59..8bcb6a27a 100644 --- a/htdocs/docs/man/FS/CGI.html +++ b/htdocs/docs/man/FS/CGI.html @@ -1,7 +1,7 @@ FS::CGI - Subroutines for the web interface - + diff --git a/htdocs/docs/man/FS/Conf.html b/htdocs/docs/man/FS/Conf.html index e4555c3a9..563eea878 100644 --- a/htdocs/docs/man/FS/Conf.html +++ b/htdocs/docs/man/FS/Conf.html @@ -1,7 +1,7 @@ FS::Conf - Read access to Freeside configuration values - + diff --git a/htdocs/docs/man/FS/Invoice.html b/htdocs/docs/man/FS/Invoice.html index 283e89a35..cc837be2e 100644 --- a/htdocs/docs/man/FS/Invoice.html +++ b/htdocs/docs/man/FS/Invoice.html @@ -1,7 +1,7 @@ FS::Invoice - Legacy stub - + diff --git a/htdocs/docs/man/FS/Record.html b/htdocs/docs/man/FS/Record.html index da1fc5287..924f0b662 100644 --- a/htdocs/docs/man/FS/Record.html +++ b/htdocs/docs/man/FS/Record.html @@ -1,7 +1,7 @@ FS::Record - Database record objects - + @@ -312,7 +312,7 @@ true.

VERSION

-$Id: Record.html,v 1.1 1999-08-04 12:13:27 ivan Exp $ +$Id: Record.html,v 1.2 2000-03-03 18:22:42 ivan Exp $

BUGS

diff --git a/htdocs/docs/man/FS/SSH.html b/htdocs/docs/man/FS/SSH.html index aa8929b09..4368b8c11 100644 --- a/htdocs/docs/man/FS/SSH.html +++ b/htdocs/docs/man/FS/SSH.html @@ -1,7 +1,7 @@ FS::SSH - Subroutines to call ssh and scp - + diff --git a/htdocs/docs/man/FS/UI/Base.html b/htdocs/docs/man/FS/UI/Base.html index 91a4df64d..7823090f6 100644 --- a/htdocs/docs/man/FS/UI/Base.html +++ b/htdocs/docs/man/FS/UI/Base.html @@ -1,7 +1,7 @@ FS::UI::Base - Base class for all user-interface objects - + @@ -78,7 +78,7 @@ using CGI.pm, etc.


VERSION

-$Id: Base.html,v 1.1 1999-08-04 12:13:27 ivan Exp $ +$Id: Base.html,v 1.2 2000-03-03 18:22:44 ivan Exp $


@@ -104,8 +104,8 @@ well.

HISTORY

$Log: Base.html,v $ -Revision 1.1 1999-08-04 12:13:27 ivan -new HTML manpages +Revision 1.2 2000-03-03 18:22:44 ivan +changes from 1.2.3 release, fixes from webdemo Revision 1.1 1999/08/04 09:03:53 ivan initial checkin of module files for proper perl installation diff --git a/htdocs/docs/man/FS/UI/CGI.html b/htdocs/docs/man/FS/UI/CGI.html index c3efdc746..69bff5671 100644 --- a/htdocs/docs/man/FS/UI/CGI.html +++ b/htdocs/docs/man/FS/UI/CGI.html @@ -1,7 +1,7 @@ FS::UI::CGI - Base class for CGI user-interface objects - + @@ -67,7 +67,7 @@ class to conditionally specify certain behaviour.


VERSION

-$Id: CGI.html,v 1.1 1999-08-04 12:13:27 ivan Exp $ +$Id: CGI.html,v 1.2 2000-03-03 18:22:44 ivan Exp $


@@ -102,8 +102,8 @@ Still some small bits of widget code same as FS::UI::Gtk.

HISTORY

$Log: CGI.html,v $ -Revision 1.1 1999-08-04 12:13:27 ivan -new HTML manpages +Revision 1.2 2000-03-03 18:22:44 ivan +changes from 1.2.3 release, fixes from webdemo Revision 1.1 1999/08/04 09:03:53 ivan initial checkin of module files for proper perl installation diff --git a/htdocs/docs/man/FS/UI/Gtk.html b/htdocs/docs/man/FS/UI/Gtk.html index cb2a864ac..3328e9746 100644 --- a/htdocs/docs/man/FS/UI/Gtk.html +++ b/htdocs/docs/man/FS/UI/Gtk.html @@ -1,7 +1,7 @@ FS::UI::Gtk - Base class for Gtk user-interface objects - + @@ -65,7 +65,7 @@ class to conditionally specify certain behaviour.


VERSION

-$Id: Gtk.html,v 1.1 1999-08-04 12:13:27 ivan Exp $ +$Id: Gtk.html,v 1.2 2000-03-03 18:22:44 ivan Exp $


@@ -99,8 +99,8 @@ Still some small bits of widget code same as FS::UI::CGI.

HISTORY

$Log: Gtk.html,v $ -Revision 1.1 1999-08-04 12:13:27 ivan -new HTML manpages +Revision 1.2 2000-03-03 18:22:44 ivan +changes from 1.2.3 release, fixes from webdemo Revision 1.1 1999/08/04 09:03:53 ivan initial checkin of module files for proper perl installation diff --git a/htdocs/docs/man/FS/UID.html b/htdocs/docs/man/FS/UID.html index 34444623a..cad23d59d 100644 --- a/htdocs/docs/man/FS/UID.html +++ b/htdocs/docs/man/FS/UID.html @@ -1,7 +1,7 @@ FS::UID - Subroutines for database login and assorted other stuff - + @@ -128,7 +128,7 @@ coderef into the hash %FS::UID::callback :


VERSION

-$Id: UID.html,v 1.1 1999-08-04 12:13:27 ivan Exp $ +$Id: UID.html,v 1.2 2000-03-03 18:22:42 ivan Exp $


diff --git a/htdocs/docs/man/FS/agent.html b/htdocs/docs/man/FS/agent.html index bdbf019c5..cb422fce7 100644 --- a/htdocs/docs/man/FS/agent.html +++ b/htdocs/docs/man/FS/agent.html @@ -1,7 +1,7 @@ FS::agent - Object methods for agent records - + @@ -114,7 +114,7 @@ true iff this agent may purchase the specified package definition. See

VERSION

-$Id: agent.html,v 1.1 1999-08-04 12:13:27 ivan Exp $ +$Id: agent.html,v 1.2 2000-03-03 18:22:42 ivan Exp $


diff --git a/htdocs/docs/man/FS/agent_type.html b/htdocs/docs/man/FS/agent_type.html index 25ed652da..d246bea3d 100644 --- a/htdocs/docs/man/FS/agent_type.html +++ b/htdocs/docs/man/FS/agent_type.html @@ -1,7 +1,7 @@ FS::agent_type - Object methods for agent_type records - + @@ -121,7 +121,7 @@ Returns the pkgpart of all package definitions (see VERSION

-$Id: agent_type.html,v 1.1 1999-08-04 12:13:27 ivan Exp $ +$Id: agent_type.html,v 1.2 2000-03-03 18:22:42 ivan Exp $


diff --git a/htdocs/docs/man/FS/cust_bill.html b/htdocs/docs/man/FS/cust_bill.html index c28aa85a1..e09bae5e2 100644 --- a/htdocs/docs/man/FS/cust_bill.html +++ b/htdocs/docs/man/FS/cust_bill.html @@ -1,7 +1,7 @@ FS::cust_bill - Object methods for cust_bill records - + @@ -156,7 +156,7 @@ field. It is specified as a UNIX timestamp; see perlfunc. Also see

VERSION

-$Id: cust_bill.html,v 1.1 1999-08-04 12:13:27 ivan Exp $ +$Id: cust_bill.html,v 1.2 2000-03-03 18:22:42 ivan Exp $


diff --git a/htdocs/docs/man/FS/cust_bill_pkg.html b/htdocs/docs/man/FS/cust_bill_pkg.html index 229e88b5f..b94874408 100644 --- a/htdocs/docs/man/FS/cust_bill_pkg.html +++ b/htdocs/docs/man/FS/cust_bill_pkg.html @@ -1,7 +1,7 @@ FS::cust_bill_pkg - Object methods for cust_bill_pkg records - + @@ -103,7 +103,7 @@ method.

VERSION

-$Id: cust_bill_pkg.html,v 1.1 1999-08-04 12:13:27 ivan Exp $ +$Id: cust_bill_pkg.html,v 1.2 2000-03-03 18:22:42 ivan Exp $


diff --git a/htdocs/docs/man/FS/cust_credit.html b/htdocs/docs/man/FS/cust_credit.html index 5683fcd0d..d23fcd7d3 100644 --- a/htdocs/docs/man/FS/cust_credit.html +++ b/htdocs/docs/man/FS/cust_credit.html @@ -1,7 +1,7 @@ FS::cust_credit - Object methods for cust_credit records - + @@ -107,7 +107,7 @@ replace methods.

VERSION

-$Id: cust_credit.html,v 1.1 1999-08-04 12:13:27 ivan Exp $ +$Id: cust_credit.html,v 1.2 2000-03-03 18:22:42 ivan Exp $


diff --git a/htdocs/docs/man/FS/cust_main.html b/htdocs/docs/man/FS/cust_main.html index 5e0b8eef7..384e3de15 100644 --- a/htdocs/docs/man/FS/cust_main.html +++ b/htdocs/docs/man/FS/cust_main.html @@ -1,7 +1,7 @@ FS::cust_main - Object methods for cust_main records - + @@ -92,8 +92,8 @@ FS::Record. The following fields are currently supported:
daytime - phone (optional)
night - phone (optional)
fax - phone (optional)
-
payby - `CARD' (credit cards), `BILL' (billing), or `COMP' (free)
-
payinfo - card number, P.O.#, or comp issuer (4-8 lowercase alphanumerics; think username)
+
payby - `CARD' (credit cards), `BILL' (billing), `COMP' (free), or `PREPAY' (special billing type: applies a credit - see FS::prepay_credit and sets billing type to BILL)
+
payinfo - card number, P.O., comp issuer (4-8 lowercase alphanumerics; think username) or prepayment identifier (see FS::prepay_credit)
paydate - expiration date, mm/yyyy, m/yyyy, mm/yy or m/yy
payname - name on card or billing name
tax - tax exempt, empty or `Y'
@@ -232,7 +232,7 @@ there is an error, returns the error, otherwise returns false.

VERSION

-$Id: cust_main.html,v 1.1 1999-08-04 12:13:27 ivan Exp $ +$Id: cust_main.html,v 1.2 2000-03-03 18:22:43 ivan Exp $


diff --git a/htdocs/docs/man/FS/cust_main_county.html b/htdocs/docs/man/FS/cust_main_county.html index a3c1f400c..3362412ac 100644 --- a/htdocs/docs/man/FS/cust_main_county.html +++ b/htdocs/docs/man/FS/cust_main_county.html @@ -1,7 +1,7 @@ FS::cust_main_county - Object methods for cust_main_county objects - + @@ -97,7 +97,7 @@ replace methods.

VERSION

-$Id: cust_main_county.html,v 1.1 1999-08-04 12:13:27 ivan Exp $ +$Id: cust_main_county.html,v 1.2 2000-03-03 18:22:43 ivan Exp $


diff --git a/htdocs/docs/man/FS/cust_main_invoice.html b/htdocs/docs/man/FS/cust_main_invoice.html index 2fc22b306..9dc1fde9e 100644 --- a/htdocs/docs/man/FS/cust_main_invoice.html +++ b/htdocs/docs/man/FS/cust_main_invoice.html @@ -1,7 +1,7 @@ FS::cust_main_invoice - Object methods for cust_main_invoice records - + @@ -110,7 +110,7 @@ Returns the literal email address for this record (or `POST').

VERSION

-$Id: cust_main_invoice.html,v 1.1 1999-08-04 12:13:27 ivan Exp $ +$Id: cust_main_invoice.html,v 1.2 2000-03-03 18:22:43 ivan Exp $


diff --git a/htdocs/docs/man/FS/cust_pay.html b/htdocs/docs/man/FS/cust_pay.html index 026745e73..e9ae08a41 100644 --- a/htdocs/docs/man/FS/cust_pay.html +++ b/htdocs/docs/man/FS/cust_pay.html @@ -1,7 +1,7 @@ FS::cust_pay - Object methods for cust_pay objects - + @@ -97,7 +97,7 @@ method.

VERSION

-$Id: cust_pay.html,v 1.1 1999-08-04 12:13:27 ivan Exp $ +$Id: cust_pay.html,v 1.2 2000-03-03 18:22:43 ivan Exp $


diff --git a/htdocs/docs/man/FS/cust_pay_batch.html b/htdocs/docs/man/FS/cust_pay_batch.html index 1a5189e6b..d67c12474 100644 --- a/htdocs/docs/man/FS/cust_pay_batch.html +++ b/htdocs/docs/man/FS/cust_pay_batch.html @@ -1,7 +1,7 @@ FS::cust_pay_batch - Object methods for batch cards - + @@ -112,7 +112,7 @@ repalce methods.

VERSION

-$Id: cust_pay_batch.html,v 1.1 1999-08-04 12:13:27 ivan Exp $ +$Id: cust_pay_batch.html,v 1.2 2000-03-03 18:22:43 ivan Exp $


diff --git a/htdocs/docs/man/FS/cust_pkg.html b/htdocs/docs/man/FS/cust_pkg.html index e105a30df..d7659f0ce 100644 --- a/htdocs/docs/man/FS/cust_pkg.html +++ b/htdocs/docs/man/FS/cust_pkg.html @@ -1,7 +1,7 @@ FS::cust_pkg - Object methods for cust_pkg objects - + @@ -217,7 +217,7 @@ possible (see

VERSION

-$Id: cust_pkg.html,v 1.1 1999-08-04 12:13:27 ivan Exp $ +$Id: cust_pkg.html,v 1.2 2000-03-03 18:22:43 ivan Exp $


diff --git a/htdocs/docs/man/FS/cust_refund.html b/htdocs/docs/man/FS/cust_refund.html index f1d106c2f..6d6cded8a 100644 --- a/htdocs/docs/man/FS/cust_refund.html +++ b/htdocs/docs/man/FS/cust_refund.html @@ -1,7 +1,7 @@ FS::cust_refund - Object method for cust_refund objects - + @@ -97,7 +97,7 @@ method.

VERSION

-$Id: cust_refund.html,v 1.1 1999-08-04 12:13:27 ivan Exp $ +$Id: cust_refund.html,v 1.2 2000-03-03 18:22:43 ivan Exp $


diff --git a/htdocs/docs/man/FS/cust_svc.html b/htdocs/docs/man/FS/cust_svc.html index 060fb7fa6..5e73b17c9 100644 --- a/htdocs/docs/man/FS/cust_svc.html +++ b/htdocs/docs/man/FS/cust_svc.html @@ -1,7 +1,7 @@ FS::cust_svc - Object method for cust_svc objects - + @@ -107,7 +107,7 @@ A meaningful identifier (username, domain, or mail alias) - The table name

VERSION

-$Id: cust_svc.html,v 1.1 1999-08-04 12:13:27 ivan Exp $ +$Id: cust_svc.html,v 1.2 2000-03-03 18:22:43 ivan Exp $


diff --git a/htdocs/docs/man/FS/dbdef.html b/htdocs/docs/man/FS/dbdef.html index 9b8274b29..a986ad95b 100644 --- a/htdocs/docs/man/FS/dbdef.html +++ b/htdocs/docs/man/FS/dbdef.html @@ -1,7 +1,7 @@ FS::dbdef - Database objects - + diff --git a/htdocs/docs/man/FS/dbdef_colgroup.html b/htdocs/docs/man/FS/dbdef_colgroup.html index 9c4f7f43d..8b9e12baf 100644 --- a/htdocs/docs/man/FS/dbdef_colgroup.html +++ b/htdocs/docs/man/FS/dbdef_colgroup.html @@ -1,7 +1,7 @@ FS::dbdef_colgroup - Column group objects - + diff --git a/htdocs/docs/man/FS/dbdef_column.html b/htdocs/docs/man/FS/dbdef_column.html index c753b52f7..6a5ebc3c1 100644 --- a/htdocs/docs/man/FS/dbdef_column.html +++ b/htdocs/docs/man/FS/dbdef_column.html @@ -1,7 +1,7 @@ FS::dbdef_column - Column object - + @@ -111,7 +111,7 @@ If passed a DBI $datasrc specifying DBD

VERSION

-$Id: dbdef_column.html,v 1.1 1999-08-04 12:13:27 ivan Exp $ +$Id: dbdef_column.html,v 1.2 2000-03-03 18:22:43 ivan Exp $ diff --git a/htdocs/docs/man/FS/dbdef_index.html b/htdocs/docs/man/FS/dbdef_index.html index 7a9e5039e..9d0d12a76 100644 --- a/htdocs/docs/man/FS/dbdef_index.html +++ b/htdocs/docs/man/FS/dbdef_index.html @@ -1,7 +1,7 @@ FS::dbdef_unique.pm - Index object - + diff --git a/htdocs/docs/man/FS/dbdef_table.html b/htdocs/docs/man/FS/dbdef_table.html index 7056b0f9b..a2442729f 100644 --- a/htdocs/docs/man/FS/dbdef_table.html +++ b/htdocs/docs/man/FS/dbdef_table.html @@ -1,7 +1,7 @@ FS::dbdef_table - Table objects - + @@ -137,7 +137,7 @@ applicable) may also be supported in the future.


VERSION

-$Id: dbdef_table.html,v 1.1 1999-08-04 12:13:27 ivan Exp $ +$Id: dbdef_table.html,v 1.2 2000-03-03 18:22:43 ivan Exp $ diff --git a/htdocs/docs/man/FS/dbdef_unique.html b/htdocs/docs/man/FS/dbdef_unique.html index 73c885c75..201f3aa61 100644 --- a/htdocs/docs/man/FS/dbdef_unique.html +++ b/htdocs/docs/man/FS/dbdef_unique.html @@ -1,7 +1,7 @@ FS::dbdef_unique.pm - Unique object - + diff --git a/htdocs/docs/man/FS/part_pkg.html b/htdocs/docs/man/FS/part_pkg.html index e36b5840c..716b944ce 100644 --- a/htdocs/docs/man/FS/part_pkg.html +++ b/htdocs/docs/man/FS/part_pkg.html @@ -1,7 +1,7 @@ FS::part_pkg - Object methods for part_pkg objects - + @@ -116,7 +116,7 @@ the insert and replace methods.

pkg_svc

-Returns all FS::pkg_svc objects (see FS::pkg_svc) for this package definition. +Returns all FS::pkg_svc objects (see FS::pkg_svc) for this package definition (with non-zero quantity).

svcpart [ SVCDB ]

@@ -129,7 +129,7 @@ definition,


VERSION

-$Id: part_pkg.html,v 1.1 1999-08-04 12:13:27 ivan Exp $ +$Id: part_pkg.html,v 1.2 2000-03-03 18:22:43 ivan Exp $


diff --git a/htdocs/docs/man/FS/part_referral.html b/htdocs/docs/man/FS/part_referral.html index b6fd2ce89..a11d90348 100644 --- a/htdocs/docs/man/FS/part_referral.html +++ b/htdocs/docs/man/FS/part_referral.html @@ -1,7 +1,7 @@ FS::part_referral - Object methods for part_referral objects - + @@ -94,7 +94,7 @@ replace methods.

VERSION

-$Id: part_referral.html,v 1.1 1999-08-04 12:13:27 ivan Exp $ +$Id: part_referral.html,v 1.2 2000-03-03 18:22:43 ivan Exp $


diff --git a/htdocs/docs/man/FS/part_svc.html b/htdocs/docs/man/FS/part_svc.html index fedcbd3bf..95829d1d3 100644 --- a/htdocs/docs/man/FS/part_svc.html +++ b/htdocs/docs/man/FS/part_svc.html @@ -1,7 +1,7 @@ FS::part_svc - Object methods for part_svc objects - + @@ -97,7 +97,7 @@ insert and replace methods.

VERSION

-$Id: part_svc.html,v 1.1 1999-08-04 12:13:27 ivan Exp $ +$Id: part_svc.html,v 1.2 2000-03-03 18:22:43 ivan Exp $


diff --git a/htdocs/docs/man/FS/pkg_svc.html b/htdocs/docs/man/FS/pkg_svc.html index 7cd786354..6c8af12c4 100644 --- a/htdocs/docs/man/FS/pkg_svc.html +++ b/htdocs/docs/man/FS/pkg_svc.html @@ -1,7 +1,7 @@ FS::pkg_svc - Object methods for pkg_svc records - + @@ -109,7 +109,7 @@ Returns the FS::part_svc object (see FS::part_svc<

VERSION

-$Id: pkg_svc.html,v 1.1 1999-08-04 12:13:27 ivan Exp $ +$Id: pkg_svc.html,v 1.2 2000-03-03 18:22:43 ivan Exp $


diff --git a/htdocs/docs/man/FS/svc_Common.html b/htdocs/docs/man/FS/svc_Common.html index d8d81a0a7..970385b9f 100644 --- a/htdocs/docs/man/FS/svc_Common.html +++ b/htdocs/docs/man/FS/svc_Common.html @@ -1,7 +1,7 @@ FS::svc_Common - Object method for all svc_ records - + @@ -86,7 +86,7 @@ these methods. Called by the cancel method of FS::cust_pkg (see VERSION

-$Id: svc_Common.html,v 1.1 1999-08-04 12:13:27 ivan Exp $ +$Id: svc_Common.html,v 1.2 2000-03-03 18:22:43 ivan Exp $


diff --git a/htdocs/docs/man/FS/svc_acct.html b/htdocs/docs/man/FS/svc_acct.html index 4b307455e..0f8e5b47c 100644 --- a/htdocs/docs/man/FS/svc_acct.html +++ b/htdocs/docs/man/FS/svc_acct.html @@ -1,7 +1,7 @@ FS::svc_acct - Object methods for svc_acct records - + @@ -184,7 +184,7 @@ Sets any fixed values; see FS::part_svc.

VERSION

-$Id: svc_acct.html,v 1.1 1999-08-04 12:13:27 ivan Exp $ +$Id: svc_acct.html,v 1.2 2000-03-03 18:22:43 ivan Exp $


diff --git a/htdocs/docs/man/FS/svc_acct_pop.html b/htdocs/docs/man/FS/svc_acct_pop.html index 0deee2eac..c94f8cd88 100644 --- a/htdocs/docs/man/FS/svc_acct_pop.html +++ b/htdocs/docs/man/FS/svc_acct_pop.html @@ -1,7 +1,7 @@ FS::svc_acct_pop - Object methods for svc_acct_pop records - + @@ -61,6 +61,7 @@ inherits from FS::Record. The following fields are currently supported:
state
ac - area code
exch - exchange
+
loc - rest of number


@@ -96,7 +97,7 @@ insert and replace methods.

VERSION

-$Id: svc_acct_pop.html,v 1.1 1999-08-04 12:13:27 ivan Exp $ +$Id: svc_acct_pop.html,v 1.2 2000-03-03 18:22:43 ivan Exp $


diff --git a/htdocs/docs/man/FS/svc_acct_sm.html b/htdocs/docs/man/FS/svc_acct_sm.html index 2b8348544..d283427e5 100644 --- a/htdocs/docs/man/FS/svc_acct_sm.html +++ b/htdocs/docs/man/FS/svc_acct_sm.html @@ -1,7 +1,7 @@ FS::svc_acct_sm - Object methods for svc_acct_sm records - + @@ -149,7 +149,7 @@ Sets any fixed values; see FS::part_svc.

VERSION

-$Id: svc_acct_sm.html,v 1.1 1999-08-04 12:13:27 ivan Exp $ +$Id: svc_acct_sm.html,v 1.2 2000-03-03 18:22:43 ivan Exp $


diff --git a/htdocs/docs/man/FS/svc_domain.html b/htdocs/docs/man/FS/svc_domain.html index 9b5e1a53c..bfe58c90b 100644 --- a/htdocs/docs/man/FS/svc_domain.html +++ b/htdocs/docs/man/FS/svc_domain.html @@ -1,7 +1,7 @@ FS::svc_domain - Object methods for svc_domain records - + @@ -97,6 +97,21 @@ The additional field email can be used to manually set the admin contac Otherwise, the svc_acct records for this package (see FS::cust_pkg) are searched. If there is exactly one svc_acct record in the same package, it is automatically used. Otherwise an error is returned. +

+If any soamachine configuration file exists, an SOA record is added to the domain_record +table (see <FS::domain_record>). + +

+If any machines are defined in the nsmachines configuration file, NS records are added to the domain_record table (see FS::domain_record). + +

+If any machines are defined in the mxmachines configuration file, MX records are added to the domain_record table (see FS::domain_record). + +

+Any problems adding FS::domain_record records will emit warnings, but will +not return errors from this method. If your configuration files are correct +you shouln't have any problems. +

delete

Deletes this domain from the database. If there is an error, returns the @@ -142,8 +157,7 @@ Sets any fixed values; see FS::part_svc.

whois

-Returns the Net::Whois object corresponding to this domain, or undef if the -domain is not found in whois. +Returns the Net::Whois::Domain object (see Net::Whois) for this domain, or undef if the domain is not found in whois.

(If $FS::svc_domain::whois_hack is true, returns that in all cases @@ -162,7 +176,7 @@ Submits a registration email for this domain.


VERSION

-$Id: svc_domain.html,v 1.1 1999-08-04 12:13:27 ivan Exp $ +$Id: svc_domain.html,v 1.2 2000-03-03 18:22:43 ivan Exp $


diff --git a/htdocs/docs/man/FS/type_pkgs.html b/htdocs/docs/man/FS/type_pkgs.html index aa55cce9d..65fa8c0a7 100644 --- a/htdocs/docs/man/FS/type_pkgs.html +++ b/htdocs/docs/man/FS/type_pkgs.html @@ -1,7 +1,7 @@ FS::type_pkgs - Object methods for type_pkgs records - + @@ -93,7 +93,7 @@ replace methods.

VERSION

-$Id: type_pkgs.html,v 1.1 1999-08-04 12:13:27 ivan Exp $ +$Id: type_pkgs.html,v 1.2 2000-03-03 18:22:44 ivan Exp $


-- cgit v1.2.1