This commit was generated by cvs2svn to compensate for changes in r10640,
[freeside.git] / httemplate / search / report_customer_accounting_summary.html
1 <% include('/elements/header.html', 'Customer Accounting Summary Report' ) %>
2
3 <FORM ACTION="customer_accounting_summary.html" METHOD="GET">
4
5   <TABLE BGCOLOR="#cccccc" CELLSPACING=0>
6
7     <% include( '/elements/tr-select-agent.html',
8                  'curr_value'    => scalar( $cgi->param('agentnum') ),
9                  'label'         => 'Agent ',
10                  'disable_empty' => 0,
11              )
12     %>
13
14     <% include('/elements/tr-select-from_to.html' ) %>
15     
16     <% include( '/elements/tr-select-cust_main-status.html',
17                 'label' => 'Customer Status'
18     ) %>
19     
20   </TABLE>
21
22 <BR>
23 <INPUT TYPE="submit" VALUE="Get Report">
24
25 </FORM>
26
27 <% include('/elements/footer.html') %>
28 <%init>
29
30 die "access denied"
31   unless $FS::CurrentUser::CurrentUser->access_right('Financial reports');
32
33 </%init>