diff options
author | cvs2git <cvs2git> | 1998-10-07 02:17:40 +0000 |
---|---|---|
committer | cvs2git <cvs2git> | 1998-10-07 02:17:40 +0000 |
commit | d572cb623cb632d005ba3237256c594ba841aa88 (patch) | |
tree | 074c6d81cd99c9abadc877dc3b7c4a1dc3e83427 | |
parent | 1fc696f2984e87193a1a89d1218996de7d7ff9fb (diff) | |
parent | 3175087f33550fd68e8a4dcf2e33c45f41034eaa (diff) |
This commit was manufactured by cvs2svn to create branch 'freeside_import'.
-rw-r--r-- | htdocs/docs/index.html | 23 | ||||
-rw-r--r-- | htdocs/docs/upgrade2.html | 11 | ||||
-rwxr-xr-x | htdocs/index.html | 96 |
3 files changed, 130 insertions, 0 deletions
diff --git a/htdocs/docs/index.html b/htdocs/docs/index.html new file mode 100644 index 000000000..20051ca4d --- /dev/null +++ b/htdocs/docs/index.html @@ -0,0 +1,23 @@ +<head> + <title>Documentation</title> +</head> +<body> + <h1>Documentation</h1> +<ul> + <li><a href="install.html">New Installation</a> + <li><a href="upgrade.html">Upgrading from 1.0.x to 1.1.x</a> + <li><a href="upgrade2.html">Upgrading from 1.1.x to 1.1.3</a> + <li><a href="config.html">Configuration files</a> +<!-- + <li><a href="admin.html">Administration</a> +!--> + <li><a href="../index.html#admin">Administration</a> + <li><a href="legacy.html">Importing legacy data</a> + <li><a href="export.html">File exporting and remote setup</a> + <li><a href="passwd.html">fs_passwd</a> + <li><a href="billing.html">Billing</a> + <li><a href="trouble.html">Troubleshooting</a> + <li><a href="schema.html">Schema reference</a> + <li><a href="man/">Perl API</a> +</ul> +</body> diff --git a/htdocs/docs/upgrade2.html b/htdocs/docs/upgrade2.html new file mode 100644 index 000000000..4bf7ea45a --- /dev/null +++ b/htdocs/docs/upgrade2.html @@ -0,0 +1,11 @@ +<head> + <title>Upgrading to 1.1.3</title> +</head> +<body> +<h1>Upgrading to 1.1.3 from 1.1.x</h1> +<ul> + <li>If migrating from 1.0.0, see these <a href="upgrade.html">instructions</a> first. + <li>Back up your data and current Freeside installation. + <li>If applicable, create the new <a href="config.html">configuration files</a>: lpr, cybercash2, cybercash3.2 + <li>Copy or symlink htdocs and site_perl to the new copies. +</body> diff --git a/htdocs/index.html b/htdocs/index.html new file mode 100755 index 000000000..de0667e59 --- /dev/null +++ b/htdocs/index.html @@ -0,0 +1,96 @@ +<HTML> + <HEAD> + <TITLE> + Freeside Main Menu + </TITLE> + </HEAD> + <BODY BGCOLOR="#FFFFFF"> + <table> + <tr><td> + <P ALIGN=CENTER> + <IMG BORDER=0 ALT="Silicon Interactive Software Design" SRC="images/small-logo.gif"> + </td><td> + <center><font color="#ff0000" size=7>freeside main menu</font></center> + </td></tr> + </table> + <A HREF="http://www.sisd.com/freeside"> + Information + </A> + <BR><A HREF="docs/"> + Documentation + </A> + </P> + <HR> + <H3><A HREF="edit/cust_main.cgi">New Customer</A></H3> + <A NAME="search"><H3>Search</H3></A> + <MENU> + <LI><A HREF="search/cust_main.html"> + customers (by last name and/or company) + </A> + <LI><A HREF="search/cust_main-payinfo.html">customers (by credit card number)</A> + <LI><A HREF="search/svc_acct.html">accounts (by username)</A> + <LI><A HREF="search/svc_domain.html">domains (by domain)</A> + <LI><A HREF="search/svc_acct_sm.html">mail aliases (by domain, and optionally username)</A> + <LI><A HREF="search/cust_bill.html">invoices (by invoice number)</A> + </MENU> + <A NAME="browse"><H3>Browse</H3></A> + <MENU> + <LI><A HREF="search/cust_main.cgi?custnum">customers (by customer number)</A> + <LI><A HREF="search/cust_main.cgi?last">customers (by last name)</A> + <LI><A HREF="search/cust_main.cgi?company">customers (by company)</A> + <LI><A HREF="search/cust_pkg.cgi?pkgnum">packages (by package number)</A> + <LI><A HREF="search/cust_pkg.cgi?APKG_pkgnum">packages with unconfigured services (by package number)</A> + <LI><A HREF="search/svc_acct.cgi?svcnum">accounts (by service number)</A> + <LI><A HREF="search/svc_acct.cgi?username">accounts (by username)</A> + <LI><A HREF="search/svc_acct.cgi?uid">accounts (by uid)</A> + <LI><A HREF="search/svc_acct.cgi?UN_svcnum">unlinked accounts (by service number)</A> + <LI><A HREF="search/svc_acct.cgi?UN_username">unlinked accounts (by username)</A> + <LI><A HREF="search/svc_acct.cgi?UN_uid">unlinked accounts (by uid)</A> + <LI><A HREF="search/svc_domain.cgi?svcnum">domains (by service number)</A> + <LI><A HREF="search/svc_domain.cgi?domain">domains (by domain)</A> + <LI><A HREF="search/svc_domain.cgi?UN_svcnum">unlinked domains (by service number)</A> + <LI><A HREF="search/svc_domain.cgi?UN_domain">unlinked domains (by domain)</A> + </MENU> + <A NAME="admin"><H3>Administration</H3></a> + <MENU> + <LI><A HREF="browse/part_svc.cgi"> + View/Edit services + </A> + - Services are items you offer to your customers. + <LI><A HREF="browse/part_pkg.cgi"> + View/Edit packages + </A> + - One or more services are grouped together into a package and + given pricing information. Customers purchase packages, not + services. + <LI><A HREF="browse/agent_type.cgi"> + View/Edit agent types + </A> + - Agent types define groups of packages that you can then assign + to particular agents. + <LI><A HREF="browse/agent.cgi"> + View/Edit agents + </A> + - Agents are resellers of your service. Agents may be limited + to a subset of your full offerings (via their agent type). + <BR> + <LI><A HREF="browse/part_referral.cgi"> + View/Edit referrals + </A> + - Where a customer heard about your service. Tracked for + informational purposes. + <BR> + <LI><A HREF="browse/cust_main_county.cgi"> + View/Edit locales and tax rates + </A> + - Change tax rates by state, or break down a state into counties + and assign different tax rates to each county. + <BR> + <LI><A HREF="browse/svc_acct_pop.cgi"> + View/Edit POPs + </A> + - Points of Presence + </MENU> + </FONT> + </BODY> +</HTML> |