diff options
| author | ivan <ivan> | 2002-02-20 22:03:17 +0000 | 
|---|---|---|
| committer | ivan <ivan> | 2002-02-20 22:03:17 +0000 | 
| commit | 3ee9cf763ae85effac0e99f9b09a080cfd29af6c (patch) | |
| tree | f322865b4852c23e7a8fb2082790dfe37a5a28a6 /httemplate/index.html | |
| parent | b4d4e05b95414fc334bf80474a0c10f639ac4ba1 (diff) | |
invoice reports belong here too
Diffstat (limited to 'httemplate/index.html')
| -rw-r--r-- | httemplate/index.html | 11 | 
1 files changed, 10 insertions, 1 deletions
| diff --git a/httemplate/index.html b/httemplate/index.html index f4bb6581c..921ddbea8 100644 --- a/httemplate/index.html +++ b/httemplate/index.html @@ -114,7 +114,16 @@          <LI><A HREF="search/cust_pkg.cgi?pkgnum">packages (by package number)</A>          <LI><A HREF="search/cust_pkg.cgi?APKG_pkgnum">packages with unconfigured services (by package number)</A>        </UL> -      <BR> +      Invoices +      <UL> +        <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>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>) +        <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>      </TD></TR>      </TABLE> | 
