diff options
author | ivan <ivan> | 2004-06-11 14:05:04 +0000 |
---|---|---|
committer | ivan <ivan> | 2004-06-11 14:05:04 +0000 |
commit | f9301849687aaf7449738d7371b2c500f109c6e1 (patch) | |
tree | 65af3b015888197758d8d251949e001fed39c3ed | |
parent | 2ae814e9979d5a600e4c416626a5c3df418a3831 (diff) |
tax report!
-rw-r--r-- | FS/FS/Conf.pm | 4 | ||||
-rw-r--r-- | httemplate/index.html | 9 |
2 files changed, 5 insertions, 8 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index f3706f7ab..2311e64fb 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -665,8 +665,8 @@ httemplate/docs/config.html { 'key' => 'report_template', - 'section' => 'required', - 'description' => 'Required template file for reports. See the <a href="../docs/billing.html">billing documentation</a> for details.', + 'section' => 'deprecated', + 'description' => 'Deprecated template file for reports.', 'type' => 'textarea', }, diff --git a/httemplate/index.html b/httemplate/index.html index 2fc1dc384..8d9006e1d 100644 --- a/httemplate/index.html +++ b/httemplate/index.html @@ -69,14 +69,11 @@ <LI>all invoices (<A HREF="search/cust_bill.cgi?invnum">by invoice number</A>) (<A HREF="search/cust_bill.cgi?date">by date</A>) (<A HREF="search/cust_bill.cgi?custnum">by customer number</A>) </UL> <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="search/report_receivables.cgi">Accounts Receivable Aging Summary</A> <BR><BR><A HREF="search/report_prepaid_income.html">Prepaid Income (Unearned Revenue) Report</A> - <BR><BR>(old) Financial reports (being rewritten) - <UL> - <LI> <A HREF="search/report_tax.html">tax reports</A> - <LI> <A HREF="search/report_cc.html">credit card receipts</A> - <LI> <A HREF="search/report_credit.html">credit memos</A> - </UL> + <BR><BR><A HREF="search/report_tax.html">Sales Tax Liability Report</A> + <BR><BR> <CENTER><HR WIDTH="94%" NOSHADE></CENTER><BR> <A NAME="admin">Administration</a> <ul> |