diff options
author | jeff <jeff> | 2002-02-22 23:18:34 +0000 |
---|---|---|
committer | jeff <jeff> | 2002-02-22 23:18:34 +0000 |
commit | b50b2e5f94774268c271484f9c07bfe316f95527 (patch) | |
tree | 2dec4f5a1b4ed14bc2ae663acd6691e24c1cda9b /httemplate/classic.html | |
parent | f96fd39dcc9c2563f8ba2976f7b9d23c0b3fcc29 (diff) |
add some reporting features
Diffstat (limited to 'httemplate/classic.html')
-rw-r--r-- | httemplate/classic.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/httemplate/classic.html b/httemplate/classic.html index 406852adf..e56d04d8d 100644 --- a/httemplate/classic.html +++ b/httemplate/classic.html @@ -43,6 +43,13 @@ <LI>120 day open invoices (<A HREF="search/cust_bill.cgi?OPEN120_invnum">by invoice number</A>) (<A HREF="search/cust_bill.cgi?OPEN120_date">by date</A>) (<A HREF="search/cust_bill.cgi?OPEN120_custnum">by customer number</A>) <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> + <LI>financials + <UL> + <LI><A HREF="search/report_receivables.cgi">receivables report</A> + <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">in house credits</A> + </UL> <LI>packages <UL> <LI><A HREF="search/cust_pkg.cgi?pkgnum">packages (by package number)</A> |