3 <TITLE>Quick payment entry</TITLE>
5 <BODY BGCOLOR="#e8e8e8">
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
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
26 <P><INPUT TYPE="submit" VALUE="Search"> Note: Fuzzy searching can take a while. Please be patient.
30 <HR>Explanation of search methods:
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.