From 51984ac3d3da3006809c6866fdecd4ad83610731 Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 30 Jul 2001 07:36:04 +0000 Subject: templates!!! --- httemplate/index.html | 89 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 httemplate/index.html (limited to 'httemplate/index.html') diff --git a/httemplate/index.html b/httemplate/index.html new file mode 100644 index 000000000..f24d354b1 --- /dev/null +++ b/httemplate/index.html @@ -0,0 +1,89 @@ + + + + Freeside Main Menu + + + + + +
+

+ Silicon Interactive Software Design +

+
freeside main menu
+
+ + Freeside home page + +
+ Documentation + +

+
+ + + -- cgit v1.2.1 From f5266a4d07d116efd732f433d0f4f3a47b143a7d Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 11 Sep 2001 00:08:18 +0000 Subject: faster (cached) fuzzy searches prelim. job queues! fixed part_svc editing --- httemplate/index.html | 1 + 1 file changed, 1 insertion(+) (limited to 'httemplate/index.html') diff --git a/httemplate/index.html b/httemplate/index.html index f24d354b1..2fbc06221 100644 --- a/httemplate/index.html +++ b/httemplate/index.html @@ -60,6 +60,7 @@
  • unlinked domains (by service number) (by domain)
  • NAS ports +
  • Joe queue
  • Administration
      -- cgit v1.2.1 From 87661d51ce44b78c5b156f4ee7c52e75a9d38746 Mon Sep 17 00:00:00 2001 From: ivan Date: Sun, 16 Sep 2001 12:45:35 +0000 Subject: fix oops in FS::cust_main_invoice::replace preventing package cancellation add toggle switch to cust_main searching to show/hide cancelled customers. hidecancelledcustomers config file is just which state it starts in. add signupurl config file to enable showing of the customer's signup URL on the view page. --- httemplate/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'httemplate/index.html') diff --git a/httemplate/index.html b/httemplate/index.html index 2fbc06221..c45997608 100644 --- a/httemplate/index.html +++ b/httemplate/index.html @@ -34,7 +34,7 @@
  • Browse +
    +
      +
    • Configuration
    • Administration
      • View/Edit service definitions -- cgit v1.2.1 From 20c1183d2673b62bd0e29eb65f0a9a2c974b8027 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 30 Oct 2001 19:05:27 +0000 Subject: depriciate cust_pay_batch.trancode web interface to view pending batch --- httemplate/index.html | 1 + 1 file changed, 1 insertion(+) (limited to 'httemplate/index.html') diff --git a/httemplate/index.html b/httemplate/index.html index 236b72b20..97016e680 100644 --- a/httemplate/index.html +++ b/httemplate/index.html @@ -60,6 +60,7 @@
    • NAS ports
    • Joe queue +
    • Pending credit card batch

    -- cgit v1.2.1 From f80ce3a22396ec4290a6fdd8ae74cea05f335ec8 Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 10 Dec 2001 04:54:57 +0000 Subject: typo noticed by Dave Burgess , thanks. --- httemplate/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'httemplate/index.html') diff --git a/httemplate/index.html b/httemplate/index.html index 97016e680..85912c24f 100644 --- a/httemplate/index.html +++ b/httemplate/index.html @@ -59,7 +59,7 @@
  • unlinked domains (by service number) (by domain)
  • NAS ports -
  • Joe queue +
  • Job queue
  • Pending credit card batch -- cgit v1.2.1 From f91771606ce8a2bb4f2fa44e7bf54c9b7c945db6 Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 26 Dec 2001 05:19:01 +0000 Subject: expedited check entry --- httemplate/index.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'httemplate/index.html') diff --git a/httemplate/index.html b/httemplate/index.html index 85912c24f..dcf513703 100644 --- a/httemplate/index.html +++ b/httemplate/index.html @@ -26,7 +26,7 @@
  • accounts (by username)
  • domains (by domain) -
  • mail forwards (by ?) +
  • invoices (by invoice number)
  • Browse @@ -62,6 +62,10 @@
  • Job queue
  • Pending credit card batch +
  • Miscellaneous +
      -- cgit v1.2.1 From 92c43e05cdc7dc5c5a4f8d6b0017f7d699cda90d Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 26 Dec 2001 09:18:18 +0000 Subject: search by check # --- httemplate/index.html | 1 + 1 file changed, 1 insertion(+) (limited to 'httemplate/index.html') diff --git a/httemplate/index.html b/httemplate/index.html index dcf513703..d1abd0d61 100644 --- a/httemplate/index.html +++ b/httemplate/index.html @@ -28,6 +28,7 @@
    • invoices (by invoice number) +
    • checks (by check number)
  • Browse
      -- cgit v1.2.1 From 6991d4986df7fb3a6c7c49b5ae1b3713e87a16c4 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 29 Jan 2002 16:33:16 +0000 Subject: - web interface for hourly account charges! (FS::cust_pkg, FS::cust_svc and FS::svc_acct seconds_since methods) - Makefile target to regenerate HTML manpages on install - FS.pm doc update - $FS::Record::Debug now dumps all SQL - new FS::cust_main methods: ->cancel, ->invoicing_list_addpost - start of a billing event web interface - cust_pay::upgrade_replace doesn't error out if history includes overapplied payments --- httemplate/index.html | 1 + 1 file changed, 1 insertion(+) (limited to 'httemplate/index.html') diff --git a/httemplate/index.html b/httemplate/index.html index d1abd0d61..35ba8e85e 100644 --- a/httemplate/index.html +++ b/httemplate/index.html @@ -93,6 +93,7 @@ into counties and assign different tax rates to each.
    • View/Edit POPs - Points of Presence +
    • View/Edit invoice events - Actions for overdue invoices
    -- cgit v1.2.1 From 1eb7fd4c48cadb7a6c8e45c561cd16e01279a56a Mon Sep 17 00:00:00 2001 From: ivan Date: Sun, 10 Feb 2002 16:14:50 +0000 Subject: s/POP/Access Number/ in the webui --- httemplate/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'httemplate/index.html') diff --git a/httemplate/index.html b/httemplate/index.html index 35ba8e85e..99bfeecec 100644 --- a/httemplate/index.html +++ b/httemplate/index.html @@ -91,7 +91,7 @@
  • View/Edit locales and tax rates - Change tax rates, or break down a country into states, or a state into counties and assign different tax rates to each. -
  • View/Edit POPs +
  • View/Edit Access Numbers - Points of Presence
  • View/Edit invoice events - Actions for overdue invoices -- cgit v1.2.1 From c8ef41a7c63184ca2e696b88f303ff129662548b Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 19 Feb 2002 04:43:40 +0000 Subject: new main menu! --- httemplate/index.html | 164 ++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 119 insertions(+), 45 deletions(-) (limited to 'httemplate/index.html') diff --git a/httemplate/index.html b/httemplate/index.html index 99bfeecec..d423b842c 100644 --- a/httemplate/index.html +++ b/httemplate/index.html @@ -14,26 +14,50 @@ version 1.4.0
    Freeside home page
    Documentation +
    Classic interface -
    -
    -- cgit v1.2.1 From a7c1b602f88c177db34477ed4cdc1f72603f8995 Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 11 Apr 2002 22:05:31 +0000 Subject: (almost) everything for bug#375 - create export_svc table - part_svc to part_export is now properly many-to-many, not one-to-many still need to finish service editing (choosing exports) in httemplate/edit/part_svc.cgi and httemplate/edti/process/part_svc.cgi and do somethinga about that manual $svcdb = 'svc_acct' in httemplate/edit/part_export.cgi (do part_export records need a svcdb? probably not... should be able to just pass an svcdb on creation of new exports, move the big %exports hash into part_export.pm and allow httemplate/edit/part_svc.cgi to query it for exports that can apply to a given svcdb.... --- httemplate/index.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'httemplate/index.html') diff --git a/httemplate/index.html b/httemplate/index.html index 99d8df956..c638aec16 100644 --- a/httemplate/index.html +++ b/httemplate/index.html @@ -167,6 +167,8 @@
    • View/Edit service definitions - Services are items you offer to your customers. +
    • View/Edit exports + - Provisioning services to external machines, databases and APIs.
    • View/Edit package definitions - One or more services are grouped together into a package and given pricing information. Customers purchase packages, not -- cgit v1.2.1 From 8d77be096e5f1cec2d64182d1f95d13a1744a6d5 Mon Sep 17 00:00:00 2001 From: ivan Date: Sat, 13 Apr 2002 10:46:18 +0000 Subject: s/otaker/order-taker/ --- httemplate/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'httemplate/index.html') diff --git a/httemplate/index.html b/httemplate/index.html index c638aec16..ce476c01c 100644 --- a/httemplate/index.html +++ b/httemplate/index.html @@ -138,7 +138,7 @@
    Customers
    SQL query: SELECT
    -- cgit v1.2.1 From 993db36062c970439623b9b4e0cb7217a4acf9cc Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 16 Apr 2002 06:47:21 +0000 Subject: allow multiple search types on main menu... more confusing but default is *too* fuzzy --- httemplate/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'httemplate/index.html') diff --git a/httemplate/index.html b/httemplate/index.html index ce476c01c..934767dde 100644 --- a/httemplate/index.html +++ b/httemplate/index.html @@ -28,8 +28,8 @@
    New Customer
    -
    Last name or all customers by last name
    -
    Company or all customers by company
    +
    Last name or all customers by last name
    +
    Company or all customers by company
    Username or all accounts by username
    Domain or all domains
    -- cgit v1.2.1 From 4201aaaae8a957bc98ce345d3ee0e599da354766 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 16 Apr 2002 10:47:35 +0000 Subject: report on failed billing events... --- httemplate/index.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'httemplate/index.html') diff --git a/httemplate/index.html b/httemplate/index.html index 934767dde..b562a2280 100644 --- a/httemplate/index.html +++ b/httemplate/index.html @@ -58,6 +58,7 @@
    View pending credit card batch

    Invoice reports Invoices
      +
    • Invoice event errors (failed credit cards)
    • open invoices (by invoice number) (by date) (by customer number)
    • 30 day open invoices (by invoice number) (by date) (by customer number)
    • 60 day open invoices (by invoice number) (by date) (by customer number) -- cgit v1.2.1 From 223aeed3d2aa6e3f7d01870e726935523c832437 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 16 Apr 2002 19:50:42 +0000 Subject: exports, then services... --- httemplate/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'httemplate/index.html') diff --git a/httemplate/index.html b/httemplate/index.html index b562a2280..cd9ac4686 100644 --- a/httemplate/index.html +++ b/httemplate/index.html @@ -167,10 +167,10 @@ Configuration

      Administration
      -- cgit v1.2.1 From 6c6fb883997516b5369fe697ed79079a38f6c742 Mon Sep 17 00:00:00 2001 From: khoff Date: Wed, 24 Nov 2004 18:28:08 +0000 Subject: Added IP address search. --- httemplate/index.html | 1 + 1 file changed, 1 insertion(+) (limited to 'httemplate/index.html') diff --git a/httemplate/index.html b/httemplate/index.html index 0b968cf65..5189df97e 100644 --- a/httemplate/index.html +++ b/httemplate/index.html @@ -34,6 +34,7 @@
      Phone #

      Username or all accounts by username or uid

      Domain or all domains
      +
      IP Address or all services by svcnum or address block

      all mail forwards by svcnum

      all virtual hosts by svcnum

      all external services by svcnum
      -- cgit v1.2.1 From 52a2dbebe522c0866e18f09a169d39a0cbd4d7b8 Mon Sep 17 00:00:00 2001 From: ivan Date: Sat, 27 Nov 2004 19:09:47 +0000 Subject: ticket system integration framework and skin RT --- httemplate/index.html | 113 +++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 88 insertions(+), 25 deletions(-) (limited to 'httemplate/index.html') diff --git a/httemplate/index.html b/httemplate/index.html index 5189df97e..6283c2217 100644 --- a/httemplate/index.html +++ b/httemplate/index.html @@ -1,3 +1,5 @@ + +<% my $conf = new FS::Conf; %> @@ -6,22 +8,57 @@ </HEAD> <BODY BGCOLOR="#FFFFFF"> <table width="100%"> - <tr><td> + <tr> + <td rowspan=2> <IMG BORDER=0 ALT="freeside" SRC="images/small-logo.png"> - </td><td valign="top"> - <font color="#7f007b" size=7></font> - </td><td align=right valign=bottom> - version %%%VERSION%%% - <BR><A HREF="http://www.sisd.com/freeside">Freeside home page</A> - <BR><A HREF="docs/">Documentation</A> - </td></tr> + </td> + <td align=left rowspan=2> <!-- valign="top" --> + <font size=7>Billing</font> + </td> + <td align=right valign=top>Logged in as <b><%= getotaker %></b> + </td> + </tr> + <tr> + <td align=right valign=bottom> + + <table> + <tr> + <td align=right> + <FONT SIZE="-2"> + Freeside <%= $FS::VERSION %><BR> + <A HREF="http://www.sisd.com/freeside">Freeside home page</A><BR> + <A HREF="docs/">Documentation</A><BR> + </FONT> + </td> + <% if ( $conf->config('ticket_system') eq 'RT_Internal' ) { %> + <% eval "use RT;"; %> + <td bgcolor=#000000></td> + <td align=left> + <FONT SIZE="-2"> + RT <%= $RT::VERSION %><BR> + <A HREF="http://www.bestpractical.com/rt">RT home page</A><BR> + <A HREF="http://wiki.bestpractical.com/">Documentation</A><BR> + </FONT> + </td> + <% } %> + + </tr> + </table> + + </td> + </tr> </table> -<BR> -[<A NAME="customer_service" style="background-color: #cccccc"> Sales / Customer service </A>] -[ <A HREF="#bookkeeping">Bookkeeping / Collections</A> ] -[ <A HREF="#reports">Reports</A> ] -[ <A HREF="#sysadmin">Sysadmin</A> ] + <BR> + + +[<A NAME="customer_service" style="background-color: #cccccc"> Sales / Customer service </A>] +<% if ( $conf->config('ticket_system') ) { %> + [ <A HREF="#ticketing">Support / Ticketing</A> ] +<% } %> +[ <A HREF="#bookkeeping">Bookkeeping / Collections</A> ] +[ <A HREF="#reports">Reports</A> ] +[ <A HREF="#sysadmin">Sysadmin</A> ] <TABLE CELLSPACING=2 CELLPADDING=0 BORDER=0" WIDTH="100%" BGCOLOR="#eeeeee"> <TR><TH BGCOLOR="#cccccc">Sales / Customer service</TH></TR> <TR><TD> @@ -42,15 +79,35 @@ </TD></TR> </TABLE> + <BR><BR><BR> +<% if ( $conf->config('ticket_system') ) { %> + +[ <A HREF="#customer_service">Sales / Customer service</A> ] +[<A NAME="ticketing" style="background-color: #cccccc"> Support / Ticketing </A>] +[ <A HREF="#bookkeeping">Bookkeeping / Collections</A> ] +[ <A HREF="#reports">Reports</A> ] +[ <A HREF="#sysadmin">Sysadmin</A> ] + <TABLE CELLSPACING=2 CELLPADDING=0 BORDER=0" WIDTH="100%" BGCOLOR="#eeeeee"> + <TR><TH BGCOLOR="#cccccc">Support/Ticketing</TH></TR> + <TR><TD> + <BR><FONT SIZE="+1"><A HREF="rt/">Ticketing Main</A></FONT> + <BR> + </TD></TR> + </TABLE> <BR><BR><BR> +<% } %> + -[ <A HREF="#customer_service">Sales / Customer service</A> ] -[<A NAME="bookkeeping" style="background-color: #cccccc"> Bookkeeping / Collections </A>] -[ <A HREF="#reports">Reports</A> ] -[ <A HREF="#sysadmin">Sysadmin</A> ] +[ <A HREF="#customer_service">Sales / Customer service</A> ] +<% if ( $conf->config('ticket_system') ) { %> + [ <A HREF="#ticketing">Support / Ticketing</A> ] +<% } %> +[<A NAME="bookkeeping" style="background-color: #cccccc"> Bookkeeping / Collections </A>] +[ <A HREF="#reports">Reports</A> ] +[ <A HREF="#sysadmin">Sysadmin</A> ] <TABLE CELLSPACING=2 CELLPADDING=0 BORDER=0 WIDTH="100%" BGCOLOR="#eeeeee"> <TR><TH BGCOLOR="#cccccc">Bookkeeping / Collections</TH></TR> <TR><TD> @@ -107,10 +164,13 @@ -[ <A HREF="#customer_service">Sales / Customer service</A> ] -[ <A HREF="#bookkeeping">Bookkeeping / Collections</A> ] -[<A NAME="reports" style="background-color: #cccccc"> Reports </A>] -[ <A HREF="#sysadmin">Sysadmin</A> ] +[ <A HREF="#customer_service">Sales / Customer service</A> ] +<% if ( $conf->config('ticket_system') ) { %> + [ <A HREF="#ticketing">Support / Ticketing</A> ] +<% } %> +[ <A HREF="#bookkeeping">Bookkeeping / Collections</A> ] +[<A NAME="reports" style="background-color: #cccccc"> Reports </A>] +[ <A HREF="#sysadmin">Sysadmin</A> ] <TABLE CELLSPACING=2 CELLPADDING=0 BORDER=0 WIDTH="100%" BGCOLOR="#eeeeee"> <TR><TH BGCOLOR="#cccccc">Reports</TH></TR> <TR><TD> @@ -147,10 +207,13 @@ <BR><BR><BR> -[ <A HREF="#customer_service">Sales / Customer service</A> ] -[ <A HREF="#bookkeeping">Bookkeeping / Collections</A> ] -[ <A HREF="#reports">Reports</A> ] -[<A NAME="sysadmin" style="background-color: #cccccc"> Sysadmin </A>] +[ <A HREF="#customer_service">Sales / Customer service</A> ] +<% if ( $conf->config('ticket_system') ) { %> + [ <A HREF="#ticketing">Support / Ticketing</A> ] +<% } %> +[ <A HREF="#bookkeeping">Bookkeeping / Collections</A> ] +[ <A HREF="#reports">Reports</A> ] +[<A NAME="sysadmin" style="background-color: #cccccc"> Sysadmin </A>] <TABLE CELLSPACING=2 CELLPADDING=0 BORDER=0 WIDTH="100%" BGCOLOR="#eeeeee"> <TR><TH BGCOLOR="#cccccc">Sysadmin</TH></TR> <TR><TD> -- cgit v1.2.1 From 0d1d2630e726ab4ce32bab9c3e4a889eee43fcb4 Mon Sep 17 00:00:00 2001 From: ivan <ivan> Date: Thu, 2 Dec 2004 09:59:48 +0000 Subject: second big RT integration checkin, customer linking/delinking interface --- httemplate/index.html | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'httemplate/index.html') diff --git a/httemplate/index.html b/httemplate/index.html index 6283c2217..360cc55e9 100644 --- a/httemplate/index.html +++ b/httemplate/index.html @@ -13,7 +13,7 @@ <IMG BORDER=0 ALT="freeside" SRC="images/small-logo.png"> </td> <td align=left rowspan=2> <!-- valign="top" --> - <font size=7>Billing</font> + <font size=6><%= $conf->config('company_name') %> Billing</font> </td> <td align=right valign=top>Logged in as <b><%= getotaker %></b> </td> @@ -25,8 +25,7 @@ <tr> <td align=right> <FONT SIZE="-2"> - Freeside <%= $FS::VERSION %><BR> - <A HREF="http://www.sisd.com/freeside">Freeside home page</A><BR> + <A HREF="http://www.sisd.com/freeside">Freeside</A> v<%= $FS::VERSION %><BR> <A HREF="docs/">Documentation</A><BR> </FONT> </td> @@ -35,8 +34,7 @@ <td bgcolor=#000000></td> <td align=left> <FONT SIZE="-2"> - RT <%= $RT::VERSION %><BR> - <A HREF="http://www.bestpractical.com/rt">RT home page</A><BR> + <A HREF="http://www.bestpractical.com/rt">RT<A> v<%= $RT::VERSION %><BR> <A HREF="http://wiki.bestpractical.com/">Documentation</A><BR> </FONT> </td> @@ -93,6 +91,10 @@ <TR><TD> <BR><FONT SIZE="+1"><A HREF="rt/">Ticketing Main</A></FONT> <BR> + <UL> + <LI><A HREF="search/cust_main.cgi?browse=tickets">Customers sorted by active tickets</A> + <LI><A HREF="">Active tickets not assigned to a customer</A> + <LI> </TD></TR> </TABLE> -- cgit v1.2.1 From f818dc0124dfd284d999a31448d14a8cd9150c65 Mon Sep 17 00:00:00 2001 From: ivan <ivan> Date: Thu, 9 Dec 2004 11:17:44 +0000 Subject: finish up for now --- httemplate/index.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'httemplate/index.html') diff --git a/httemplate/index.html b/httemplate/index.html index 360cc55e9..31d9619f1 100644 --- a/httemplate/index.html +++ b/httemplate/index.html @@ -90,10 +90,11 @@ <TR><TH BGCOLOR="#cccccc">Support/Ticketing</TH></TR> <TR><TD> <BR><FONT SIZE="+1"><A HREF="rt/">Ticketing Main</A></FONT> - <BR> + <BR><BR> + Reports <UL> <LI><A HREF="search/cust_main.cgi?browse=tickets">Customers sorted by active tickets</A> - <LI><A HREF="">Active tickets not assigned to a customer</A> + <!-- <LI><A HREF="">Active tickets not assigned to a customer</A> --> <LI> </TD></TR> </TABLE> -- cgit v1.2.1 From 2b4d6bde61c882745f46ee336c26cc011cf0e17b Mon Sep 17 00:00:00 2001 From: ivan <ivan> Date: Thu, 9 Dec 2004 21:53:20 +0000 Subject: remove extra list item for now --- httemplate/index.html | 1 - 1 file changed, 1 deletion(-) (limited to 'httemplate/index.html') diff --git a/httemplate/index.html b/httemplate/index.html index 31d9619f1..cd1021742 100644 --- a/httemplate/index.html +++ b/httemplate/index.html @@ -95,7 +95,6 @@ <UL> <LI><A HREF="search/cust_main.cgi?browse=tickets">Customers sorted by active tickets</A> <!-- <LI><A HREF="">Active tickets not assigned to a customer</A> --> - <LI> </TD></TR> </TABLE> -- cgit v1.2.1 From 2cddd2e5f77c3a10676510b6c6bc2ca48459d117 Mon Sep 17 00:00:00 2001 From: ivan <ivan> Date: Mon, 13 Dec 2004 09:13:27 +0000 Subject: add config option for address2 search, closes: Bug#1022 --- httemplate/index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'httemplate/index.html') diff --git a/httemplate/index.html b/httemplate/index.html index cd1021742..868fec2d4 100644 --- a/httemplate/index.html +++ b/httemplate/index.html @@ -65,7 +65,9 @@ <BR><FORM ACTION="search/cust_main.cgi" METHOD="POST"><INPUT TYPE="hidden" NAME="custnum_on" VALUE="1">Customer # <INPUT TYPE="text" NAME="custnum_text"><INPUT TYPE="submit" VALUE="Search"> or <A HREF="search/cust_main.cgi?browse=custnum">all customers by customer number</A></FORM> <FORM ACTION="search/cust_main.cgi" METHOD="POST"><INPUT TYPE="hidden" NAME="last_on" VALUE="1">Last name <INPUT TYPE="text" NAME="last_text"><SELECT NAME="last_type"><OPTION SELECTED VALUE="All">(all)</OPTION><OPTION>Fuzzy<OPTION>Substring</OPTION><OPTION>Exact</OPTION></SELECT><INPUT TYPE="submit" VALUE="Search"> or <A HREF="search/cust_main.cgi?browse=last">all customers by last name</A></FORM> <FORM ACTION="search/cust_main.cgi" METHOD="POST"><INPUT TYPE="hidden" NAME="company_on" VALUE="1">Company <INPUT TYPE="text" NAME="company_text"><SELECT NAME="company_type"><OPTION SELECTED VALUE="All">(all)</OPTION><OPTION>Fuzzy<OPTION>Substring</OPTION><OPTION>Exact</OPTION></SELECT><INPUT TYPE="submit" VALUE="Search"> or <A HREF="search/cust_main.cgi?browse=company">all customers by company</A></FORM> -<!-- <FORM ACTION="search/cust_main.cgi" METHOD="POST"><INPUT TYPE="hidden" NAME="address2_on" VALUE="1">Unit <INPUT TYPE="text" NAME="address2_text"><INPUT TYPE="submit" VALUE="Search"></FORM>--> +<% if ( $conf->exists('address2-search') ) { %> + <FORM ACTION="search/cust_main.cgi" METHOD="POST"><INPUT TYPE="hidden" NAME="address2_on" VALUE="1">Unit <INPUT TYPE="text" NAME="address2_text"><INPUT TYPE="submit" VALUE="Search"></FORM> +<% } %> <FORM ACTION="search/cust_main.cgi" METHOD="POST"><INPUT TYPE="hidden" NAME="phone_on" VALUE="1">Phone # <INPUT TYPE="text" NAME="phone_text"><INPUT TYPE="submit" VALUE="Search"></FORM> <BR><FORM ACTION="search/svc_acct.cgi" METHOD="POST">Username <INPUT TYPE="text" NAME="username"><SELECT NAME="username_type"><OPTION VALUE="All">(all)</OPTION><OPTION>Fuzzy</OPTION><OPTION>Substring</OPTION><OPTION SELECTED>Exact</OPTION></SELECT><INPUT TYPE="submit" VALUE="Search"> or <A HREF="search/svc_acct.cgi?username">all accounts by username</A> or <A HREF="search/svc_acct.cgi?uid">uid</A></FORM> <BR><FORM ACTION="search/svc_domain.cgi" METHOD="POST">Domain <INPUT TYPE="text" NAME="domain"><INPUT TYPE="submit" VALUE="Search"> or <A HREF="search/svc_domain.cgi?domain">all domains</A></FORM> -- cgit v1.2.1 From 01ab1548800f26daa9eb61707dd58ed0d4d6362f Mon Sep 17 00:00:00 2001 From: ivan <ivan> Date: Sat, 18 Dec 2004 10:52:35 +0000 Subject: fix spelling --- httemplate/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'httemplate/index.html') diff --git a/httemplate/index.html b/httemplate/index.html index 868fec2d4..2d326b539 100644 --- a/httemplate/index.html +++ b/httemplate/index.html @@ -123,7 +123,7 @@ <BR><A HREF="browse/cust_pay_batch.cgi">View pending credit card batch</A> <BR><BR><A HREF="search/cust_pkg_report.cgi">Packages (by next bill date range)</A> <BR><BR>Invoice reports <UL> - <LI><a href="search/cust_bill_event.html">Invoice event errors (failed credit cards, procesoor or printer problems, etc.)</a> + <LI><a href="search/cust_bill_event.html">Invoice event errors (failed credit cards, processor or printer problems, etc.)</a> <LI>open invoices (<A HREF="search/cust_bill.html?OPEN_invnum">by invoice number</A>) (<A HREF="search/cust_bill.html?OPEN_date">by date</A>) (<A HREF="search/cust_bill.html?OPEN_custnum">by customer number</A>) <LI>15 day open invoices (<A HREF="search/cust_bill.html?OPEN15_invnum">by invoice number</A>) (<A HREF="search/cust_bill.html?OPEN15_date">by date</A>) (<A HREF="search/cust_bill.html?OPEN15_custnum">by customer number</A>) <LI>30 day open invoices (<A HREF="search/cust_bill.html?OPEN30_invnum">by invoice number</A>) (<A HREF="search/cust_bill.html?OPEN30_date">by date</A>) (<A HREF="search/cust_bill.html?OPEN30_custnum">by customer number</A>) -- cgit v1.2.1 From 34647c32b50ce3b8ee1b6d3d7aef4ba9d0297bdb Mon Sep 17 00:00:00 2001 From: ivan <ivan> Date: Sun, 6 Mar 2005 03:04:29 +0000 Subject: add Excel and CSV download of templated reports and clean up their HTML formatting, closes; Bug#520, Bug#1107 --- httemplate/index.html | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'httemplate/index.html') diff --git a/httemplate/index.html b/httemplate/index.html index 2d326b539..b3b1c231a 100644 --- a/httemplate/index.html +++ b/httemplate/index.html @@ -62,16 +62,16 @@ <TR><TD> <BR><FONT SIZE="+1"><A HREF="edit/cust_main.cgi">New Customer</A></FONT> <BR> - <BR><FORM ACTION="search/cust_main.cgi" METHOD="POST"><INPUT TYPE="hidden" NAME="custnum_on" VALUE="1">Customer # <INPUT TYPE="text" NAME="custnum_text"><INPUT TYPE="submit" VALUE="Search"> or <A HREF="search/cust_main.cgi?browse=custnum">all customers by customer number</A></FORM> - <FORM ACTION="search/cust_main.cgi" METHOD="POST"><INPUT TYPE="hidden" NAME="last_on" VALUE="1">Last name <INPUT TYPE="text" NAME="last_text"><SELECT NAME="last_type"><OPTION SELECTED VALUE="All">(all)</OPTION><OPTION>Fuzzy<OPTION>Substring</OPTION><OPTION>Exact</OPTION></SELECT><INPUT TYPE="submit" VALUE="Search"> or <A HREF="search/cust_main.cgi?browse=last">all customers by last name</A></FORM> - <FORM ACTION="search/cust_main.cgi" METHOD="POST"><INPUT TYPE="hidden" NAME="company_on" VALUE="1">Company <INPUT TYPE="text" NAME="company_text"><SELECT NAME="company_type"><OPTION SELECTED VALUE="All">(all)</OPTION><OPTION>Fuzzy<OPTION>Substring</OPTION><OPTION>Exact</OPTION></SELECT><INPUT TYPE="submit" VALUE="Search"> or <A HREF="search/cust_main.cgi?browse=company">all customers by company</A></FORM> + <BR><FORM ACTION="search/cust_main.cgi" METHOD="GET"><INPUT TYPE="hidden" NAME="custnum_on" VALUE="1">Customer # <INPUT TYPE="text" NAME="custnum_text"><INPUT TYPE="submit" VALUE="Search"> or <A HREF="search/cust_main.cgi?browse=custnum">all customers by customer number</A></FORM> + <FORM ACTION="search/cust_main.cgi" METHOD="GET"><INPUT TYPE="hidden" NAME="last_on" VALUE="1">Last name <INPUT TYPE="text" NAME="last_text"><SELECT NAME="last_type"><OPTION SELECTED VALUE="All">(all)</OPTION><OPTION>Fuzzy<OPTION>Substring</OPTION><OPTION>Exact</OPTION></SELECT><INPUT TYPE="submit" VALUE="Search"> or <A HREF="search/cust_main.cgi?browse=last">all customers by last name</A></FORM> + <FORM ACTION="search/cust_main.cgi" METHOD="GET"><INPUT TYPE="hidden" NAME="company_on" VALUE="1">Company <INPUT TYPE="text" NAME="company_text"><SELECT NAME="company_type"><OPTION SELECTED VALUE="All">(all)</OPTION><OPTION>Fuzzy<OPTION>Substring</OPTION><OPTION>Exact</OPTION></SELECT><INPUT TYPE="submit" VALUE="Search"> or <A HREF="search/cust_main.cgi?browse=company">all customers by company</A></FORM> <% if ( $conf->exists('address2-search') ) { %> - <FORM ACTION="search/cust_main.cgi" METHOD="POST"><INPUT TYPE="hidden" NAME="address2_on" VALUE="1">Unit <INPUT TYPE="text" NAME="address2_text"><INPUT TYPE="submit" VALUE="Search"></FORM> + <FORM ACTION="search/cust_main.cgi" METHOD="GET"><INPUT TYPE="hidden" NAME="address2_on" VALUE="1">Unit <INPUT TYPE="text" NAME="address2_text"><INPUT TYPE="submit" VALUE="Search"></FORM> <% } %> - <FORM ACTION="search/cust_main.cgi" METHOD="POST"><INPUT TYPE="hidden" NAME="phone_on" VALUE="1">Phone # <INPUT TYPE="text" NAME="phone_text"><INPUT TYPE="submit" VALUE="Search"></FORM> - <BR><FORM ACTION="search/svc_acct.cgi" METHOD="POST">Username <INPUT TYPE="text" NAME="username"><SELECT NAME="username_type"><OPTION VALUE="All">(all)</OPTION><OPTION>Fuzzy</OPTION><OPTION>Substring</OPTION><OPTION SELECTED>Exact</OPTION></SELECT><INPUT TYPE="submit" VALUE="Search"> or <A HREF="search/svc_acct.cgi?username">all accounts by username</A> or <A HREF="search/svc_acct.cgi?uid">uid</A></FORM> - <BR><FORM ACTION="search/svc_domain.cgi" METHOD="POST">Domain <INPUT TYPE="text" NAME="domain"><INPUT TYPE="submit" VALUE="Search"> or <A HREF="search/svc_domain.cgi?domain">all domains</A></FORM> - <BR><FORM ACTION="search/svc_broadband.cgi" METHOD="POST">IP Address <INPUT TYPE="text" NAME="ip_addr"><INPUT TYPE="submit" VALUE="Search"> or <A HREF="search/svc_broadband.cgi?svcnum">all services by svcnum</A> or <A HREF="search/svc_broadband.cgi?blocknum">address block</A></FORM> + <FORM ACTION="search/cust_main.cgi" METHOD="GET"><INPUT TYPE="hidden" NAME="phone_on" VALUE="1">Phone # <INPUT TYPE="text" NAME="phone_text"><INPUT TYPE="submit" VALUE="Search"></FORM> + <BR><FORM ACTION="search/svc_acct.cgi" METHOD="GET">Username <INPUT TYPE="text" NAME="username"><SELECT NAME="username_type"><OPTION VALUE="All">(all)</OPTION><OPTION>Fuzzy</OPTION><OPTION>Substring</OPTION><OPTION SELECTED>Exact</OPTION></SELECT><INPUT TYPE="submit" VALUE="Search"> or <A HREF="search/svc_acct.cgi?username">all accounts by username</A> or <A HREF="search/svc_acct.cgi?uid">uid</A></FORM> + <BR><FORM ACTION="search/svc_domain.cgi" METHOD="GET">Domain <INPUT TYPE="text" NAME="domain"><INPUT TYPE="submit" VALUE="Search"> or <A HREF="search/svc_domain.cgi?domain">all domains</A></FORM> + <BR><FORM ACTION="search/svc_broadband.cgi" METHOD="GET">IP Address <INPUT TYPE="text" NAME="ip_addr"><INPUT TYPE="submit" VALUE="Search"> or <A HREF="search/svc_broadband.cgi?svcnum">all services by svcnum</A> or <A HREF="search/svc_broadband.cgi?blocknum">address block</A></FORM> <BR><A HREF="search/svc_forward.cgi?svcnum">all mail forwards by svcnum</A><BR> <BR><A HREF="search/svc_www.cgi?svcnum">all virtual hosts by svcnum</A><BR> <BR><A HREF="search/svc_external.cgi?svcnum">all external services by svcnum</A><BR> @@ -117,9 +117,9 @@ <TR><TD> <BR><A HREF="search/cust_main-quickpay.html">Quick payment entry</A> <BR> - <BR><FORM ACTION="search/cust_main.cgi" METHOD="POST">Credit card # <INPUT TYPE="hidden" NAME="card_on" VALUE="1"><INPUT TYPE="text" NAME="card"><INPUT TYPE="submit" VALUE="Search"></FORM> - <FORM ACTION="search/cust_bill.html" METHOD="POST">Invoice # <INPUT TYPE="text" NAME="invnum" SIZE="8"><INPUT TYPE="submit" VALUE="Search"></FORM> - <FORM ACTION="search/cust_pay.cgi" METHOD="POST">Check # <INPUT TYPE="text" NAME="payinfo" SIZE="8"><INPUT TYPE="hidden" NAME="payby" VALUE="BILL"><INPUT TYPE="submit" VALUE="Search"></FORM> + <BR><FORM ACTION="search/cust_main.cgi" METHOD="GET">Credit card # <INPUT TYPE="hidden" NAME="card_on" VALUE="1"><INPUT TYPE="text" NAME="card"><INPUT TYPE="submit" VALUE="Search"></FORM> + <FORM ACTION="search/cust_bill.html" METHOD="GET">Invoice # <INPUT TYPE="text" NAME="invnum" SIZE="8"><INPUT TYPE="submit" VALUE="Search"></FORM> + <FORM ACTION="search/cust_pay.cgi" METHOD="GET">Check # <INPUT TYPE="text" NAME="payinfo" SIZE="8"><INPUT TYPE="hidden" NAME="payby" VALUE="BILL"><INPUT TYPE="submit" VALUE="Search"></FORM> <BR><A HREF="browse/cust_pay_batch.cgi">View pending credit card batch</A> <BR><BR><A HREF="search/cust_pkg_report.cgi">Packages (by next bill date range)</A> <BR><BR>Invoice reports <UL> @@ -200,7 +200,7 @@ <UL> <LI><A HREF="search/cust_main-otaker.cgi">Search customers by ordering employee</A> </UL> - <FORM ACTION="search/sql.html" METHOD="POST">SQL query: <TT>SELECT </TT><INPUT TYPE="text" NAME="sql" SIZE=32><INPUT TYPE="submit" VALUE="Query"></FORM> + <FORM ACTION="search/sql.html" METHOD="GET">SQL query: <TT>SELECT </TT><INPUT TYPE="text" NAME="sql" SIZE=32><INPUT TYPE="submit" VALUE="Query"></FORM> <BR> </TD></TR> -- cgit v1.2.1 From b5fbaadb1cb2893660e460a1d4a3cabe02774de7 Mon Sep 17 00:00:00 2001 From: ivan <ivan> Date: Sat, 12 Mar 2005 14:31:50 +0000 Subject: - bring prepaid support into this century (close: Bug#1124) - finally get rid of fs_signup (everything is in fs_selfservice now) (Bug#413) - organize main menu sysadmin section so it is slightly less confusing --- httemplate/index.html | 59 +++++++++++++++++++++++++-------------------------- 1 file changed, 29 insertions(+), 30 deletions(-) (limited to 'httemplate/index.html') diff --git a/httemplate/index.html b/httemplate/index.html index b3b1c231a..c2676025f 100644 --- a/httemplate/index.html +++ b/httemplate/index.html @@ -139,26 +139,6 @@ <BR><BR><A HREF="search/report_prepaid_income.html">Prepaid Income (Unearned Revenue) Report</A> <BR><BR><A HREF="search/report_tax.html">Sales Tax Liability Report</A> <BR><BR> - <CENTER><HR WIDTH="94%" NOSHADE></CENTER><BR> - <A NAME="admin">Administration</a> - <ul> - <LI><A HREF="browse/part_pkg.cgi">View/Edit package definitions</A> - - One or more services are grouped together into a package and - given pricing information. Customers purchase packages, not - services. -<!-- <LI><A HREF="browse/agent_type.cgi">View/Edit agent types</A> - - Agent types define groups of package definitions that you can - then assign to particular agents. - <LI><A HREF="browse/agent.cgi">View/Edit agents</A> - - Agents are resellers of your service. Agents may be limited - to a subset of your full offerings (via their type). ---> - <LI><A HREF="browse/cust_main_county.cgi">View/Edit locales and tax rates</A> - - Change tax rates, or break down a country into states, or a state - into counties and assign different tax rates to each. - <LI><A HREF="browse/part_bill_event.cgi">View/Edit invoice events</A> - Actions for overdue invoices - </ul> - <BR> </TD></TR> </TABLE> @@ -232,7 +212,7 @@ <BR><A HREF="misc/dump.cgi">Download database dump</A> <BR><BR><CENTER><HR WIDTH="94%" NOSHADE></CENTER><BR> <A NAME="config" HREF="config/config-view.cgi">Configuration</a><!-- - <font size="+2" color="#ff0000">start here</font> --> - <BR><BR><A NAME="admin">Administration</a> + <BR><BR><A NAME="admin">Provisioning, services and packages</a> <ul> <LI><A HREF="browse/part_export.cgi">View/Edit exports</A> - Provisioning services to external machines, databases and APIs. @@ -242,30 +222,49 @@ - One or more services are grouped together into a package and given pricing information. Customers purchase packages, not services. + </ul> + <A NAME="admin_agent">Resellers</a> + <ul> <LI><A HREF="browse/agent_type.cgi">View/Edit agent types</A> - Agent types define groups of package definitions that you can then assign to particular agents. <LI><A HREF="browse/agent.cgi">View/Edit agents</A> - Agents are resellers of your service. Agents may be limited to a subset of your full offerings (via their type). - <LI><A HREF="browse/part_referral.cgi">View/Edit advertising sources</A> - - Where a customer heard about your service. Tracked for - informational purposes. + </ul> + <A NAME="admin_billing">Billing</a> + <ul> + <LI><A HREF="browse/part_bill_event.cgi">View/Edit invoice events</A> + - Actions for overdue invoices + <LI><A HREF="search/prepay_credit.html">View/Edit prepaid cards</A> + - View outstanding cards, generate new cards + <LI><A HREF="browse/rate.cgi">View/Edit call rates and regions</A> + - Manage rate plans, regions and prefixes for VoIP and call billing. <LI><A HREF="browse/cust_main_county.cgi">View/Edit locales and tax rates</A> - Change tax rates, or break down a country into states, or a state into counties and assign different tax rates to each. + </ul> + <A NAME="admin_svc_acct">Dialup</a> + <ul> <LI><A HREF="browse/svc_acct_pop.cgi">View/Edit access numbers</A> - Points of Presence - <LI><A HREF="browse/part_bill_event.cgi">View/Edit invoice events</A> - Actions for overdue invoices - <LI><A HREF="browse/msgcat.cgi">View/Edit message catalog</A> - Change error messages and other customizable labels. - <LI><A HREF="browse/part_virtual_field.cgi">View/Edit virtual fields</A> - - Locally defined fields + </ul> + <A NAME="admin_svc_broadband">Fixed (username-less) broadband</a> + <ul> <LI><A HREF="browse/router.cgi">View/Edit routers</A> - Broadband access routers <LI><A HREF="browse/addr_block.cgi">View/Edit address blocks</A> - Manage address blocks and block assignments to broadband routers. - <LI><A HREF="browse/rate.cgi">View/Edit call rates and regions</A> - - Manage rate plans, regions and prefixes for VoIP and call billing. + </ul> + <A NAME="admin_misc">Miscellaneous</a> + <ul> + <LI><A HREF="browse/part_referral.cgi">View/Edit advertising sources</A> + - Where a customer heard about your service. Tracked for + informational purposes. + <LI><A HREF="browse/part_virtual_field.cgi">View/Edit virtual fields</A> + - Locally defined fields + <LI><A HREF="browse/msgcat.cgi">View/Edit message catalog</A> + - Change error messages and other customizable labels. </ul> <BR> </TD></TR> -- cgit v1.2.1 From 144aa1ef3dc3e0dbc2d32edf1dde1ad88da5afe0 Mon Sep 17 00:00:00 2001 From: khoff <khoff> Date: Tue, 29 Mar 2005 01:41:56 +0000 Subject: A few RT_External fixes. --- httemplate/index.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'httemplate/index.html') diff --git a/httemplate/index.html b/httemplate/index.html index c2676025f..90a14b1d5 100644 --- a/httemplate/index.html +++ b/httemplate/index.html @@ -91,12 +91,17 @@ <TABLE CELLSPACING=2 CELLPADDING=0 BORDER=0" WIDTH="100%" BGCOLOR="#eeeeee"> <TR><TH BGCOLOR="#cccccc">Support/Ticketing</TH></TR> <TR><TD> + <% if ( $conf->config('ticket_system') eq 'RT_Internal' ) { %> <BR><FONT SIZE="+1"><A HREF="rt/">Ticketing Main</A></FONT> <BR><BR> Reports <UL> <LI><A HREF="search/cust_main.cgi?browse=tickets">Customers sorted by active tickets</A> - <!-- <LI><A HREF="">Active tickets not assigned to a customer</A> --> + <!-- <LI><A HREF="">Active tickets not assigned to a customer</A> --> + <% } else { %> + <BR><FONT SIZE="+1"><A HREF="<%=FS::TicketSystem->baseurl()%>">Ticketing Main</A></FONT> + <BR><BR> + <% } %> </TD></TR> </TABLE> -- cgit v1.2.1 From 684a478c0f88e5bf6d1d3f32f4618089146b5709 Mon Sep 17 00:00:00 2001 From: ivan <ivan> Date: Thu, 2 Jun 2005 09:29:56 +0000 Subject: add ability to search on a date range of invoice events and then reprint or reemail (boy was that a bit more work than i expected), closes: Bug#946 --- httemplate/index.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'httemplate/index.html') diff --git a/httemplate/index.html b/httemplate/index.html index 90a14b1d5..d70c32a44 100644 --- a/httemplate/index.html +++ b/httemplate/index.html @@ -128,7 +128,6 @@ <BR><A HREF="browse/cust_pay_batch.cgi">View pending credit card batch</A> <BR><BR><A HREF="search/cust_pkg_report.cgi">Packages (by next bill date range)</A> <BR><BR>Invoice reports <UL> - <LI><a href="search/cust_bill_event.html">Invoice event errors (failed credit cards, processor or printer problems, etc.)</a> <LI>open invoices (<A HREF="search/cust_bill.html?OPEN_invnum">by invoice number</A>) (<A HREF="search/cust_bill.html?OPEN_date">by date</A>) (<A HREF="search/cust_bill.html?OPEN_custnum">by customer number</A>) <LI>15 day open invoices (<A HREF="search/cust_bill.html?OPEN15_invnum">by invoice number</A>) (<A HREF="search/cust_bill.html?OPEN15_date">by date</A>) (<A HREF="search/cust_bill.html?OPEN15_custnum">by customer number</A>) <LI>30 day open invoices (<A HREF="search/cust_bill.html?OPEN30_invnum">by invoice number</A>) (<A HREF="search/cust_bill.html?OPEN30_date">by date</A>) (<A HREF="search/cust_bill.html?OPEN30_custnum">by customer number</A>) @@ -137,6 +136,11 @@ <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> + Invoice event reports + <UL> + <LI><a href="search/cust_bill_event.html">All invoice events for a date range</a> + <LI><a href="search/cust_bill_event.html?failed=1">Invoice event errors for a date range (failed credit cards, processor or printer problems, etc.)</a> + </UL> <A HREF="search/report_cust_pay.html">Payment report (by type and/or date range)</A> <BR><BR><A HREF="search/report_cust_credit.html">Credit report (by employee and/or date range)</A> <BR><BR><A HREF="graph/money_time.cgi">Sales, Credits and Receipts Summary</A> -- cgit v1.2.1 From 0402f78ff052d950bc9fd4e4845b7d81d2196c47 Mon Sep 17 00:00:00 2001 From: ivan <ivan> Date: Thu, 9 Jun 2005 22:40:10 +0000 Subject: advanced invoice serach, groundwork to add reprint/fax/email links to invoice search results --- httemplate/index.html | 1 + 1 file changed, 1 insertion(+) (limited to 'httemplate/index.html') 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> -- cgit v1.2.1 From 49d7852b0a4f44ada7bf704ebdaaa856a9e828a3 Mon Sep 17 00:00:00 2001 From: ivan <ivan> Date: Thu, 14 Jul 2005 11:31:35 +0000 Subject: add unlinked mail forward (svc_forward) report --- httemplate/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'httemplate/index.html') diff --git a/httemplate/index.html b/httemplate/index.html index 167cd6f7b..067fec5d1 100644 --- a/httemplate/index.html +++ b/httemplate/index.html @@ -173,7 +173,7 @@ Auditing pre-Freeside services with no customer record <UL> <LI>unlinked accounts (<A HREF="search/svc_acct.cgi?UN_svcnum">by service number</A>) (<A HREF="search/svc_acct.cgi?UN_username">by username</A>) (<A HREF="search/svc_acct.cgi?UN_uid">by uid</A>) -<!-- <LI>unlinked mail forwards (<A HREF="search/svc_forward.cgi?UN_svcnum">by service number</A>) (by ?)) --> + <LI>unlinked mail forwards (<A HREF="search/svc_forward.cgi?UN_svcnum">by service number</A>) <LI>unlinked domains (<A HREF="search/svc_domain.cgi?UN_svcnum">by service number</A>) (<A HREF="search/svc_domain.cgi?UN_domain">by domain</A>) <LI>unlinked externals (<A HREF="search/svc_external.cgi?UN_svcnum">by service number</A>) (<A HREF="search/svc_external.cgi?UN_id">by id</A>) </UL> -- cgit v1.2.1 From feef0e4c2b4bd6b776b25f5a1bd6fdbf63fd08b2 Mon Sep 17 00:00:00 2001 From: ivan <ivan> Date: Wed, 17 Aug 2005 22:23:46 +0000 Subject: infrastructure for easier schema changes, and: add payment_gateway, payment_gateway_option and agent_payment_gateway tables, add paystart_month, paystart_year, payissue and payip fields to cust_main, add preliminary gateway and gateway override editing to web UI, use payment gateway override when processing payments (card type, not taxclass yet) --- httemplate/index.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'httemplate/index.html') diff --git a/httemplate/index.html b/httemplate/index.html index 067fec5d1..82a028126 100644 --- a/httemplate/index.html +++ b/httemplate/index.html @@ -244,6 +244,8 @@ </ul> <A NAME="admin_billing">Billing</a> <ul> + <LI><A HREF="browse/payment_gateway.html">View/Edit payment gateways</A> + - Credit card and electronic check processors <LI><A HREF="browse/part_bill_event.cgi">View/Edit invoice events</A> - Actions for overdue invoices <LI><A HREF="search/prepay_credit.html">View/Edit prepaid cards</A> -- cgit v1.2.1 From 550685eff557af23e242c545d6a9e27a7ef44f23 Mon Sep 17 00:00:00 2001 From: ivan <ivan> Date: Mon, 10 Oct 2005 12:20:57 +0000 Subject: updated quick payment entry --- httemplate/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'httemplate/index.html') diff --git a/httemplate/index.html b/httemplate/index.html index 82a028126..b4b85063e 100644 --- a/httemplate/index.html +++ b/httemplate/index.html @@ -120,7 +120,7 @@ <TABLE CELLSPACING=2 CELLPADDING=0 BORDER=0 WIDTH="100%" BGCOLOR="#eeeeee"> <TR><TH BGCOLOR="#cccccc">Bookkeeping / Collections</TH></TR> <TR><TD> - <BR><A HREF="search/cust_main-quickpay.html">Quick payment entry</A> + <BR><A HREF="misc/batch-cust_pay.html">Quick payment entry</A> <BR> <BR><FORM ACTION="search/cust_main.cgi" METHOD="GET">Credit card # <INPUT TYPE="hidden" NAME="card_on" VALUE="1"><INPUT TYPE="text" NAME="card"><INPUT TYPE="submit" VALUE="Search"></FORM> <FORM ACTION="search/cust_bill.html" METHOD="GET">Invoice # <INPUT TYPE="text" NAME="invnum" SIZE="8"><INPUT TYPE="submit" VALUE="Search"></FORM> -- cgit v1.2.1 From d6edb7f296db6befc54396c001e64e67a79fe40b Mon Sep 17 00:00:00 2001 From: ivan <ivan> Date: Wed, 16 Nov 2005 13:14:47 +0000 Subject: bulk svcpart change --- httemplate/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'httemplate/index.html') diff --git a/httemplate/index.html b/httemplate/index.html index b4b85063e..b8f300d2d 100644 --- a/httemplate/index.html +++ b/httemplate/index.html @@ -185,7 +185,7 @@ <LI><A HREF="search/cust_pkg_report.cgi">packages (by next bill date range)</A> </UL> <A HREF="browse/part_pkg.cgi?active=1">Package definitions (by number of active packages)</A><BR><BR> - <A HREF="browse/part_svc.cgi?active=1">Service definitions (by number of active services)</A><BR><BR> + <A HREF="browse/part_svc.cgi?orderby=active">Service definitions (by number of active services)</A><BR><BR> Customers <UL> <LI><A HREF="search/cust_main-otaker.cgi">Search customers by ordering employee</A> -- cgit v1.2.1