summaryrefslogtreecommitdiff
path: root/httemplate/search/report_receivables.html
diff options
context:
space:
mode:
authorivan <ivan>2006-05-02 15:03:00 +0000
committerivan <ivan>2006-05-02 15:03:00 +0000
commit0e2bb254c0e5018b6b2a7766962319cd4137683f (patch)
treeb512097d253743add178caf533c3b8c7aa483cff /httemplate/search/report_receivables.html
parentecc090b960f14a68a51bc966113ab4e0feeb38cf (diff)
add an agent pre-selection page to receivables report
Diffstat (limited to 'httemplate/search/report_receivables.html')
-rwxr-xr-xhttemplate/search/report_receivables.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/httemplate/search/report_receivables.html b/httemplate/search/report_receivables.html
new file mode 100755
index 0000000..fc51741
--- /dev/null
+++ b/httemplate/search/report_receivables.html
@@ -0,0 +1,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>
+