summaryrefslogtreecommitdiff
path: root/httemplate/search/report_receivables.html
blob: 21ca1e185267971619f51edc80e60f60935ed1a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<% include('/elements/header.html', 'Accounts Receivable Aging Summary' ) %>

    <FORM ACTION="report_receivables.cgi" METHOD="GET">

    <TABLE>

     <% include( '/elements/tr-select-agent.html' ) %>

    </TABLE>

    <BR><INPUT TYPE="submit" VALUE="Get Report">
    </FORM>

  </BODY>
</HTML>
<%init>

die "access denied"
  unless $FS::CurrentUser::CurrentUser->access_right('Financial reports');

</%init>