c45997608220ff267d44bd80d90c97f800f1ae6b
[freeside.git] / httemplate / 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.png">
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">customers (by last name and/or company)</A>
29         <LI><A HREF="search/cust_main-payinfo.html">customers (by credit card number)</A>
30         <LI><A HREF="search/svc_acct.html">accounts (by username)</A>
31         <LI><A HREF="search/svc_domain.html">domains (by domain)</A>
32         <LI><A HREF="search/svc_acct_sm.html">mail aliases (by domain, and optionally username)</A>
33         <LI><A HREF="search/cust_bill.html">invoices (by invoice number)</A>
34         </ul>
35       <li><A NAME="browse">Browse</A>
36         <ul>
37           <LI>customers (<A HREF="search/cust_main.cgi?browse=custnum">by customer number</A>) (<A HREF="search/cust_main.cgi?browse=last">by last name</A>) (<A HREF="search/cust_main.cgi?browse=company">by company</A>)
38           <LI>invoices
39             <UL>
40               <LI>open invoices (<A HREF="search/cust_bill.cgi?OPEN_invnum">by invoice number</A>) (<A HREF="search/cust_bill.cgi?OPEN_date">by date</A>) (<A HREF="search/cust_bill.cgi?OPEN_custnum">by customer number</A>)
41               <LI>30 day open invoices (<A HREF="search/cust_bill.cgi?OPEN30_invnum">by invoice number</A>) (<A HREF="search/cust_bill.cgi?OPEN30_date">by date</A>) (<A HREF="search/cust_bill.cgi?OPEN30_custnum">by customer number</A>)
42               <LI>60 day open invoices (<A HREF="search/cust_bill.cgi?OPEN60_invnum">by invoice number</A>) (<A HREF="search/cust_bill.cgi?OPEN60_date">by date</A>) (<A HREF="search/cust_bill.cgi?OPEN60_custnum">by customer number</A>)
43               <LI>90 day open invoices (<A HREF="search/cust_bill.cgi?OPEN90_invnum">by invoice number</A>) (<A HREF="search/cust_bill.cgi?OPEN90_date">by date</A>) (<A HREF="search/cust_bill.cgi?OPEN90_custnum">by customer number</A>)
44               <LI>120 day open invoices (<A HREF="search/cust_bill.cgi?OPEN120_invnum">by invoice number</A>) (<A HREF="search/cust_bill.cgi?OPEN120_date">by date</A>) (<A HREF="search/cust_bill.cgi?OPEN120_custnum">by customer number</A>)
45               <LI>all invoices (<A HREF="search/cust_bill.cgi?invnum">by invoice number</A>) (<A HREF="search/cust_bill.cgi?date">by date</A>) (<A HREF="search/cust_bill.cgi?custnum">by customer number</A>)
46             </UL>
47           <LI>packages
48             <UL>
49               <LI><A HREF="search/cust_pkg.cgi?pkgnum">packages (by package number)</A>
50               <LI><A HREF="search/cust_pkg.cgi?APKG_pkgnum">packages with unconfigured services (by package number)</A>
51             </UL>
52           <LI>services
53             <UL>
54               <LI>accounts (<A HREF="search/svc_acct.cgi?svcnum">by service number</A>) (<A HREF="search/svc_acct.cgi?username">by username</A>) (<A HREF="search/svc_acct.cgi?uid">by uid</A>)
55               <LI>domains (<A HREF="search/svc_domain.cgi?svcnum">by service number</A>) (<A HREF="search/svc_domain.cgi?domain">by domain</A>)
56             </UL>
57           <LI>unlinked services
58             <UL>
59               <LI>unlinked accounts (<A HREF="search/svc_acct.cgi?UN_svcnum">by service number</A>) (<A HREF="search/svc_acct.cgi?UN_username">by username</A>) (<A HREF="search/svc_acct.cgi?UN_uid">by uid</A>)
60               <LI>unlinked domains (<A HREF="search/svc_domain.cgi?UN_svcnum">by service number</A>) (<A HREF="search/svc_domain.cgi?UN_domain">by domain</A>)
61             </UL>
62           <LI><A HREF="browse/nas.cgi">NAS ports</A>
63           <LI><A HREF="browse/queue.cgi">Joe queue</A>
64         </ul>
65       <li><A NAME="admin">Administration</a>
66         <ul>
67           <LI><A HREF="browse/part_svc.cgi">View/Edit service definitions</A>
68             - Services are items you offer to your customers.
69           <LI><A HREF="browse/part_pkg.cgi">View/Edit package definitions</A>
70             - One or more services are grouped together into a package and
71               given pricing information.  Customers purchase packages, not
72               services.
73           <LI><A HREF="browse/agent_type.cgi">View/Edit agent types</A>
74             - Agent types define groups of package definitions that you can
75               then assign to particular agents.
76           <LI><A HREF="browse/agent.cgi">View/Edit agents</A>
77             - Agents are resellers of your service.  Agents may be limited
78               to a subset of your full offerings (via their type).
79           <LI><A HREF="browse/part_referral.cgi">View/Edit referrals</A>
80             - Where a customer heard about your service.  Tracked for
81               informational purposes.
82           <LI><A HREF="browse/cust_main_county.cgi">View/Edit locales and tax rates</A>
83             - Change tax rates, or break down a country into states, or a state
84               into counties and assign different tax rates to each.
85           <LI><A HREF="browse/svc_acct_pop.cgi">View/Edit POPs</A>
86             - Points of Presence 
87         </ul>
88       </ul>
89   </BODY>
90 </HTML>