*** empty log message ***
[freeside.git] / htdocs / index.html
1 <HTML>
2   <HEAD>
3     <TITLE>
4       Freeside Main Menu
5     </TITLE>
6   </HEAD>
7   <BODY BGCOLOR="#FFFFFF">
8   <table>
9     <tr><td>
10     <P ALIGN=CENTER>
11         <IMG BORDER=0 ALT="Silicon Interactive Software Design" SRC="images/small-logo.gif">
12     </td><td>
13       <center><font color="#ff0000" size=7>freeside main menu</font></center>
14     </td></tr>
15   </table>
16       <A HREF="http://www.sisd.com/freeside">
17         Freeside home page
18       </A>
19       <BR><A HREF="docs/">
20         Documentation
21       </A>
22     </P>
23     <HR>
24     <ul>
25       <li><A HREF="edit/cust_main.cgi">New Customer</A>
26       <li><A NAME="search">Search</A>
27         <ul>
28         <LI><A HREF="search/cust_main.html">
29             customers (by last name and/or company)
30         </A>
31         <LI><A HREF="search/cust_main-payinfo.html">customers (by credit card number)</A>
32         <LI><A HREF="search/svc_acct.html">accounts (by username)</A>
33         <LI><A HREF="search/svc_domain.html">domains (by domain)</A>
34         <LI><A HREF="search/svc_acct_sm.html">mail aliases (by domain, and optionally username)</A>
35         <LI><A HREF="search/cust_bill.html">invoices (by invoice number)</A>
36         </ul>
37       <li><A NAME="browse">Browse</A>
38         <ul>
39           <LI><A HREF="search/cust_main.cgi?custnum">customers (by customer number)</A>
40           <LI><A HREF="search/cust_main.cgi?last">customers (by last name)</A>
41           <LI><A HREF="search/cust_main.cgi?company">customers (by company)</A>
42           <LI><A HREF="search/cust_pkg.cgi?pkgnum">packages (by package number)</A>
43           <LI><A HREF="search/cust_pkg.cgi?APKG_pkgnum">packages with unconfigured services (by package number)</A>
44         <LI><A HREF="search/svc_acct.cgi?svcnum">accounts (by service number)</A>
45           <LI><A HREF="search/svc_acct.cgi?username">accounts (by username)</A>
46           <LI><A HREF="search/svc_acct.cgi?uid">accounts (by uid)</A>
47           <LI><A HREF="search/svc_acct.cgi?UN_svcnum">unlinked accounts (by service number)</A>
48           <LI><A HREF="search/svc_acct.cgi?UN_username">unlinked accounts (by username)</A>
49           <LI><A HREF="search/svc_acct.cgi?UN_uid">unlinked accounts (by uid)</A>
50           <LI><A HREF="search/svc_domain.cgi?svcnum">domains (by service number)</A>
51           <LI><A HREF="search/svc_domain.cgi?domain">domains (by domain)</A>
52           <LI><A HREF="search/svc_domain.cgi?UN_svcnum">unlinked domains (by service number)</A>
53           <LI><A HREF="search/svc_domain.cgi?UN_domain">unlinked domains (by domain)</A>
54         </ul>
55       <li><A NAME="admin">Administration</a>
56         <ul>
57           <LI><A HREF="browse/part_svc.cgi">
58             View/Edit service definitions
59           </A>
60             - Services are items you offer to your customers.
61           <LI><A HREF="browse/part_pkg.cgi">
62             View/Edit package definitions
63           </A>
64             - One or more services are grouped together into a package and
65               given pricing information.  Customers purchase packages, not
66               services.
67           <LI><A HREF="browse/agent_type.cgi">
68             View/Edit agent types
69           </A>
70             - Agent types define groups of package definitions that you can
71               then assign to particular agents.
72           <LI><A HREF="browse/agent.cgi">
73             View/Edit agents
74           </A>
75             - Agents are resellers of your service.  Agents may be limited
76               to a subset of your full offerings (via their type).
77           <LI><A HREF="browse/part_referral.cgi">
78             View/Edit referrals
79           </A>
80             - Where a customer heard about your service.  Tracked for
81               informational purposes.
82           <LI><A HREF="browse/cust_main_county.cgi">
83             View/Edit locales and tax rates
84           </A>
85             - Change tax rates, or break down a country into states, or a state
86               into counties and assign different tax rates to each.
87           <LI><A HREF="browse/svc_acct_pop.cgi">
88             View/Edit POPs 
89           </A>
90             - Points of Presence 
91         </ul>
92       </ul>
93   </BODY>
94 </HTML>