diff options
author | ivan <ivan> | 2005-06-09 22:40:10 +0000 |
---|---|---|
committer | ivan <ivan> | 2005-06-09 22:40:10 +0000 |
commit | 0402f78ff052d950bc9fd4e4845b7d81d2196c47 (patch) | |
tree | 19bc13239867838c92548dfce076063f66cd7dd5 /httemplate/index.html | |
parent | 9788b10d423bb3e4c16989b08bcce6f1a78f3d89 (diff) |
advanced invoice serach, groundwork to add reprint/fax/email links to invoice search results
Diffstat (limited to 'httemplate/index.html')
-rw-r--r-- | httemplate/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/index.html b/httemplate/index.html index d70c32a44..167cd6f7b 100644 --- a/httemplate/index.html +++ b/httemplate/index.html @@ -136,6 +136,7 @@ <LI>120 day open invoices (<A HREF="search/cust_bill.html?OPEN120_invnum">by invoice number</A>) (<A HREF="search/cust_bill.html?OPEN120_date">by date</A>) (<A HREF="search/cust_bill.html?OPEN120_custnum">by customer number</A>) <LI>all invoices (<A HREF="search/cust_bill.html?invnum">by invoice number</A>) (<A HREF="search/cust_bill.html?date">by date</A>) (<A HREF="search/cust_bill.html?custnum">by customer number</A>) </UL> + <A HREF="search/report_cust_bill.html">Advanced invoice reports</A><BR><BR> Invoice event reports <UL> <LI><a href="search/cust_bill_event.html">All invoice events for a date range</a> |