diff options
author | ivan <ivan> | 2004-01-23 11:20:43 +0000 |
---|---|---|
committer | ivan <ivan> | 2004-01-23 11:20:43 +0000 |
commit | ff15db0f2fa18e67498d0097797b667a81b51f71 (patch) | |
tree | b5400aade0452cfd56326b2959c0981c4609caba /httemplate/search/report_prepaid_income.html | |
parent | c9544281f45155587a54aa435500887d74e5c9f5 (diff) |
add prepaid income to main menu and allow arbitrary dates
Diffstat (limited to 'httemplate/search/report_prepaid_income.html')
-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> + |