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/index.html | |
parent | f96fd39dcc9c2563f8ba2976f7b9d23c0b3fcc29 (diff) |
add some reporting features
Diffstat (limited to 'httemplate/index.html')
-rw-r--r-- | httemplate/index.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/httemplate/index.html b/httemplate/index.html index 386f6ec7c..aea44ad73 100644 --- a/httemplate/index.html +++ b/httemplate/index.html @@ -66,6 +66,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> + <BR><BR>Financial reports + <UL> + <LI> <A HREF="search/report_receivables.cgi">current receivables</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">credit memos</A> + </UL> <BR><CENTER><HR WIDTH="94%" NOSHADE></CENTER><BR> <A NAME="admin">Administration</a> <ul> |