diff options
author | ivan <ivan> | 2009-11-16 03:55:18 +0000 |
---|---|---|
committer | ivan <ivan> | 2009-11-16 03:55:18 +0000 |
commit | d99758f77f8d2f839934498af839109596e216b8 (patch) | |
tree | 10453219f9235f2c811e163090455d2b2311889f /httemplate/search/report_cust_bill.html | |
parent | bd1336161b9c25b93001cb785193efde6f3ef0d2 (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.html | 15 |
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> |