summaryrefslogtreecommitdiff
path: root/httemplate/search/report_receivables.html
blob: fc5174116f5e4ff33ee1172b6718e569a9b59454 (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>