diff options
author | cvs2git <cvs2git> | 2003-07-11 15:23:34 +0000 |
---|---|---|
committer | cvs2git <cvs2git> | 2003-07-11 15:23:34 +0000 |
commit | bb3aa2d253507fb15fc24c6126bee167167cb2ad (patch) | |
tree | 0615616294a77aa40d84f6f0157290198a7b8ddb | |
parent | 28cc3f1398da869ad364a93ce76a85b814132fb2 (diff) | |
parent | 3d7644882ebf59fcac7230a408d06e7c4e1bb34b (diff) |
This commit was manufactured by cvs2svn to create branch
'FREESIDE_1_4_BRANCH'.
-rw-r--r-- | httemplate/search/report_cust_pay.html | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/httemplate/search/report_cust_pay.html b/httemplate/search/report_cust_pay.html new file mode 100644 index 000000000..93053e1ee --- /dev/null +++ b/httemplate/search/report_cust_pay.html @@ -0,0 +1,24 @@ +<HTML> + <HEAD> + <TITLE>Payment report criteria</TITLE> + </HEAD> + <BODY> + <CENTER> + <H1>Payment report criteria</H1> + </CENTER> + <HR> + <FORM ACTION="cust_pay.cgi" METHOD="post"> + <INPUT TYPE="hidden" NAME="magic" VALUE="_date"> + Return <SELECT NAME="payby"> + <OPTION VALUE="">all</OPTION> + <OPTION VALUE="CARD">credit card</OPTION> + <OPTION VALUE="CHEK">electronic check (ACH)</OPTION> + <OPTION VALUE="BILL">check/cash</OPTION> + </SELECT> payments for period<BR> + from <INPUT TYPE="text" NAME="beginning"> <i>m/d/y</i> + to <INPUT TYPE="text" NAME="ending"> <i>m/d/y</i> + <P><INPUT TYPE="submit" VALUE="Get Report"> + </FORM> + <HR> + </BODY> +</HTML> |