summaryrefslogtreecommitdiff
path: root/httemplate/search/report_prepaid_income.html
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2012-04-27 12:07:32 -0700
committerMark Wells <mark@freeside.biz>2012-04-27 12:07:32 -0700
commitd54109cc3035ce63ab0f6c2ec94317e378887d49 (patch)
treef4194141e16bfefb917df62ee800aa977688732e /httemplate/search/report_prepaid_income.html
parent852f0115eef0a9013ffb6ff59eb9b569625d90f1 (diff)
improvements to prepaid income report, #13289
Diffstat (limited to 'httemplate/search/report_prepaid_income.html')
-rw-r--r--httemplate/search/report_prepaid_income.html19
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>&nbsp;</TD>
</TR>