diff options
author | cvs2git <cvs2git> | 2004-01-23 11:20:44 +0000 |
---|---|---|
committer | cvs2git <cvs2git> | 2004-01-23 11:20:44 +0000 |
commit | 43da0b74fd66d202127f27f9813fb24b877ba07d (patch) | |
tree | 43ecb78b82601457e4df6db380e6b8f6d0c52933 | |
parent | 86c1db3dfdd4d1a98ccdbf03580b7792a2f4c6d4 (diff) | |
parent | ff15db0f2fa18e67498d0097797b667a81b51f71 (diff) |
This commit was manufactured by cvs2svn to create branch
'FREESIDE_1_4_BRANCH'.
-rw-r--r-- | httemplate/search/report_prepaid_income.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/httemplate/search/report_prepaid_income.html b/httemplate/search/report_prepaid_income.html new file mode 100644 index 000000000..b85a481be --- /dev/null +++ b/httemplate/search/report_prepaid_income.html @@ -0,0 +1,17 @@ +<HTML> + <HEAD> + <TITLE>Prepaid Income (Unearned Revenue) Report</TITLE> + <LINK REL="stylesheet" TYPE="text/css" HREF="../elements/calendar-win2k-2.css" TITLE="win2k-2"> + <SCRIPT TYPE="text/javascript" SRC="../elements/calendar_stripped.js"></SCRIPT> + <SCRIPT TYPE="text/javascript" SRC="../elements/calendar-en.js"></SCRIPT> + <SCRIPT TYPE="text/javascript" SRC="../elements/calendar-setup.js"></SCRIPT> + </HEAD> + <BODY BGCOLOR="#e8e8e8"> + <H1>Prepaid Income (Unearned Revenue) Report</H1> + <FORM ACTION="report_prepaid_income.cgi" METHOD="post"> + Prepaid income (unearned revenue) as of <INPUT TYPE="text" NAME="date" VALUE="now"> + <INPUT TYPE="submit" VALUE="Generate report"> + </BODY> +</HTML> + <TABLE> + |