From 0e2bb254c0e5018b6b2a7766962319cd4137683f Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 2 May 2006 15:03:00 +0000 Subject: [PATCH] add an agent pre-selection page to receivables report --- httemplate/index.html | 2 +- httemplate/search/report_receivables.html | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100755 httemplate/search/report_receivables.html diff --git a/httemplate/index.html b/httemplate/index.html index 4704ebe33..1a9293ecd 100644 --- a/httemplate/index.html +++ b/httemplate/index.html @@ -98,7 +98,7 @@ Payment report (by type and/or date range)

Credit report (by employee and/or date range)

Sales, Credits and Receipts Summary -

Accounts Receivable Aging Summary +

Accounts Receivable Aging Summary

Prepaid Income (Unearned Revenue) Report

Sales Tax Liability Report

diff --git a/httemplate/search/report_receivables.html b/httemplate/search/report_receivables.html new file mode 100755 index 000000000..fc5174116 --- /dev/null +++ b/httemplate/search/report_receivables.html @@ -0,0 +1,16 @@ +<%= include('/elements/header.html', 'Accounts Receivable Aging Summary' ) %> + +
+ + + + <%= include( '/elements/tr-select-agent.html' ) %> + +
+ +
+
+ + + + -- 2.11.0