diff options
| author | ivan <ivan> | 2006-04-12 12:36:39 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2006-04-12 12:36:39 +0000 |
| commit | d453a487d95258e1f11f134fc5864f7e6458a6ef (patch) | |
| tree | 57b0c5dc7523d5e88312000211ef4c6d8ab24a0a /httemplate/search/report_cust_main-zip.html | |
| parent | 7bdf17a005cf4c0fe8b6b6ad1ce97abaa52a4510 (diff) | |
zip code report
Diffstat (limited to 'httemplate/search/report_cust_main-zip.html')
| -rw-r--r-- | httemplate/search/report_cust_main-zip.html | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/httemplate/search/report_cust_main-zip.html b/httemplate/search/report_cust_main-zip.html new file mode 100644 index 000000000..30020f3aa --- /dev/null +++ b/httemplate/search/report_cust_main-zip.html @@ -0,0 +1,46 @@ +<%= include('/elements/header.html', 'Zip code report') %> + + <FORM ACTION="cust_main-zip.html" METHOD="GET"> + + <TABLE> + + <TR> + <TD ALIGN="right">Billing or service zip</TD> + <TD> + <SELECT NAME="column"> + <OPTION VALUE="zip">Billing zip + <OPTION VALUE="ship_zip">Service zip + </SELECT> + </TD> + </TR> + + <TR> + <TD ALIGN="right">Ignore +4 for US zip codes</TD> + <TD><INPUT TYPE="checkbox" NAME="ignore_plus4" VALUE="yes" CHECKED> </TD> + </TR> + + <TR> + <TD ALIGN="right">Show customers with status:</TD> + <TD> + <SELECT NAME="status"> + <OPTION VALUE="">all + <OPTION VALUE="prospect">prospect (no packages ever) + <OPTION SELECTED VALUE="uncancel">all except cancelled + <OPTION VALUE="active">active recurring packages + <OPTION VALUE="susp">suspended + <OPTION VALUE="cancel">cancelled + </SELECT> + </TD> + </TR> + + <%= include( '/elements/tr-select-agent.html', + $cgi->param('agentnum'), + 'label' => 'for agent: ', + ) + %> + + </TABLE> + <BR><INPUT TYPE="submit" VALUE="Get Report"> + </FORM> + </BODY> +</HTML> |
