diff options
author | ivan <ivan> | 2003-07-12 11:09:29 +0000 |
---|---|---|
committer | ivan <ivan> | 2003-07-12 11:09:29 +0000 |
commit | aec6a35826d23aa06d3d05f9d066cf497aa04cd5 (patch) | |
tree | b0ad0125c8f6edcfb8203ef69222bf80d2c43015 /httemplate/index.html | |
parent | fd17bda961ef38dfea0e4644b301c12a2eb980f2 (diff) |
- better description of payment search
- some clarification of services/packages vs. service/package
definitions in browse/part_{svc,pkg}.cgi
- package definition report by # of active customer packages (with links
to customer package listing)
Diffstat (limited to 'httemplate/index.html')
-rw-r--r-- | httemplate/index.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/httemplate/index.html b/httemplate/index.html index 159e35aca..d0867e601 100644 --- a/httemplate/index.html +++ b/httemplate/index.html @@ -68,7 +68,7 @@ <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> - <A HREF="search/report_cust_pay.html">Payments</A> + <A HREF="search/report_cust_pay.html">Payment Report (by type and/or date range)</A> <BR><BR>Financial reports <UL> <LI> <A HREF="search/report_receivables.cgi">current receivables</A> @@ -126,7 +126,8 @@ <LI><A HREF="search/cust_pkg.cgi?APKG_pkgnum">packages with unconfigured services (by package number)</A> <LI><A HREF="search/cust_pkg.html">packages (by next bill date range)</A> </UL> - Invoices + <A HREF="browse/part_pkg.cgi?active=1">Package definitions (by number of active packages)</A> + <BR><BR>Invoices <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>) @@ -136,7 +137,7 @@ <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> - <A HREF="search/report_cust_pay.html">Payments</A> + <A HREF="search/report_cust_pay.html">Payment Report (by type and/or date range)</A> <BR><BR>Financial reports <UL> <LI> <A HREF="search/report_receivables.cgi">current receivables</A> |