diff options
author | ivan <ivan> | 2002-05-04 00:32:21 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-05-04 00:32:21 +0000 |
commit | b697a86ff35212aaf5ab8cf06d05ab3f7c619d20 (patch) | |
tree | 9ddb5b93b16ff54fc582540167fdc95bbfb59358 /httemplate/search/cust_pkg.html | |
parent | f363d77173f26ec00eb72ecd9a54374831e04dd0 (diff) |
lilunixbtch: trying to pull accounts based on next billdate
tofu_beast420: hmm a report ordered by next bill date?
tofu_beast420: i don't know how you'd do that per _customer_ since a customer could have lots of packages, but you could do a per-package report maybe?
Diffstat (limited to 'httemplate/search/cust_pkg.html')
-rwxr-xr-x | httemplate/search/cust_pkg.html | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/httemplate/search/cust_pkg.html b/httemplate/search/cust_pkg.html new file mode 100755 index 000000000..c69e8d711 --- /dev/null +++ b/httemplate/search/cust_pkg.html @@ -0,0 +1,24 @@ +<HTML> + <HEAD> + <TITLE>Packages</TITLE> + </HEAD> + <BODY> + <CENTER> + <H1>Packages</H1> + </CENTER> + <HR> + <FORM ACTION="cust_bill_event.cgi" METHOD="post"> + <INPUT TYPE="hidden" NAME="magic" VALUE="bill"> + Return <B>packages</B> with next bill date: + 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> + |