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

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

    <TABLE>

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

      <TR>
        <TD ALIGN="right">Over </TD>
        <TD><INPUT NAME="days" TYPE="text" SIZE=4 MAXLENGTH=3> days</TD>
      </TR>

    </TABLE>

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

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

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

</%init>