X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Freport_cust_bill.html;h=b1a252e6c960e36177cea52d782ee032e7cf154e;hb=636dd1f25af52d35efe7a323a5765ff5adeadf83;hp=0f6e6814e2fcf585a591fd29e7f5e584443dabe5;hpb=673b9a458d9138523026963df6fa3b4683e09bae;p=freeside.git diff --git a/httemplate/search/report_cust_bill.html b/httemplate/search/report_cust_bill.html index 0f6e6814e..b1a252e6c 100644 --- a/httemplate/search/report_cust_bill.html +++ b/httemplate/search/report_cust_bill.html @@ -1,60 +1,58 @@ - - Invoice report criteria - - - - - - -

Invoice report criteria

-
- - - - - - - - - - - - - - - - - - - - - - - - -
for agent: -
From:
m/d/y
To:
m/d/y
Show only open invoices
Show only the single most recent invoice per-customer
-
-
- - +<% include('/elements/header.html', 'Invoice Report' ) %> +
+ + + scalar( $cgi->param('agentnum') ), + 'label' => 'Invoices for agent: ', + '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', + ) + %> + <% include( '/elements/tr-select-payby.html', + label => 'Payment method:', + payby_type => 'cust', + multiple => 1, + all_selected => 1, + ) + %> + + + + + + + + + + +
Show only open invoices
Show only the single most recent invoice per-customer
+ +
+ + +
+ +<% include('/elements/footer.html') %> +<%init> + +die "access denied" + unless $FS::CurrentUser::CurrentUser->access_right('List invoices'); + +