summaryrefslogtreecommitdiff
path: root/httemplate/search/report_cc.html
diff options
context:
space:
mode:
authorjeff <jeff>2002-02-22 23:18:34 +0000
committerjeff <jeff>2002-02-22 23:18:34 +0000
commitb50b2e5f94774268c271484f9c07bfe316f95527 (patch)
tree2dec4f5a1b4ed14bc2ae663acd6691e24c1cda9b /httemplate/search/report_cc.html
parentf96fd39dcc9c2563f8ba2976f7b9d23c0b3fcc29 (diff)
add some reporting features
Diffstat (limited to 'httemplate/search/report_cc.html')
-rwxr-xr-xhttemplate/search/report_cc.html23
1 files changed, 23 insertions, 0 deletions
diff --git a/httemplate/search/report_cc.html b/httemplate/search/report_cc.html
new file mode 100755
index 0000000..a028a87
--- /dev/null
+++ b/httemplate/search/report_cc.html
@@ -0,0 +1,23 @@
+<HTML>
+ <HEAD>
+ <TITLE>Credit Card Receipt Report Criteria</TITLE>
+ </HEAD>
+ <BODY>
+ <CENTER>
+ <H1>Credit Card Receipt Report Criteria</H1>
+ </CENTER>
+ <HR>
+ <FORM ACTION="report_cc.cgi" METHOD="post">
+ Return <B>credit card receipt report</B> for period:
+ from <INPUT TYPE="text" NAME="beginning">
+ to <INPUT TYPE="text" NAME="ending">
+
+ <P><INPUT TYPE="submit" VALUE="Get Report">
+
+ </FORM>
+
+ <HR>
+
+ </BODY>
+</HTML>
+