summaryrefslogtreecommitdiff
path: root/httemplate/search/cust_main-quickpay.html
blob: d48f1d08f65c559e5c8c5a1d627501d180cc2a59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<HTML>
  <HEAD>
    <TITLE>Quick payment entry</TITLE>
  </HEAD>
  <BODY BGCOLOR="#e8e8e8">
    <FONT SIZE=7>
      Quick payment entry
    </FONT>
    <BR><BR>
    <A HREF="../">Main Menu</A><BR><BR>
    <FORM ACTION="cust_main.cgi" METHOD="post">
      <INPUT TYPE="hidden" NAME="quickpay" VALUE="yes">
      <INPUT TYPE="checkbox" NAME="last_on" CHECKED> Search for <B>last name</B>: 
      <INPUT TYPE="text" NAME="last_text">
      using search method: <SELECT NAME="last_type">
        <OPTION>All
        <OPTION>Fuzzy
        <OPTION>Substring
        <OPTION SELECTED>Exact
      </SELECT>

      <P><INPUT TYPE="checkbox" NAME="company_on" CHECKED> Search for <B>company</B>: 
      <INPUT TYPE="text" NAME="company_text">
      using search methods: <SELECT NAME="company_type">
        <OPTION>All
        <OPTION>Fuzzy
        <OPTION>Substring
        <OPTION SELECTED>Exact
      </SELECT>

      <P><INPUT TYPE="submit" VALUE="Search">

    </FORM>

  <HR>Explanation of search methods:
  <UL>
    <LI><B>All</B> - Try all search methods.
    <LI><B>Fuzzy</B> - Searches for matches that are close to your text.
    <LI><B>Substring</B> - Searches for matches that contain your text.
    <LI><B>Exact</B> - Finds exact matches only, but much faster than the other search methods.
  </UL>
  </BODY>
</HTML>