diff options
author | Mark Wells <mark@freeside.biz> | 2012-04-27 12:07:32 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2012-04-27 12:07:32 -0700 |
commit | d54109cc3035ce63ab0f6c2ec94317e378887d49 (patch) | |
tree | f4194141e16bfefb917df62ee800aa977688732e /httemplate/search/report_prepaid_income.html | |
parent | 852f0115eef0a9013ffb6ff59eb9b569625d90f1 (diff) |
improvements to prepaid income report, #13289
Diffstat (limited to 'httemplate/search/report_prepaid_income.html')
-rw-r--r-- | httemplate/search/report_prepaid_income.html | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/httemplate/search/report_prepaid_income.html b/httemplate/search/report_prepaid_income.html index 061b24c68..90b72f60b 100644 --- a/httemplate/search/report_prepaid_income.html +++ b/httemplate/search/report_prepaid_income.html @@ -2,7 +2,7 @@ <% include('/elements/init_calendar.html') %> -<FORM ACTION="report_prepaid_income.cgi" METHOD="GET"> +<FORM ACTION="prepaid_income.html" METHOD="GET"> <TABLE BGCOLOR="#cccccc" CELLSPACING=0> @@ -13,7 +13,7 @@ </TR> <TR> - <TD>As of </TD> + <TD ALIGN="right">As of </TD> <TD> <INPUT TYPE="text" NAME="date" ID="date_text" VALUE="now"> <IMG SRC="../images/calendar.png" ID="date_button" STYLE="cursor: pointer" TITLE="Select date"> @@ -30,7 +30,20 @@ </TR> <% include( '/elements/tr-select-agent.html', 'disable_empty'=>0 ) %> - + + <& /elements/tr-select-cust_main-status.html, + label => mt('Customer Status') &> + <& /elements/tr-select.html, + label => 'Invoice Status', + field => 'mode', + options => [ qw(billed paid) ] &> + <TR> + <TD ALIGN="right"> + <INPUT TYPE="checkbox" NAME="include_monthly" VALUE=1> + </TD> + <TD ALIGN="left"><% emt('Include packages with period <= 1 month') %> + </TD> + </TR> <TR> <TD COLSPAN=2> </TD> </TR> |