summaryrefslogtreecommitdiff
path: root/httemplate/search/report_receivables.html
blob: 1ae4b8e6f9ca26fef22351f15cd41d14d2da6af2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<% 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>