move most of the crap on the "main menu" to the sidebar
[freeside.git] / httemplate / index.html
1 <% my $conf = new FS::Conf; %>
2 <%= include('/elements/header.html', 'Freeside Main Menu' ) %>
3
4   <BR>
5
6 [<A NAME="customer_service" style="background-color: #cccccc">&nbsp;Sales&nbsp;/&nbsp;Customer&nbsp;service&nbsp;</A>]
7 [&nbsp;<A HREF="#bookkeeping">Bookkeeping&nbsp;/&nbsp;Collections</A>&nbsp;]
8 [&nbsp;<A HREF="#reports">Reports</A>&nbsp;]
9     <TABLE CELLSPACING=2 CELLPADDING=0 BORDER=0" WIDTH="100%" BGCOLOR="#eeeeee" STYLE="border: 1px solid black">
10     <TR><TH BGCOLOR="#cccccc">Sales / Customer service</TH></TR>
11     <TR><TD>
12         <BR><FORM ACTION="search/svc_acct.cgi" METHOD="GET">Username <INPUT TYPE="text" NAME="username"><SELECT NAME="username_type"><OPTION VALUE="All">(all)</OPTION><OPTION>Fuzzy</OPTION><OPTION>Substring</OPTION><OPTION SELECTED>Exact</OPTION></SELECT><INPUT TYPE="submit" VALUE="Search"></FORM>
13         <BR><FORM ACTION="search/svc_domain.cgi" METHOD="GET">Domain <INPUT TYPE="text" NAME="domain"><INPUT TYPE="submit" VALUE="Search"></FORM>
14         <BR><FORM ACTION="search/svc_broadband.cgi" METHOD="GET">IP Address <INPUT TYPE="text" NAME="ip_addr"><INPUT TYPE="submit" VALUE="Search"></FORM>
15       <BR>
16     </TD></TR>
17     </TABLE>
18
19     <BR><BR><BR>
20
21
22 [&nbsp;<A HREF="#customer_service">Sales&nbsp;/&nbsp;Customer&nbsp;service</A>&nbsp;]
23 [<A NAME="bookkeeping" style="background-color: #cccccc">&nbsp;Bookkeeping&nbsp;/&nbsp;Collections&nbsp;</A>]
24 [&nbsp;<A HREF="#reports">Reports</A>&nbsp;]
25     <TABLE CELLSPACING=2 CELLPADDING=0 BORDER=0 WIDTH="100%" BGCOLOR="#eeeeee" STYLE="border: 1px solid black">
26     <TR><TH BGCOLOR="#cccccc">Bookkeeping / Collections</TH></TR>
27     <TR><TD>
28       <BR><A HREF="misc/batch-cust_pay.html">Quick payment entry</A>
29       <BR>
30       <BR><FORM ACTION="search/cust_main.cgi" METHOD="GET">Credit card # <INPUT TYPE="hidden" NAME="card_on" VALUE="1"><INPUT TYPE="text" NAME="card"><INPUT TYPE="submit" VALUE="Search"></FORM>
31       <FORM ACTION="search/cust_bill.html" METHOD="GET">Invoice # <INPUT TYPE="text" NAME="invnum" SIZE="8"><INPUT TYPE="submit" VALUE="Search"></FORM>
32       <FORM ACTION="search/cust_pay.cgi" METHOD="GET">Check # <INPUT TYPE="text" NAME="payinfo" SIZE="8"><INPUT TYPE="hidden" NAME="payby" VALUE="BILL"><INPUT TYPE="submit" VALUE="Search"></FORM>
33       <BR>
34       Invoice event reports
35             <UL>
36               <LI><a href="search/cust_bill_event.html">All invoice events for a date range</a>
37               <LI><a href="search/cust_bill_event.html?failed=1">Invoice event errors for a date range (failed credit cards, processor or printer problems, etc.)</a>
38             </UL>
39       <BR><BR>
40     </TD></TR>
41     </TABLE>
42
43
44
45     <BR><BR><BR>
46
47
48
49 [&nbsp;<A HREF="#customer_service">Sales&nbsp;/&nbsp;Customer&nbsp;service</A>&nbsp;]
50 [&nbsp;<A HREF="#bookkeeping">Bookkeeping&nbsp;/&nbsp;Collections</A>&nbsp;]
51 [<A NAME="reports" style="background-color: #cccccc">&nbsp;Reports&nbsp;</A>]
52     <TABLE CELLSPACING=2 CELLPADDING=0 BORDER=0 WIDTH="100%" BGCOLOR="#eeeeee" STYLE="border: 1px solid black">
53     <TR><TH BGCOLOR="#cccccc">Reports</TH></TR>
54     <TR><TD>
55       <BR>
56       <A HREF="search/sqlradius.html">RADIUS sessions</A><BR><BR>
57     <FORM ACTION="search/sql.html" METHOD="GET">SQL query: <TT>SELECT </TT><INPUT TYPE="text" NAME="sql" SIZE=32><INPUT TYPE="submit" VALUE="Query"></FORM>
58
59     <BR>
60     </TD></TR>
61     </TABLE>
62
63     <BR><BR><BR>
64
65 <%= include('/elements/footer.html') %>
66