This commit was generated by cvs2svn to compensate for changes in r2526,
[freeside.git] / httemplate / search / cust_main-quickpay.html
1 <HTML>
2   <HEAD>
3     <TITLE>Quick payment entry</TITLE>
4   </HEAD>
5   <BODY BGCOLOR="#e8e8e8">
6     <FONT SIZE=7>
7       Quick payment entry
8     </FONT>
9     <BR><BR>
10     <FORM ACTION="cust_main.cgi" METHOD="post">
11       <INPUT TYPE="hidden" NAME="quickpay" VALUE="yes">
12       <INPUT TYPE="checkbox" NAME="last_on" CHECKED> Search for <B>last name</B>: 
13       <INPUT TYPE="text" NAME="last_text">
14       using search method: <SELECT NAME="last_type">
15         <OPTION SELECTED>All
16         <OPTION>Fuzzy
17         <OPTION>Substring
18         <OPTION>Exact
19       </SELECT>
20
21       <P><INPUT TYPE="checkbox" NAME="company_on" CHECKED> Search for <B>company</B>: 
22       <INPUT TYPE="text" NAME="company_text">
23       using search methods: <SELECT NAME="company_type">
24         <OPTION SELECTED>All
25         <OPTION>Fuzzy
26         <OPTION>Substring
27         <OPTION>Exact
28       </SELECT>
29
30       <P><INPUT TYPE="submit" VALUE="Search"> Note: Fuzzy searching can take a while.  Please be patient.
31
32     </FORM>
33
34   <HR>Explanation of search methods:
35   <UL>
36     <LI><B>All</B> - Try all search methods.
37     <LI><B>Fuzzy</B> - Searches for matches that are close to your text.
38     <LI><B>Substring</B> - Searches for matches that contain your text.
39     <LI><B>Exact</B> - Finds exact matches only, but much faster than the other search methods.
40   </UL>
41   </BODY>
42 </HTML>
43