add an agent pre-selection page to receivables report
authorivan <ivan>
Tue, 2 May 2006 15:03:00 +0000 (15:03 +0000)
committerivan <ivan>
Tue, 2 May 2006 15:03:00 +0000 (15:03 +0000)
httemplate/index.html
httemplate/search/report_receivables.html [new file with mode: 0755]

index 4704ebe..1a9293e 100644 (file)
@@ -98,7 +98,7 @@
       <A HREF="search/report_cust_pay.html">Payment report (by type and/or date range)</A>
       <BR><BR><A HREF="search/report_cust_credit.html">Credit report (by employee and/or date range)</A>
       <BR><BR><A HREF="graph/report_money_time.html">Sales, Credits and Receipts Summary</A>
-      <BR><BR><A HREF="search/report_receivables.cgi">Accounts Receivable Aging Summary</A>
+      <BR><BR><A HREF="search/report_receivables.html">Accounts Receivable Aging Summary</A>
       <BR><BR><A HREF="search/report_prepaid_income.html">Prepaid Income (Unearned Revenue) Report</A>
       <BR><BR><A HREF="search/report_tax.html">Sales Tax Liability Report</A>
       <BR><BR>
diff --git a/httemplate/search/report_receivables.html b/httemplate/search/report_receivables.html
new file mode 100755 (executable)
index 0000000..fc51741
--- /dev/null
@@ -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>
+