add customer status column to customer & most other reports. also put the C in ACL...
[freeside.git] / httemplate / search / report_receivables.html
1 <% include('/elements/header.html', 'Accounts Receivable Aging Summary' ) %>
2
3     <FORM ACTION="report_receivables.cgi" METHOD="GET">
4
5     <TABLE>
6
7      <% include( '/elements/tr-select-agent.html' ) %>
8
9     </TABLE>
10
11     <BR><INPUT TYPE="submit" VALUE="Get Report">
12     </FORM>
13
14   </BODY>
15 </HTML>
16 <%init>
17
18 die "access denied"
19   unless $FS::CurrentUser::CurrentUser->access_right('Financial reports');
20
21 </%init>