expedited check entry
[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>Fuzzy
16         <OPTION>Exact
17       </SELECT>
18
19       <P><INPUT TYPE="checkbox" NAME="company_on" CHECKED> Search for <B>company</B>: 
20       <INPUT TYPE="text" NAME="company_text">
21       using search methods: <SELECT NAME="company_type">
22         <OPTION SELECTED>Fuzzy
23         <OPTION>Exact
24       </SELECT>
25
26       <P><INPUT TYPE="submit" VALUE="Search"> Note: Fuzzy searching can take a while.  Please be patient.
27
28     </FORM>
29
30   <HR>Explanation of search methods:
31   <UL>
32     <LI><B>Fuzzy</B> - Searches for matches that are close to your text.
33     <LI><B>Exact</B> - Finds exact matches only, but much faster than the other search methods.
34   </UL>
35   </BODY>
36 </HTML>
37