diff options
author | ivan <ivan> | 2004-04-30 19:08:25 +0000 |
---|---|---|
committer | ivan <ivan> | 2004-04-30 19:08:25 +0000 |
commit | 2c8ef21f0421c660567dcf4b51e9f2257361444d (patch) | |
tree | 7ed1da9a8655c115e9e927014e07158b35b6bbbc | |
parent | da68b04985f2a81ebed467b0d35a46b94834bc2b (diff) |
15 day open invoice reports for qis
-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 6624a3f47..2fc1dc384 100644 --- a/httemplate/index.html +++ b/httemplate/index.html @@ -61,6 +61,7 @@ <UL> <LI><a href="search/cust_bill_event.html">Invoice event errors (failed credit cards)</a> <LI>open invoices (<A HREF="search/cust_bill.cgi?OPEN_invnum">by invoice number</A>) (<A HREF="search/cust_bill.cgi?OPEN_date">by date</A>) (<A HREF="search/cust_bill.cgi?OPEN_custnum">by customer number</A>) + <LI>15 day open invoices (<A HREF="search/cust_bill.cgi?OPEN15_invnum">by invoice number</A>) (<A HREF="search/cust_bill.cgi?OPEN15_date">by date</A>) (<A HREF="search/cust_bill.cgi?OPEN15_custnum">by customer number</A>) <LI>30 day open invoices (<A HREF="search/cust_bill.cgi?OPEN30_invnum">by invoice number</A>) (<A HREF="search/cust_bill.cgi?OPEN30_date">by date</A>) (<A HREF="search/cust_bill.cgi?OPEN30_custnum">by customer number</A>) <LI>60 day open invoices (<A HREF="search/cust_bill.cgi?OPEN60_invnum">by invoice number</A>) (<A HREF="search/cust_bill.cgi?OPEN60_date">by date</A>) (<A HREF="search/cust_bill.cgi?OPEN60_custnum">by customer number</A>) <LI>90 day open invoices (<A HREF="search/cust_bill.cgi?OPEN90_invnum">by invoice number</A>) (<A HREF="search/cust_bill.cgi?OPEN90_date">by date</A>) (<A HREF="search/cust_bill.cgi?OPEN90_custnum">by customer number</A>) |