summaryrefslogtreecommitdiff
path: root/httemplate/search/report_cust_bill.html
diff options
context:
space:
mode:
authorivan <ivan>2009-11-16 03:55:27 +0000
committerivan <ivan>2009-11-16 03:55:27 +0000
commitdc1769764725866793b46bb5dca7b6d3578302e0 (patch)
tree48733186fd9a66350c965a0890e2d9f46c280916 /httemplate/search/report_cust_bill.html
parentde347c7577a31301fffae333ec3ce8f4e2864600 (diff)
add ability to search on ranges of charged, owed to adv. invoice report, RT#6407
Diffstat (limited to 'httemplate/search/report_cust_bill.html')
-rw-r--r--httemplate/search/report_cust_bill.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/httemplate/search/report_cust_bill.html b/httemplate/search/report_cust_bill.html
index 96cf49263..00d566a62 100644
--- a/httemplate/search/report_cust_bill.html
+++ b/httemplate/search/report_cust_bill.html
@@ -11,7 +11,21 @@
'disable_empty' => 0,
)
%>
+
<% include( '/elements/tr-input-beginning_ending.html' ) %>
+
+ <% include( '/elements/tr-input-lessthan_greaterthan.html',
+ label => 'Charged',
+ field => 'charged',
+ )
+ %>
+
+ <% include( '/elements/tr-input-lessthan_greaterthan.html',
+ label => 'Owed',
+ field => 'owed',
+ )
+ %>
+
<TR>
<TD ALIGN="right"><INPUT TYPE="checkbox" NAME="open" VALUE="1" CHECKED></TD>
<TD>Show only open invoices</TD>
@@ -20,6 +34,7 @@
<TD ALIGN="right"><INPUT TYPE="checkbox" NAME="newest_percust" VALUE="1"></TD>
<TD>Show only the single most recent invoice per-customer</TD>
</TR>
+
</TABLE>
<BR>